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 int
MAGIC
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawLinks(UGraphic ug, double xstart, double width, double height)
void
drawMe(UGraphic ug, double width, double height)
MinMax
getMinMax(StringBounder stringBounder, double width, double height)
Network
getNetwork()
NServer
getServer()
boolean
isLinkedTo(Network some)
XDimension2D
naturalDimension(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()
-
-