Package net.sourceforge.plantuml.sdot
Class BoxInfo
- java.lang.Object
-
- net.sourceforge.plantuml.sdot.BoxInfo
-
public class BoxInfo extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BoxInfofromGraphInfo(ST_Agraphinfo_t data)static BoxInfofromNode(ST_Agnode_s node)static BoxInfofromTextlabel(ST_textlabel_t label)XDimension2DgetDimension()XPoint2DgetLowerLeft()XPoint2DgetUpperRight()
-
-
-
Method Detail
-
fromTextlabel
public static BoxInfo fromTextlabel(ST_textlabel_t label)
-
fromNode
public static BoxInfo fromNode(ST_Agnode_s node)
-
getDimension
public XDimension2D getDimension()
-
fromGraphInfo
public static BoxInfo fromGraphInfo(ST_Agraphinfo_t data)
-
getUpperRight
public final XPoint2D getUpperRight()
-
getLowerLeft
public final XPoint2D getLowerLeft()
-
-