|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcae.viewer3d.fd.sd.Wire
public abstract class Wire
| Field Summary | |
|---|---|
int |
max
|
int |
min
|
int |
position1
|
int |
position2
|
| Constructor Summary | |
|---|---|
Wire()
|
|
| Method Summary | |
|---|---|
abstract float[] |
getCoordinates(float[][] grid)
|
abstract float[] |
getCoordinates(float[][] grid,
int i)
|
abstract int[] |
getXYZGridIndices(int i)
|
abstract java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int position1
public int position2
public int min
public int max
| Constructor Detail |
|---|
public Wire()
| Method Detail |
|---|
public abstract float[] getCoordinates(float[][] grid)
public abstract float[] getCoordinates(float[][] grid,
int i)
public abstract int[] getXYZGridIndices(int i)
public abstract java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||