|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
a mouse-transform that unselects points
| Constructor Summary | |
EditPointMouseTransformFactory.UnSelectPointTransform(HitInfo.Point hip)
|
|
| Method Summary | |
Cursor |
getCursor()
Return the cursor for this MouseTransform |
String |
getHelpMessage()
Return a help-message for the UI, that makes sense with this transform. |
boolean |
next(PEMouseEvent e)
Called when the left mouse-button changes state. |
void |
paint(Graphics2D g,
Rectangle2D allocation,
double scale)
Allows the MouseTransform to do specific graphic rendering when it's operating. |
void |
process(PEMouseEvent e)
Called when the mouse is dragged/moved after the first mouse-pressed event. |
void |
start(PEMouseEvent e)
called by mousePressed |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EditPointMouseTransformFactory.UnSelectPointTransform(HitInfo.Point hip)
hip - indices contained therein will be unselected| Method Detail |
public void start(PEMouseEvent e)
start in interface MouseTransformpublic boolean next(PEMouseEvent e)
MouseTransform
next in interface MouseTransformpublic void process(PEMouseEvent e)
MouseTransform
process in interface MouseTransform
public void paint(Graphics2D g,
Rectangle2D allocation,
double scale)
MouseTransform
paint in interface MouseTransformpublic Cursor getCursor()
MouseTransform
getCursor in interface MouseTransformpublic String getHelpMessage()
MouseTransform
getHelpMessage in interface MouseTransformpublic String toString()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||