public interface IBorder
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the border
|
Color |
getColor()
Gets the
Color of this border. |
int |
getColorIndex()
Gets the color of the border.
|
BorderLineStyle |
getLineStyle()
Gets the line style for the border.
|
ThemeColor |
getThemeColor()
Gets the
ThemeColor in the applied color scheme that is associated
with the specified object. |
double |
getTintAndShade()
Gets a value that lightens or darkens a color.
|
void |
setColor(Color value)
Sets the
Color of this border. |
void |
setColorIndex(int value)
Sets the color of the border.
|
void |
setLineStyle(BorderLineStyle value)
Sets the line style for the border.
|
void |
setThemeColor(ThemeColor value)
Sets the
ThemeColor in the applied color scheme that is associated
with the specified object. |
void |
setTintAndShade(double value)
Sets a value that lightens or darkens a color.
|
int getColorIndex()
void setColorIndex(int value)
ThemeColor getThemeColor()
ThemeColor in the applied color scheme that is associated
with the specified object.void setThemeColor(ThemeColor value)
ThemeColor in the applied color scheme that is associated
with the specified object.double getTintAndShade()
void setTintAndShade(double value)
BorderLineStyle getLineStyle()
void setLineStyle(BorderLineStyle value)
void clear()