|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.geo.configuration.MapRendererConfiguration.Layer
public static class MapRendererConfiguration.Layer
The Class Layer.
Constructor Summary | |
---|---|
MapRendererConfiguration.Layer()
|
Method Summary | |
---|---|
java.lang.String |
getDefaultFillColor()
Gets the default fill color. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getName()
Gets the name. |
boolean |
isSelected()
Checks if is selected. |
void |
setDefaultFillColor(java.lang.String defaultFillColor)
Sets the default fill color. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setSelected(boolean selected)
Sets the selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapRendererConfiguration.Layer()
Method Detail |
---|
public java.lang.String getDefaultFillColor()
public void setDefaultFillColor(java.lang.String defaultFillColor)
defaultFillColor
- the new default fill colorpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic boolean isSelected()
public void setSelected(boolean selected)
selected
- the new selected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |