protected class EditPointMouseTransformFactory.SelectPointsInAreaTransform extends AbstractMouseTransformFactory.SelectAreaTransform
| Constructor and Description |
|---|
SelectPointsInAreaTransform(boolean addToSelection) |
SelectPointsInAreaTransform(HitInfo.Point hip,
boolean addToSelection) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHelpMessage()
Return a help-message for the UI, that makes sense with this transform.
|
boolean |
next(PEMouseEvent e)
Called when the mouse is released.
|
void |
start(PEMouseEvent e)
called by mousePressed
|
java.lang.String |
toString() |
getClipRectangle, getCursor, getSelectionRectangle, paint, processpublic SelectPointsInAreaTransform(boolean addToSelection)
addToSelection - if true, selection of points is incremental.public SelectPointsInAreaTransform(HitInfo.Point hip, boolean addToSelection)
addToSelection - if true, selection of points is incremental.hip - if non-null, indices contained therein will be selected before
starting to draw the selection rectangle (click on an Element's point)public void start(PEMouseEvent e)
start in interface MouseTransformstart in class AbstractMouseTransformFactory.SelectAreaTransformpublic boolean next(PEMouseEvent e)
next in interface MouseTransformnext in class AbstractMouseTransformFactory.SelectAreaTransformpublic java.lang.String getHelpMessage()
MouseTransformgetHelpMessage in interface MouseTransformgetHelpMessage in class AbstractMouseTransformFactory.SelectAreaTransformpublic java.lang.String toString()
toString in class AbstractMouseTransformFactory.SelectAreaTransformSubmit a bug : syd@jpicedt.org