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