Class ElementEmpty
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- net.sourceforge.plantuml.salt.element.ElementEmpty
-
- All Implemented Interfaces:
Element
public class ElementEmpty extends AbstractElement
-
-
Constructor Summary
Constructors Constructor Description ElementEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, int zIndex, XDimension2D dimToUse)
XDimension2D
getPreferredDimension(StringBounder stringBounder, double x, double y)
-
Methods inherited from class net.sourceforge.plantuml.salt.element.AbstractElement
blackBlueTrue, getBlack, getColor88, getColorAA, getColorBB, getColorDD, getColorEE, getWhite
-
-
-
-
Method Detail
-
getPreferredDimension
public XDimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
public void drawU(UGraphic ug, int zIndex, XDimension2D dimToUse)
-
-