Class AbstractElement
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- All Implemented Interfaces:
Element
- Direct Known Subclasses:
ElementBorder,ElementButton,ElementDroplist,ElementEmpty,ElementImage,ElementLine,ElementMenuBar,ElementMenuEntry,ElementMenuPopup,ElementPyramid,ElementRadioCheckbox,ElementTabBar,ElementText,ElementTextField,ElementTree
public abstract class AbstractElement extends Object implements Element
-
-
Constructor Summary
Constructors Constructor Description AbstractElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FontConfigurationblackBlueTrue(UFont font)protected HColorgetBlack()protected HColorgetColor88()protected HColorgetColorAA()protected HColorgetColorBB()protected HColorgetColorDD()protected HColorgetColorEE()protected HColorgetWhite()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.salt.element.Element
drawU, getPreferredDimension
-
-
-
-
Method Detail
-
getBlack
protected final HColor getBlack()
-
getColor88
protected final HColor getColor88()
-
getColorAA
protected final HColor getColorAA()
-
getColorBB
protected final HColor getColorBB()
-
getColorDD
protected final HColor getColorDD()
-
getColorEE
protected final HColor getColorEE()
-
getWhite
protected final HColor getWhite()
-
blackBlueTrue
protected final FontConfiguration blackBlueTrue(UFont font)
-
-