|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.Point2D
java.awt.Point
com.xinapse.multisliceimage.roi.Handle
com.xinapse.multisliceimage.roi.EdgeHandle
com.xinapse.multisliceimage.roi.EastHandle
public class EastHandle
A Class representing a Handle on the East edge of an ROI.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float |
| Field Summary |
|---|
| Fields inherited from class com.xinapse.multisliceimage.roi.Handle |
|---|
SIZE_LARGE, SIZE_SMALL |
| Fields inherited from class java.awt.Point |
|---|
x, y |
| Constructor Summary | |
|---|---|
EastHandle(int x,
int y,
int size)
Creates a new EastHandle at the location (x,y) with the given size in screen pixels. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a java.lang.String describing this Handle. |
| Methods inherited from class com.xinapse.multisliceimage.roi.Handle |
|---|
clone, draw, getBorderColor, getColor, getSize, getSize, getSize, pointOver, setBorderColor, setColor, setSize |
| Methods inherited from class java.awt.Point |
|---|
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, translate |
| Methods inherited from class java.awt.geom.Point2D |
|---|
distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EastHandle(int x,
int y,
int size)
x - the x location of the Handle in screen coords.y - the y location of the Handle in screen coords.size - the size of the Handle in screen pixels.| Method Detail |
|---|
public java.lang.String toString()
Handle
toString in class Handle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||