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, process
public 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 MouseTransform
start
in class AbstractMouseTransformFactory.SelectAreaTransform
public boolean next(PEMouseEvent e)
next
in interface MouseTransform
next
in class AbstractMouseTransformFactory.SelectAreaTransform
public java.lang.String getHelpMessage()
MouseTransform
getHelpMessage
in interface MouseTransform
getHelpMessage
in class AbstractMouseTransformFactory.SelectAreaTransform
public java.lang.String toString()
toString
in class AbstractMouseTransformFactory.SelectAreaTransform
Submit a bug : syd@jpicedt.org