|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--OME.View.GraphicLocation
A particular kind of location that has a point in 2D space associated with it. Particularly useful for generating other GraphicLocations (such as a midpoint).
Constructor Summary | |
View.GraphicLocation()
|
Method Summary | |
java.awt.Point |
getPoint()
Returns the Point associated with this location. |
void |
setPoint(java.awt.Point p)
Sets the Point associated with this location. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public View.GraphicLocation()
Method Detail |
public java.awt.Point getPoint()
public void setPoint(java.awt.Point p)
p
- the point to be assocaiated with this location
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |