public class BoxInfo
extends java.lang.Object
Modifier and Type | Method and 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() |
public static BoxInfo fromTextlabel(ST_textlabel_t label)
public static BoxInfo fromNode(ST_Agnode_s node)
public XDimension2D getDimension()
public static BoxInfo fromGraphInfo(ST_Agraphinfo_t data)
public final XPoint2D getUpperRight()
public final XPoint2D getLowerLeft()