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 BoxInfo
fromGraphInfo(ST_Agraphinfo_t data)
static BoxInfo
fromNode(ST_Agnode_s node)
static BoxInfo
fromTextlabel(ST_textlabel_t label)
XDimension2D
getDimension()
XPoint2D
getLowerLeft()
XPoint2D
getUpperRight()
-
-
-
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()
-
-