public class StyleSettings
extends java.lang.Object
RoutingController| Constructor and Description |
|---|
StyleSettings()
Constructs a
StyleSettings object. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getFillColor()
Returns the fill color of the object if it's specified or null otherwise.
|
java.lang.Integer |
getLabelFillColor()
Returns the fill color of the label text of the object
if it's specified or null otherwise.
|
Image |
getLabelImage()
Returns the image which is shown with the label of the object.
|
java.lang.String |
getLabelName()
Returns the name which is shown in the label of the object.
|
java.lang.Integer |
getLabelOutlineColor()
Returns the outline color of the label text of the object
if it's specified or null otherwise.
|
java.lang.Integer |
getOutlineColor()
Returns the outline color of the object if it's specified or null otherwise.
|
java.lang.Integer |
getSelectedFillColor()
Returns the fill color of the object in the selected state
if it's specified or null otherwise.
|
java.lang.Integer |
getSelectedOutlineColor()
Returns the outline color of the object in the selected state
if it's specified or null otherwise.
|
void |
setFillColor(java.lang.Integer color)
Sets the fill color of the object.
|
void |
setLabelFillColor(java.lang.Integer color)
Sets the fill color of the label text of the object.
|
void |
setLabelImage(Image image)
Sets the image which is shown with the label of the object.
|
void |
setLabelName(java.lang.String name)
Sets the name which is shown in the label of the object.
|
void |
setLabelOutlineColor(java.lang.Integer color)
Sets the outline color of the label text of the object.
|
void |
setOutlineColor(java.lang.Integer color)
Sets the outline color of the object.
|
void |
setSelectedFillColor(java.lang.Integer color)
Sets the fill color of the object in the selected state.
|
void |
setSelectedOutlineColor(java.lang.Integer color)
Sets the outline color of the object in the selected state.
|
public java.lang.Integer getFillColor()
StyleSettings.setFillColor(Integer)public void setFillColor(java.lang.Integer color)
color - A color as 32-bit Integer. Format is (in hex): 0xAARRGGBB.StyleSettings.getFillColor()public java.lang.Integer getOutlineColor()
StyleSettings.setOutlineColor(Integer)public void setOutlineColor(java.lang.Integer color)
color - A color as 32-bit Integer. Format is (in hex): 0xAARRGGBB.StyleSettings.getOutlineColor()public java.lang.Integer getSelectedFillColor()
StyleSettings.setSelectedFillColor(Integer)public void setSelectedFillColor(java.lang.Integer color)
color - A color as 32-bit Integer. Format is (in hex): 0xAARRGGBB.StyleSettings.getSelectedFillColor()public java.lang.Integer getSelectedOutlineColor()
StyleSettings.setSelectedOutlineColor(Integer)public void setSelectedOutlineColor(java.lang.Integer color)
color - A color as 32-bit Integer. Format is (in hex): 0xAARRGGBB.StyleSettings.getSelectedOutlineColor()public java.lang.String getLabelName()
StyleSettings.setLabelName(String)public void setLabelName(java.lang.String name)
name - A String which is shown in the label of the object.StyleSettings.getLabelName()public Image getLabelImage()
Image which is shown with the label of the object.StyleSettings.setLabelImage(Image)public void setLabelImage(Image image)
image - A Image which is shown with the label of the object.StyleSettings.getLabelImage()public java.lang.Integer getLabelFillColor()
StyleSettings.setLabelFillColor(Integer)public void setLabelFillColor(java.lang.Integer color)
color - A color as 32-bit Integer. Format is (in hex): 0xAARRGGBB.StyleSettings.getLabelFillColor()public java.lang.Integer getLabelOutlineColor()
StyleSettings.setLabelOutlineColor(Integer)public void setLabelOutlineColor(java.lang.Integer color)
color - A color as 32-bit Integer. Format is (in hex): 0xAARRGGBB.StyleSettings.getLabelOutlineColor()