Uses of Class
jpicedt.graphic.model.Drawing
-
Packages that use Drawing 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. -
-
Uses of Drawing in jpicedt
Methods in jpicedt that return Drawing Modifier and Type Method Description static DrawingJPicEdt. 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 Modifier and Type Method Description DrawingDefaultParser. parse(java.io.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 Modifier and Type Method Description FormatterEepicFormatter. createFormatter(Drawing d, java.lang.Object outputConstraint)Constructors in jpicedt.format.output.eepic with parameters of type Drawing Constructor Description DrawingFormatter(Drawing drawing, java.lang.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 Modifier and Type Field Description protected DrawingLatexFormatter.DrawingFormatter. drawingthe Drawing this formater acts uponMethods in jpicedt.format.output.latex with parameters of type Drawing Modifier and Type Method Description FormatterLatexFormatter. createFormatter(Drawing d, java.lang.Object outputConstraint)Constructors in jpicedt.format.output.latex with parameters of type Drawing Constructor Description DrawingFormatter(Drawing drawing, java.lang.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 Modifier and Type Method Description FormatterPstricksFormatter. createFormatter(Drawing d, java.lang.Object outputConstraint)Constructors in jpicedt.format.output.pstricks with parameters of type Drawing Constructor Description DrawingFormatter(Drawing drawing, java.lang.Object outputConstraint)init this formatter for the given drawing -
Uses of Drawing in jpicedt.graphic
Fields in jpicedt.graphic declared as Drawing Modifier and Type Field Description protected DrawingPECanvas. drawingthe model for this canvasMethods in jpicedt.graphic that return Drawing Modifier and Type Method Description DrawingPECanvas. getDrawing()Methods in jpicedt.graphic with parameters of type Drawing Modifier and Type Method Description voidAbstractSelectionHandler. delete(Drawing d)Delete all selected Element's from the given Drawing, and remove the reference to them from this SelectionHandler.voidSelectionHandler. delete(Drawing d)Delete all selected Element's from the given DrawingvoidAbstractSelectionHandler. selectAll(Drawing d)Select all Element's in the given drawing.voidSelectionHandler. selectAll(Drawing d)Select all Element's belonging to the given Drawing.voidPECanvas. 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 Modifier and Type Method Description DrawingDrawingEvent. 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 Modifier and Type Method Description FormatterFormatterFactory. createFormatter(Drawing d, java.lang.Object outputConstraint)FormatterJPICFormatter. createFormatter(Drawing d, java.lang.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 Constructor Description DrawingFormatter(Drawing drawing, java.lang.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 Modifier and Type Method Description DrawingJPICXmlHandler. fetchParsedDrawing()Return a new instance of the Drawing class populated from JPIC-XML tagsDrawingJPICParser. parse(java.io.Reader reader)kicks off the parsing processDrawingParser. parse(java.io.Reader reader)kicks off the parsing process -
Uses of Drawing in jpicedt.graphic.model
Methods in jpicedt.graphic.model that return Drawing Modifier and Type Method Description DrawingAbstractElement. getDrawing()Retrieves the underlying drawingDrawingDrawing.DefaultDrawingEvent. getDrawing()DrawingDrawing.RootElement. getDrawing()Retrieves the underlying drawing Overriden to return this.DrawingElement. getDrawing()Retrieves the underlying drawingConstructors in jpicedt.graphic.model with parameters of type Drawing Constructor Description Drawing(Drawing dr)cloning constructor -
Uses of Drawing in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit that return Drawing Modifier and Type Method Description protected DrawingPEAction. getDrawing()Returns the Drawing that serves as a model for the target PECanvas (this is a convenience call togetCanvas().Methods in jpicedt.graphic.toolkit with parameters of type Drawing Modifier and Type Method Description voidDefaultSelectionHandler. delete(Drawing dr)Delete all selected Element's from the given Drawing, and remove the reference to them from the SelectionHandler.voidDefaultSelectionHandler. 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 Modifier and Type Method Description DrawingAbstractView. getDrawing()Fetches the model associated with the view.DrawingView. 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 Constructor 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).
-