|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.layout.EdgeMap
This class contains the require edge information that might be used
by a EdgeLayout
| Field Summary | |
LayoutableEdge |
edge
The edge that is to be arranged |
int[] |
offset
The edge relative offset that should be taken into consideration. |
int |
type
The type of the edge. |
| Constructor Summary | |
protected |
EdgeMap(LayoutableEdge edge,
int preferEdgeType)
The Constructor. |
protected |
EdgeMap(LayoutableEdge edge,
int[] offset,
int preferEdgeType)
The Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public LayoutableEdge edge
public int[] offset
public int type
LayoutableEdge.getType(), because in some cases (e.g.
LayoutableEdge.EDGE_TYPE_DYNAMIC) the type could be changed
dynamically
| Constructor Detail |
protected EdgeMap(LayoutableEdge edge,
int[] offset,
int preferEdgeType)
edge - the associated LayoutableEdgeoffset - the offset that should be taken into consideration to get
the absolute coordinate of edges. it will null if an edge does not
lie in a subgraph.preferEdgeType -
protected EdgeMap(LayoutableEdge edge,
int preferEdgeType)
edge - the associated LayoutableEdgepreferEdgeType - the prefer edge type. It can be
determine by a NodeLayout for edges with a dynamic edge type
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||