|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drawing | |
---|---|
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. |
Uses of Drawing in jpicedt |
---|
Methods in jpicedt that return Drawing | |
---|---|
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. |
Uses of Drawing in jpicedt.format.input |
---|
Methods in jpicedt.format.input that return Drawing | |
---|---|
Drawing |
DefaultParser.parse(Reader reader)
kicks off the parsing process |
Uses of Drawing in jpicedt.format.output.eepic |
---|
Methods in jpicedt.format.output.eepic with parameters of type Drawing | |
---|---|
Formatter |
EepicFormatter.createFormatter(Drawing d,
Object outputConstraint)
|
Constructors in jpicedt.format.output.eepic with parameters of type Drawing | |
---|---|
EepicFormatter.DrawingFormatter(Drawing drawing,
Object outputConstraint)
init this formater for the given drawing |
Uses of Drawing in jpicedt.format.output.latex |
---|
Fields in jpicedt.format.output.latex declared as Drawing | |
---|---|
protected Drawing |
LatexFormatter.DrawingFormatter.drawing
the Drawing this formater acts upon |
Methods in jpicedt.format.output.latex with parameters of type Drawing | |
---|---|
Formatter |
LatexFormatter.createFormatter(Drawing d,
Object outputConstraint)
|
Constructors in jpicedt.format.output.latex with parameters of type Drawing | |
---|---|
LatexFormatter.DrawingFormatter(Drawing drawing,
Object outputConstraint)
init this formater for the given drawing |
Uses of Drawing in jpicedt.format.output.pstricks |
---|
Methods in jpicedt.format.output.pstricks with parameters of type Drawing | |
---|---|
Formatter |
PstricksFormatter.createFormatter(Drawing d,
Object outputConstraint)
|
Constructors in jpicedt.format.output.pstricks with parameters of type Drawing | |
---|---|
PstricksFormatter.DrawingFormatter(Drawing drawing,
Object outputConstraint)
init this formatter for the given drawing |
Uses of Drawing in jpicedt.graphic |
---|
Fields in jpicedt.graphic declared as Drawing | |
---|---|
protected Drawing |
PECanvas.drawing
the model for this canvas |
Methods in jpicedt.graphic that return Drawing | |
---|---|
Drawing |
PECanvas.getDrawing()
|
Methods in jpicedt.graphic with parameters of type Drawing | |
---|---|
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. |
Uses of Drawing in jpicedt.graphic.event |
---|
Methods in jpicedt.graphic.event that return Drawing | |
---|---|
Drawing |
DrawingEvent.getDrawing()
Return the source of this event |
Uses of Drawing in jpicedt.graphic.io.formatter |
---|
Methods in jpicedt.graphic.io.formatter with parameters of type Drawing | |
---|---|
Formatter |
FormatterFactory.createFormatter(Drawing d,
Object outputConstraint)
|
Formatter |
JPICFormatter.createFormatter(Drawing d,
Object outputConstraint)
Return a Formatter able to format the given Drawing in the JPIC-XML language ; |
Constructors in jpicedt.graphic.io.formatter with parameters of type Drawing | |
---|---|
JPICFormatter.DrawingFormatter(Drawing drawing,
Object outputConstraint)
init this formatter for the given drawing |
Uses of Drawing in jpicedt.graphic.io.parser |
---|
Methods in jpicedt.graphic.io.parser that return Drawing | |
---|---|
Drawing |
JPICXmlHandler.fetchParsedDrawing()
Return a new instance of the Drawing class populated from JPIC-XML tags |
Drawing |
JPICParser.parse(Reader reader)
kicks off the parsing process |
Drawing |
Parser.parse(Reader reader)
kicks off the parsing process |
Uses of Drawing in jpicedt.graphic.model |
---|
Methods in jpicedt.graphic.model that return Drawing | |
---|---|
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 |
Constructors in jpicedt.graphic.model with parameters of type Drawing | |
---|---|
Drawing(Drawing dr)
cloning constructor |
Uses of Drawing in jpicedt.graphic.toolkit |
---|
Methods in jpicedt.graphic.toolkit that return Drawing | |
---|---|
protected Drawing |
PEAction.getDrawing()
Returns the Drawing that serves as a model for the target PECanvas (this is a convenience call to getCanvas() . |
Methods in jpicedt.graphic.toolkit with parameters of type Drawing | |
---|---|
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. |
Uses of Drawing in jpicedt.graphic.view |
---|
Methods in jpicedt.graphic.view that return Drawing | |
---|---|
Drawing |
AbstractView.getDrawing()
Fetches the model associated with the view. |
Drawing |
View.getDrawing()
Fetches the document associated with the view. |
Uses of Drawing in jpicedt.ui.util |
---|
Constructors in jpicedt.ui.util with parameters of type Drawing | |
---|---|
RunExternalCommand(Drawing drawing,
ContentType contentType,
String commandToRun)
|
|
RunExternalCommand(Drawing drawing,
ContentType contentType,
String cmdLine,
boolean isWriteTmpTeXfile)
Mostly for debugging purpose, or when used outside the jpicedt.ui package (since then JPicEdt.preferences are no longer available). |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |