|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.javel.gisbeans.geom.GisObject
public class GisObject
the GisObject class stores both the java2D shape as the accomplishing array of attributes.
Constructor Summary | |
---|---|
GisObject(Object shape,
String[] attributes)
constructs a GisObject |
Method Summary | |
---|---|
String[] |
getAttributes()
returns the attributes of the shape |
Object |
getShape()
returns the shape of the GisObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GisObject(Object shape, String[] attributes)
shape
- the shape (either a java.awt.geom.Point2D
or
a java.awt.Shape
attributes
- attributesMethod Detail |
---|
public Object getShape()
public String[] getAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |