Class ElementMenuEntry
java.lang.Object
net.sourceforge.plantuml.salt.element.AbstractElement
net.sourceforge.plantuml.salt.element.ElementMenuEntry
- All Implemented Interfaces:
Element
-
Constructor Summary
ConstructorsConstructorDescriptionElementMenuEntry
(java.lang.String text, UFont font, ISkinSimple spriteContainer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawU
(UGraphic ug, int zIndex, Dimension2D dimToUse) getPreferredDimension
(StringBounder stringBounder, double x, double y) java.lang.String
getText()
double
getX()
void
setBackground
(HColor background) void
setX
(double x) Methods inherited from class net.sourceforge.plantuml.salt.element.AbstractElement
blackBlueTrue, getBlack, getColor88, getColorAA, getColorBB, getColorDD, getColorEE, getWhite
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ElementMenuEntry
-
-
Method Details
-
getPreferredDimension
-
drawU
-
getX
public double getX() -
setX
public void setX(double x) -
getText
public java.lang.String getText() -
getBackground
-
setBackground
-