Class LinkedElement
- java.lang.Object
-
- net.sourceforge.plantuml.nwdiag.next.LinkedElement
-
public class LinkedElement extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMAGIC
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawLinks(UGraphic ug, double xstart, double width, double height)voiddrawMe(UGraphic ug, double width, double height)MinMaxgetMinMax(StringBounder stringBounder, double width, double height)NetworkgetNetwork()NServergetServer()booleanisLinkedTo(Network some)XDimension2DnaturalDimension(StringBounder stringBounder)
-
-
-
Field Detail
-
MAGIC
public static final int MAGIC
- See Also:
- Constant Field Values
-
-
Method Detail
-
isLinkedTo
public boolean isLinkedTo(Network some)
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder, double width, double height)
-
drawMe
public void drawMe(UGraphic ug, double width, double height)
-
drawLinks
public void drawLinks(UGraphic ug, double xstart, double width, double height)
-
naturalDimension
public XDimension2D naturalDimension(StringBounder stringBounder)
-
getNetwork
public final Network getNetwork()
-
getServer
public final NServer getServer()
-
-