|
|||||||||
| 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
Interface NestingTreeNode

- All Known Implementing Classes:
- LayerVertex, NestedSubgraph
- public interface NestingTreeNode
| Method Summary | |
double |
computePosition()
|
double |
computePosition(int rank)
|
int |
countVertices()
|
int |
countVertices(int rank)
|
NestedSubgraph |
getParentSubgraph()
|
double |
getPosition()
|
double |
getPosition(int rank)
|
int |
getVertexCount()
|
int |
getVertexCount(int rank)
|
boolean |
includesRank(int rank)
|
int |
reindex(int rank,
int firstIndex,
java.util.Comparator comparator,
org.apache.commons.collections.Predicate predicate)
|
| Method Detail |
getParentSubgraph
public NestedSubgraph getParentSubgraph()
includesRank
public boolean includesRank(int rank)
computePosition
public double computePosition(int rank)
getPosition
public double getPosition(int rank)
computePosition
public double computePosition()
getPosition
public double getPosition()
countVertices
public int countVertices(int rank)
countVertices
public int countVertices()
getVertexCount
public int getVertexCount()
getVertexCount
public int getVertexCount(int rank)
reindex
public int reindex(int rank,
int firstIndex,
java.util.Comparator comparator,
org.apache.commons.collections.Predicate predicate)
|
|||||||||
| 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