public final class Rectangle extends Arc
Modifier and Type | Method and Description |
---|---|
Position |
getBorderSkipped()
Returns the edge to skip drawing the border for.
|
protected java.lang.String |
getDefaultBackgroundColor()
Returns the default background color.
|
protected java.lang.String |
getDefaultBorderColor()
Returns the default border color.
|
protected int |
getDefaultBorderWidth()
Returns the default border width.
|
void |
setBorderSkipped(Position borderSkipped)
Sets the edge to skip drawing the border for.
|
getBackgroundColor, getBackgroundColorAsString, getBorderColor, getBorderColorAsString, getBorderWidth, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderWidth
checkAndAddToParent, hasProperty
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, type
protected java.lang.String getDefaultBackgroundColor()
Arc
getDefaultBackgroundColor
in class Arc
protected int getDefaultBorderWidth()
Arc
getDefaultBorderWidth
in class Arc
protected java.lang.String getDefaultBorderColor()
Arc
getDefaultBorderColor
in class Arc
public void setBorderSkipped(Position borderSkipped)
borderSkipped
- the edge to skip drawing the border for.Position
public Position getBorderSkipped()
Position.bottom
.Position