Package net.sourceforge.plantuml.nwdiag
Class LinkedElement
- java.lang.Object
-
- net.sourceforge.plantuml.nwdiag.LinkedElement
-
public class LinkedElement extends java.lang.Object
-
-
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)SquaregetElement()MinMaxgetMinMax(StringBounder stringBounder, double width, double height)NetworkgetNetwork()booleanisLinkedTo(Network some)java.awt.geom.Dimension2DnaturalDimension(StringBounder stringBounder)
-
-
-
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 java.awt.geom.Dimension2D naturalDimension(StringBounder stringBounder)
-
getNetwork
public final Network getNetwork()
-
getElement
public final Square getElement()
-
-