public interface MouseTransformFactory
Modifier and Type | Method and Description |
---|---|
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()
called when the associated SelectionTool is being activated in the hosting EditorKit.
|
void |
paint(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D allocation,
double scale)
Allows the MouseTransformFactory to do specific graphic rendering when it's installed in a
hosting SelectionTool.
|
MouseTransform createMouseTransform(PEMouseEvent e)
void paint(java.awt.Graphics2D g, java.awt.geom.Rectangle2D allocation, double scale)
void init()
void flush()
Submit a bug : syd@jpicedt.org