com.esri.aims.mtier.model.acetate
Class Object

java.lang.Object
  extended by com.esri.aims.mtier.model.acetate.Object
Direct Known Subclasses:
Line, NorthArrow, Point, Points, Polygon, ScaleBar, Text

public abstract class Object
extends Object

Defines the super class for an Acetate object. All the Acetate objects extends this class.


Constructor Summary
Object()
          Constructs an instance of an Acetate Object.
 
Method Summary
abstract  String getType()
          Returns the type of Acetate object this class represents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Object

public Object()
Constructs an instance of an Acetate Object.

Object object = Acetate.getObject();

Method Detail

getType

public abstract String getType()
Returns the type of Acetate object this class represents.

Returns:
String