|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.IlvMapGeometry
ilog.views.maps.geometry.IlvMapPoint
public class IlvMapPoint
This class defines a point.
| Constructor Summary | |
|---|---|
IlvMapPoint()
Initializes an instance of IlvMapPoint |
|
IlvMapPoint(IlvCoordinate point)
Initializes an IlvMapPoint with the specified coordinate. |
|
| Method Summary | |
|---|---|
Rectangle2D |
getBounds(Rectangle2D result)
Returns the bounds of this IlvMapGeometry |
IlvCoordinate |
getPoint()
Returns the position of the point. |
void |
setPoint(IlvCoordinate point)
Changes the value of the coordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapPoint()
public IlvMapPoint(IlvCoordinate point)
point - the coordinate of the point. The object is not copied.| Method Detail |
|---|
public final void setPoint(IlvCoordinate point)
point - the coordinate of the point. The object is not copied.public final IlvCoordinate getPoint()
public Rectangle2D getBounds(Rectangle2D result)
IlvMapGeometry
getBounds in class IlvMapGeometry
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||