|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.ashwood.graph.layout
Class VertexSegment

java.lang.Objectorg.objectstyle.ashwood.graph.layout.VertexSegment
- public class VertexSegment
- extends java.lang.Object
| Field Summary | |
private java.util.List |
vertices
|
| Constructor Summary | |
VertexSegment()
|
|
| Method Summary | |
void |
add(LayerVertex vertex)
|
LayerVertex |
getVertex(int index)
|
void |
moveX(double distance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
vertices
private java.util.List vertices
| Constructor Detail |
VertexSegment
public VertexSegment()
| Method Detail |
moveX
public void moveX(double distance)
add
public void add(LayerVertex vertex)
getVertex
public LayerVertex getVertex(int index)
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> graph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.objectstyle.ashwood.graph.layout.VertexSegment