|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.rover.AbstractRoverShape<T>
public abstract class AbstractRoverShape<T extends AbstractRoverShape>
Abstract, convenience implementation of RoverShape.
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
AbstractRoverShape(int id,
int dataId,
int drawId,
boolean selectable)
|
|
| Method Summary | |
|---|---|
int |
getDataId()
The data ID for this shape. |
int |
getDrawId()
The Drawable ID for this shape. |
int |
getId()
The ID for this shape, used to identify it in a database or other store. |
boolean |
hasZ()
Returns true if this shape has a Z coordinate. |
boolean |
isOffset()
Returns true if this shape has a rotation. |
boolean |
isRotated()
Returns true if this shape has a rotation. |
boolean |
isSelectable()
Returns true if this shape is selectable. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.partnersoft.maps.rover.RoverShape |
|---|
getBounds, getCentroid, getEndPoint, getStartPoint, withDataId, withDrawId, withId, withIds |
| Constructor Detail |
|---|
public AbstractRoverShape(int id,
int dataId,
int drawId,
boolean selectable)
| Method Detail |
|---|
public int getId()
RoverShape
getId in interface RoverShape<T extends AbstractRoverShape>public int getDataId()
RoverShape
getDataId in interface RoverShape<T extends AbstractRoverShape>public int getDrawId()
RoverShape
getDrawId in interface RoverShape<T extends AbstractRoverShape>public boolean hasZ()
RoverShape
hasZ in interface RoverShape<T extends AbstractRoverShape>public boolean isOffset()
RoverShape
isOffset in interface RoverShape<T extends AbstractRoverShape>public boolean isRotated()
RoverShape
isRotated in interface RoverShape<T extends AbstractRoverShape>public boolean isSelectable()
RoverShape
isSelectable in interface RoverShape<T extends AbstractRoverShape>public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||