|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MouseTransformFactory
A factory that produces MouseTransform's to be used by the SelectionTool mouse-tool.
Method Summary | |
---|---|
MouseTransform |
createMouseTransform(PEMouseEvent e)
Return a MouseTransform whose type is adequate with the given mouse-event. |
void |
flush()
called when the associated SelectionTool is being deactivated in the hosting EditorKit. |
void |
init(UserConfirmationCache ucc)
called when the associated SelectionTool is being activated in the hosting EditorKit. |
void |
paint(Graphics2D g,
Rectangle2D allocation,
double scale)
Allows the MouseTransformFactory to do specific graphic rendering when it's installed in a hosting SelectionTool. |
Method Detail |
---|
MouseTransform createMouseTransform(PEMouseEvent e)
void paint(Graphics2D g, Rectangle2D allocation, double scale)
void init(UserConfirmationCache ucc)
void flush()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |