|
|
|||||||||
| 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.input.dxf | |
| jpicedt.format.output.dxf | Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type. |
| 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.format.output.tikz | Tikz Formatter Classes (formatter, view factory,…) related to the TikZ 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 for user interface. |
| 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)
pour compatibilité ascendante. |
| Uses of Drawing in jpicedt.format.input.dxf |
|---|
| Methods in jpicedt.format.input.dxf that return Drawing | |
|---|---|
Drawing |
DXFParser.parse(Reader reader)
signature pour compatibilité ascendante. |
| Uses of Drawing in jpicedt.format.output.dxf |
|---|
| Methods in jpicedt.format.output.dxf with parameters of type Drawing | |
|---|---|
Formatter |
DXFFormatter.createFormatter(Drawing d,
Object outputConstraint)
|
| 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 |
|---|
| Methods in jpicedt.format.output.latex with parameters of type Drawing | |
|---|---|
Formatter |
LatexFormatter.createFormatter(Drawing d,
Object outputConstraints)
|
| Constructors in jpicedt.format.output.latex with parameters of type Drawing | |
|---|---|
LatexFormatter.DrawingFormatter(Drawing drawing,
Object outputConstraints)
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.format.output.tikz |
|---|
| Methods in jpicedt.format.output.tikz with parameters of type Drawing | |
|---|---|
Formatter |
TikzFormatter.createFormatter(Drawing d,
Object outputConstraints)
|
| 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 |
SelectionHandler.delete(Drawing d)
Delete all selected Element's from the given 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.selectAll(Drawing d)
Select all Element's belonging to the given Drawing. |
void |
AbstractSelectionHandler.selectAll(Drawing d)
Select all Element's in 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 |
|---|
| Fields in jpicedt.graphic.io.formatter declared as Drawing | |
|---|---|
protected Drawing |
AbstractDrawingFormatter.drawing
|
| Methods in jpicedt.graphic.io.formatter with parameters of type Drawing | |
|---|---|
Formatter |
JPICFormatter.createFormatter(Drawing d,
Object outputConstraint)
Return a Formatter able to format the given Drawing in the JPIC-XML language ; |
Formatter |
FormatterFactory.createFormatter(Drawing d,
Object outputConstraint)
|
| Constructors in jpicedt.graphic.io.formatter with parameters of type Drawing | |
|---|---|
AbstractDrawingFormatter(Drawing drawing,
Object outputConstraints)
|
|
JPICFormatter.DrawingFormatter(Drawing drawing,
Object outputConstraints,
AbstractFormatterFactory factory)
init this formatter for the given drawing |
|
| Uses of Drawing in jpicedt.graphic.io.parser |
|---|
| Fields in jpicedt.graphic.io.parser declared as Drawing | |
|---|---|
Drawing |
ParsedDrawing.drawing
|
| Methods in jpicedt.graphic.io.parser that return Drawing | |
|---|---|
Drawing |
JPICXmlHandler.fetchParsedDrawing()
|
Drawing |
Parser.parse(Reader reader)
Démarre l'analyse du fichier. |
Drawing |
JPICXmlParser.parse(Reader reader)
|
Drawing |
JPICParser.parse(Reader reader)
Fourni pour compatibilité ascendante. |
| Uses of Drawing in jpicedt.graphic.model |
|---|
| Methods in jpicedt.graphic.model that return Drawing | |
|---|---|
Drawing |
Drawing.clone()
|
Drawing |
Element.getDrawing()
Retrieves the underlying drawing |
Drawing |
Drawing.DefaultDrawingEvent.getDrawing()
|
Drawing |
Drawing.RootElement.getDrawing()
Retrieves the underlying drawing Overriden to return this. |
Drawing |
Drawing.BoundingBox.getDrawing()
|
Drawing |
AbstractElement.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 |
PEAbstractAction.getDrawing()
Returns the Drawing that serves as a model for the target PECanvas (this is a convenience call to getCanvas(). |
Drawing |
ConvexZone.getDrawing()
|
| 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 |
View.getDrawing()
Fetches the document associated with the view. |
Drawing |
AbstractView.getDrawing()
Fetches the drawing (aka model) 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,
RunExternalCommand.Command commandToRun,
MDIManager mdimgr)
|
|
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 | |||||||||