|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the layout information of a graph.
Method Summary | |
Rectangle |
getBoundingBox()
Returns the bounding box of the graph layout. |
EdgeLabelLayout[] |
getEdgeLabelLayout(Object edge)
Returns an array of layout information for all edge labels belonging to the given edge. |
EdgeLayout |
getEdgeLayout(Object edge)
Returns the layout information for a given edge. |
NodeLabelLayout[] |
getNodeLabelLayout(Object node)
Returns an array of layout information for all node labels belonging to the given node. |
NodeLayout |
getNodeLayout(Object node)
Returns the layout information for a given node. |
Method Detail |
public NodeLayout getNodeLayout(Object node)
public EdgeLayout getEdgeLayout(Object edge)
public NodeLabelLayout[] getNodeLabelLayout(Object node)
public EdgeLabelLayout[] getEdgeLabelLayout(Object edge)
public Rectangle getBoundingBox()
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |