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 void
drawLinks(UGraphic ug, double xstart, double width, double height)
void
drawMe(UGraphic ug, double width, double height)
Square
getElement()
MinMax
getMinMax(StringBounder stringBounder, double width, double height)
Network
getNetwork()
boolean
isLinkedTo(Network some)
java.awt.geom.Dimension2D
naturalDimension(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()
-
-