protected class EditPointMouseTransformFactory.UnSelectPointTransform extends java.lang.Object implements MouseTransform
| Constructor and Description |
|---|
UnSelectPointTransform(HitInfo.Point hip) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Cursor |
getCursor()
Return the cursor for this MouseTransform
|
java.lang.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(java.awt.Graphics2D g,
java.awt.geom.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
|
java.lang.String |
toString() |
public UnSelectPointTransform(HitInfo.Point hip)
hip - indices contained therein will be unselectedpublic void start(PEMouseEvent e)
start in interface MouseTransformpublic boolean next(PEMouseEvent e)
MouseTransformnext in interface MouseTransformpublic void process(PEMouseEvent e)
MouseTransformprocess in interface MouseTransformpublic void paint(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D allocation,
double scale)
MouseTransformpaint in interface MouseTransformpublic java.awt.Cursor getCursor()
MouseTransformgetCursor in interface MouseTransformpublic java.lang.String getHelpMessage()
MouseTransformgetHelpMessage in interface MouseTransformpublic java.lang.String toString()
toString in class java.lang.ObjectSubmit a bug : syd@jpicedt.org