Class ElementLine
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- net.sourceforge.plantuml.salt.element.ElementLine
-
- All Implemented Interfaces:
Element
public class ElementLine extends AbstractElement
-
-
Constructor Summary
Constructors Constructor Description ElementLine(char separator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, int zIndex, java.awt.geom.Dimension2D dimToUse)
java.awt.geom.Dimension2D
getPreferredDimension(StringBounder stringBounder, double x, double y)
-
-
-
Method Detail
-
getPreferredDimension
public java.awt.geom.Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
public void drawU(UGraphic ug, int zIndex, java.awt.geom.Dimension2D dimToUse)
-
-