|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavapoint.components.GraphicObject.ResizeHandle
javapoint.components.LineGraphicObject.LineResizeHandle
public class LineGraphicObject.LineResizeHandle
| Constructor Summary | |
|---|---|
LineGraphicObject.LineResizeHandle(boolean startPoint)
|
|
| Method Summary | |
|---|---|
java.awt.Rectangle |
getBounds()
|
java.awt.Cursor |
getCursor()
|
float |
getProportionalLocationX()
|
float |
getProportionalLocationY()
|
void |
resizeComponentUsingPoint(java.awt.Point point)
|
| Methods inherited from class javapoint.components.GraphicObject.ResizeHandle |
|---|
getComponent, setBounds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineGraphicObject.LineResizeHandle(boolean startPoint)
startPoint - true indicates that this handle is for (x1, y1),
false indicates that this handle is for (x2, y2)| Method Detail |
|---|
public final java.awt.Cursor getCursor()
getCursor in class GraphicObject.ResizeHandlepublic final float getProportionalLocationX()
getProportionalLocationX in class GraphicObject.ResizeHandle{RESIZE_HANDLE_LEFT, RESIZE_HANDLE_MIDDLE, RESIZE_HANDLE_RIGHT}public final float getProportionalLocationY()
getProportionalLocationY in class GraphicObject.ResizeHandle{RESIZE_HANDLE_TOP, RESIZE_HANDLE_MIDDLE, RESIZE_HANDLE_BOTTOM}public final void resizeComponentUsingPoint(java.awt.Point point)
resizeComponentUsingPoint in class GraphicObject.ResizeHandlepoint - in slide coordinates
public java.awt.Rectangle getBounds()
getBounds in class GraphicObject.ResizeHandle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||