Package | Description |
---|---|
jpicedt |
Contains the main JPicEdt class, as well as some utilities.
|
jpicedt.format.input | |
jpicedt.format.output.eepic |
Classes (formatter, view factory,...) related to the epic/eepic content-type.
|
jpicedt.format.output.latex |
Classes (formatter, view factory,...) related to the LaTeX (standard) content-type.
|
jpicedt.format.output.pstricks |
Classes (formatter, view factory,...) related to the PsTricks content-type.
|
jpicedt.graphic |
jPicEdt library core classes and packages.
|
jpicedt.graphic.event |
Various events used for the communication between model, view and controler, as well as to
notify external receivers of changes
in the document structure, appearance,...
|
jpicedt.graphic.io.formatter |
Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.
|
jpicedt.graphic.io.parser |
Contains classes for the JPIC-XML parser.
|
jpicedt.graphic.model |
Document structure and graphic primitives.
|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
jpicedt.graphic.view |
Document appearance.
|
jpicedt.ui.util |
Utilities classes.
|
Modifier and Type | Method and Description |
---|---|
static Drawing |
JPicEdt.getActiveDrawing()
Return the Drawing attached to the currently active PECanvas (ie hosted by the currently active PEDrawinBoard),
or null if no board is currently active.
|
Modifier and Type | Method and Description |
---|---|
Drawing |
DefaultParser.parse(java.io.Reader reader)
kicks off the parsing process
|
Modifier and Type | Method and Description |
---|---|
Formatter |
EepicFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Constructor and Description |
---|
EepicFormatter.DrawingFormatter(Drawing drawing,
java.lang.Object outputConstraint)
init this formater for the given drawing
|
Modifier and Type | Field and Description |
---|---|
protected Drawing |
LatexFormatter.DrawingFormatter.drawing
the Drawing this formater acts upon
|
Modifier and Type | Method and Description |
---|---|
Formatter |
LatexFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Constructor and Description |
---|
LatexFormatter.DrawingFormatter(Drawing drawing,
java.lang.Object outputConstraint)
init this formater for the given drawing
|
Modifier and Type | Method and Description |
---|---|
Formatter |
PstricksFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Constructor and Description |
---|
PstricksFormatter.DrawingFormatter(Drawing drawing,
java.lang.Object outputConstraint)
init this formatter for the given drawing
|
Modifier and Type | Field and Description |
---|---|
protected Drawing |
PECanvas.drawing
the model for this canvas
|
Modifier and Type | Method and Description |
---|---|
Drawing |
PECanvas.getDrawing() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSelectionHandler.delete(Drawing d)
Delete all selected Element's from the given Drawing, and remove the reference to them
from this SelectionHandler.
|
void |
SelectionHandler.delete(Drawing d)
Delete all selected Element's from the given Drawing
|
void |
AbstractSelectionHandler.selectAll(Drawing d)
Select all Element's in the given drawing.
|
void |
SelectionHandler.selectAll(Drawing d)
Select all Element's belonging to the given Drawing.
|
void |
PECanvas.setDrawing(Drawing dr)
set the Drawing model for this component.
|
Modifier and Type | Method and Description |
---|---|
Drawing |
DrawingEvent.getDrawing()
Return the source of this event
|
Modifier and Type | Method and Description |
---|---|
Formatter |
FormatterFactory.createFormatter(Drawing d,
java.lang.Object outputConstraint) |
Formatter |
JPICFormatter.createFormatter(Drawing d,
java.lang.Object outputConstraint)
Return a Formatter able to format the given Drawing in the JPIC-XML language ;
|
Constructor and Description |
---|
JPICFormatter.DrawingFormatter(Drawing drawing,
java.lang.Object outputConstraint)
init this formatter for the given drawing
|
Modifier and Type | Method and Description |
---|---|
Drawing |
JPICXmlHandler.fetchParsedDrawing()
Return a new instance of the Drawing class populated from JPIC-XML tags
|
Drawing |
JPICParser.parse(java.io.Reader reader)
kicks off the parsing process
|
Drawing |
Parser.parse(java.io.Reader reader)
kicks off the parsing process
|
Modifier and Type | Method and Description |
---|---|
Drawing |
AbstractElement.getDrawing()
Retrieves the underlying drawing
|
Drawing |
Drawing.DefaultDrawingEvent.getDrawing() |
Drawing |
Drawing.RootElement.getDrawing()
Retrieves the underlying drawing
Overriden to return this.
|
Drawing |
Element.getDrawing()
Retrieves the underlying drawing
|
Constructor and Description |
---|
Drawing(Drawing dr)
cloning constructor
|
Modifier and Type | Method and Description |
---|---|
protected Drawing |
PEAction.getDrawing()
Returns the Drawing that serves as a model for the target PECanvas (this is a convenience
call to
getCanvas() . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSelectionHandler.delete(Drawing dr)
Delete all selected Element's from the given Drawing, and remove the reference to them
from the SelectionHandler.
|
void |
DefaultSelectionHandler.selectAll(Drawing d)
Select all Element's in the given drawing.
|
Modifier and Type | Method and Description |
---|---|
Drawing |
AbstractView.getDrawing()
Fetches the model associated with the view.
|
Drawing |
View.getDrawing()
Fetches the document associated with the view.
|
Constructor and Description |
---|
RunExternalCommand(Drawing drawing,
ContentType contentType,
java.lang.String commandToRun) |
RunExternalCommand(Drawing drawing,
ContentType contentType,
java.lang.String cmdLine,
boolean isWriteTmpTeXfile)
Mostly for debugging purpose, or when used outside the jpicedt.ui package (since then JPicEdt.preferences
are no longer available).
|
Submit a bug : syd@jpicedt.org