Class ElementMenuBar
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- net.sourceforge.plantuml.salt.element.ElementMenuBar
-
- All Implemented Interfaces:
Element
public class ElementMenuBar extends AbstractElement
-
-
Constructor Summary
Constructors Constructor Description ElementMenuBar(UFont font, ISkinSimple spriteContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEntry(String s)
void
addSubEntry(String s, String sub)
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
-
-
-
-
Constructor Detail
-
ElementMenuBar
public ElementMenuBar(UFont font, ISkinSimple spriteContainer)
-
-
Method Detail
-
addEntry
public void addEntry(String s)
-
getPreferredDimension
public XDimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
public void drawU(UGraphic ug, int zIndex, XDimension2D dimToUse)
-
-