it.eng.qbe.geo.configuration
Class MapRendererConfiguration.Layer

java.lang.Object
  extended by it.eng.qbe.geo.configuration.MapRendererConfiguration.Layer
Enclosing class:
MapRendererConfiguration

public static class MapRendererConfiguration.Layer
extends java.lang.Object

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

MapRendererConfiguration.Layer

public MapRendererConfiguration.Layer()
Method Detail

getDefaultFillColor

public java.lang.String getDefaultFillColor()
Gets the default fill color.

Returns:
the default fill color

setDefaultFillColor

public void setDefaultFillColor(java.lang.String defaultFillColor)
Sets the default fill color.

Parameters:
defaultFillColor - the new default fill color

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

isSelected

public boolean isSelected()
Checks if is selected.

Returns:
true, if is selected

setSelected

public void setSelected(boolean selected)
Sets the selected.

Parameters:
selected - the new selected