com.esri.aims.mtier.model.map.layer.toc
Class TOCGroup

java.lang.Object
  extended by com.esri.aims.mtier.model.map.layer.toc.TOCGroup
All Implemented Interfaces:
Serializable

public class TOCGroup
extends Object
implements Serializable

Provides information about each layer heading and the collection of swatch.

See Also:
Serialized Form

Constructor Summary
TOCGroup()
           
 
Method Summary
 String getHeading()
          Returns heading only when there are multiple symbols representing the same layer otherwise the value will be null.
 ArrayList getTOCClasses()
          Returns the collection of swatch
 void setHeading(String heading)
          Sets the overall heading for a layer.
 void setTOCClasses(ArrayList tocClasses)
          Sets the collection of layer swatch available in the map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TOCGroup

public TOCGroup()
Method Detail

setHeading

public void setHeading(String heading)
Sets the overall heading for a layer.

Parameters:
heading - the layer heading

getHeading

public String getHeading()
Returns heading only when there are multiple symbols representing the same layer otherwise the value will be null.

Returns:
String- the heading for a layer

setTOCClasses

public void setTOCClasses(ArrayList tocClasses)
Sets the collection of layer swatch available in the map.

Parameters:
tocClasses - the collection of swatches

getTOCClasses

public ArrayList getTOCClasses()
Returns the collection of swatch

Returns:
ArrayList- the collection of swatch