public class RoverPoint extends AbstractRoverPointShape<RoverPoint>
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
RoverPoint(int id,
int dataId,
int drawId,
boolean selectable,
XyPoint point) |
RoverPoint(int id,
int dataId,
int drawId,
boolean selectable,
XyPoint point,
XyRotation rotation,
int offsetX,
int offsetY) |
| Modifier and Type | Method and Description |
|---|---|
RoverPoint |
withDataId(int dataId)
Returns a copy of this shape with the given data ID.
|
RoverPoint |
withDrawId(int drawId)
Returns a copy of this shape with the given drawable ID.
|
RoverPoint |
withId(int id)
Returns a copy of this shape with the given ID.
|
RoverPoint |
withIds(int id,
int dataId,
int drawId)
Returns a copy of this shape with the given IDs set.
|
getBounds, getCentroid, getEndPoint, getOffsetX, getOffsetY, getPoint, getRotation, getStartPoint, isOffset, isRotatedgetDataId, getDrawId, getId, hasZ, isSelectable, toStringpublic RoverPoint(int id,
int dataId,
int drawId,
boolean selectable,
XyPoint point,
XyRotation rotation,
int offsetX,
int offsetY)
public RoverPoint(int id,
int dataId,
int drawId,
boolean selectable,
XyPoint point)
public RoverPoint withDataId(int dataId)
RoverShapepublic RoverPoint withDrawId(int drawId)
RoverShapepublic RoverPoint withId(int id)
RoverShapepublic RoverPoint withIds(int id, int dataId, int drawId)
RoverShape