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 FontConfiguration
blackBlueTrue(UFont font)
protected HColor
getBlack()
protected HColor
getColor88()
protected HColor
getColorAA()
protected HColor
getColorBB()
protected HColor
getColorDD()
protected HColor
getColorEE()
protected HColor
getWhite()
-
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)
-
-