Package | Description |
---|---|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
Modifier and Type | Class and Description |
---|---|
protected class |
DrawToolFactory.AbstractCurveDrawTool
a MouseTool suited for drawing any element inheriting from AbstractCurve.
|
protected class |
DrawToolFactory.GenericDrawTool
A MouseTool aimed at drawing new Elements.
|
protected class |
DrawToolFactory.TextDrawTool
A tool used to place PicText's ; it opens a dialog box for editing text content.
|
class |
MoveTool
A MouseTool used to translate a target Element by a given vector.
|
class |
RotateTool
A MouseTool used to rotate a target Element using a origin point and a mobile point used to
compute the rotation angle..
|
class |
ScaleTool
A MouseTool used to scale a target Element using a source and a destination vector.
|
class |
SelectionTool
This generic mouse-tool is dedicated to applying MouseTransform's to elements of a Drawing, following a uniform sequence of
mouse-events.
|
class |
ZoomTool
A mouse tool for EditorKit, which allows to zoom in and out while retaining the current scene at the center
of the drawing sheet.
|
Modifier and Type | Method and Description |
---|---|
MouseTool |
DrawToolFactory.createDrawTool(java.lang.String type)
Returns a MouseTool of the given type.
|
MouseTool[] |
EditorKit.getRegisteredMouseTools() |
Modifier and Type | Method and Description |
---|---|
void |
EditorKit.registerMouseTool(java.lang.String name,
MouseTool mt)
Registers the given mouse-tool by associating it with the given name in the hashtable of
available mouse-tools.
|
Submit a bug : syd@jpicedt.org