|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.map.layer.renderer.Renderer
Implements an abstract renderer object.
Constructor Summary | |
Renderer()
Constructs an instance of a Renderer. |
Method Summary | |
abstract String |
getType()
Returns the type of Renderer as string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Renderer()
Renderer renderer = new Renderer();
Method Detail |
public abstract String getType()
String type = renderer.getType();
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |