public class LinkedElement
extends java.lang.Object
Constructor and Description |
---|
LinkedElement(TextBlock ad1,
TextBlock box,
TextBlock ad2,
Network network,
DiagElement element) |
Modifier and Type | Method and Description |
---|---|
void |
drawMe(UGraphic ug,
double width,
double height) |
DiagElement |
getElement() |
MinMax |
getMinMax(StringBounder stringBounder,
double width,
double height) |
Network |
getNetwork() |
java.awt.geom.Dimension2D |
naturalDimension(StringBounder stringBounder) |
public LinkedElement(TextBlock ad1, TextBlock box, TextBlock ad2, Network network, DiagElement element)
public MinMax getMinMax(StringBounder stringBounder, double width, double height)
public void drawMe(UGraphic ug, double width, double height)
public java.awt.geom.Dimension2D naturalDimension(StringBounder stringBounder)
public final Network getNetwork()
public final DiagElement getElement()