|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpicedt.graphic.toolkit.AbstractMouseTransformFactory
Provide a skeletal implementation of the MouseTransformFactory interface. This include some generic MouseTransform's which may be easily extended by concrete subclassers, like SelectAreaMouseTransform.
Nested Class Summary | |
protected class |
AbstractMouseTransformFactory.HelpMessageMouseTransform
This mouse transform does nothing, it is just a convenience to post a HelpMessage (regarding what the user COULD do) when no other mouse-transform makes sense with the current mouse-event. |
protected class |
AbstractMouseTransformFactory.InvalidMouseTransform
This mouse transform does nothing, it simply returns an invalid cursor, and can be used by MouseTransform factories to notify the user of an invalid UI action. |
protected class |
AbstractMouseTransformFactory.SelectAreaTransform
a mouse-transform dedicated to select objects (Element's, control-point's,...) inside a rectangle dragged by the user. |
Constructor Summary | |
AbstractMouseTransformFactory(EditorKit kit)
|
Method Summary | |
void |
flush()
called when the associated SelectionTool is being deactivated in the hosting EditorKit. |
EditorKit |
getEditorKit()
Return the hosting EditorKit for mouse-tools which work with this factory. |
void |
init()
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jpicedt.graphic.toolkit.MouseTransformFactory |
createMouseTransform |
Constructor Detail |
public AbstractMouseTransformFactory(EditorKit kit)
kit
- the hosting editor-kitMethod Detail |
public final EditorKit getEditorKit()
public void paint(Graphics2D g, Rectangle2D allocation, double scale)
paint
in interface MouseTransformFactory
public void init()
This implementation does nothing.
init
in interface MouseTransformFactory
public void flush()
This implementation does nothing.
flush
in interface MouseTransformFactory
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |