Package | Description |
---|---|
jpicedt.format.input.util |
This package contains helper classes for building a parser based on the well-known RegExp scheme,
yet with a strong object-oriented approach in mind.
|
jpicedt.format.output.util | |
jpicedt.graphic |
jPicEdt library core classes and packages.
|
jpicedt.graphic.io.formatter |
Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.
|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
Modifier and Type | Field and Description |
---|---|
PicGroup |
Pool.currentGroup
either the main drawing, or a subgroup ; each new parsed Element should be added to this group
|
Constructor and Description |
---|
PicGroupFormatter(PicGroup group,
FormatterFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
PECanvas.unGroup(PicGroup g)
fetch all Element's belonging to the given PicGroup and add them to
its parent, removing the given PicGroup from its parent afterward.
|
Constructor and Description |
---|
JPICGroupFormatter(PicGroup group,
FormatterFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSelectionHandler
Stores references to selected Element's.
|
Submit a bug : syd@jpicedt.org