com.esri.aims.mtier.model.map.layer.renderer.symbol
Class Symbol

java.lang.Object
  extended by com.esri.aims.mtier.model.map.layer.renderer.symbol.Symbol
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CalloutMarkerSymbol, ChartSymbol, GradientFillSymbol, HashLineSymbol, RasterFillSymbol, RasterMarkerSymbol, RasterShieldSymbol, ShieldSymbol, SimpleLineSymbol, SimpleMarkerSymbol, SimplePolygonSymbol, TextMarkerSymbol, TextSymbol, TrueTypeMarkerSymbol

public abstract class Symbol
extends Object
implements Serializable

Implements an abstract symbol object.

See Also:
Serialized Form

Constructor Summary
Symbol()
          Creates an instance of a Symbol.
 
Method Summary
abstract  String getType()
          Abstract method returns the type of symbol that the Symbol object represents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Symbol

public Symbol()
Creates an instance of a Symbol.

Method Detail

getType

public abstract String getType()
Abstract method returns the type of symbol that the Symbol object represents.

Returns:
String