Uses of Interface
jpicedt.graphic.view.View
-
Packages that use View Package Description 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.model Document structure and graphic primitives.jpicedt.graphic.view Document appearance. -
-
Uses of View in jpicedt.format.output.eepic
Classes in jpicedt.format.output.eepic that implement View Modifier and Type Class Description classEepicViewFactory.AbstractCurveViewa View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve eepic allows filling polygon only (using \\path macro).classEepicViewFactory.EllipseViewview for ellipses specific to the Epic/Eepic content type.classEepicViewFactory.TextViewa View for rendering Text's : only rectangular frame boxes (through \\makebox and rel.) are supported, + no filling + only black stroke.Methods in jpicedt.format.output.eepic that return View Modifier and Type Method Description ViewEepicViewFactory. createView(Element element) -
Uses of View in jpicedt.format.output.latex
Classes in jpicedt.format.output.latex that implement View Modifier and Type Class Description classLatexViewFactory.AbstractCurveViewa View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve LaTeX-picture environment does not allow filling such shapes.classLatexViewFactory.EllipseViewview for ellipse specific to the LaTeX picture environment.classLatexViewFactory.ParallelogramViewa View for rendering parallelograms.Methods in jpicedt.format.output.latex that return View Modifier and Type Method Description ViewLatexViewFactory. createView(Element element) -
Uses of View in jpicedt.format.output.pstricks
Methods in jpicedt.format.output.pstricks that return View Modifier and Type Method Description ViewPstricksViewFactory. createView(Element element) -
Uses of View in jpicedt.graphic.model
Fields in jpicedt.graphic.model declared as View Modifier and Type Field Description protected ViewAbstractElement. viewthe view that render this elementMethods in jpicedt.graphic.model that return View Modifier and Type Method Description ViewDrawing. getRootView()ViewAbstractElement. getView()Returns the View that's responsible for rendering this AbstractElementViewElement. getView() -
Uses of View in jpicedt.graphic.view
Classes in jpicedt.graphic.view that implement View Modifier and Type Class Description classAbstractViewAbstract implementation that provide some basic common behaviours for View's.classCompositeViewa CompositeView is a graphic representation of a BranchElementclassDefaultViewFactory.AbstractCurveViewa View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurveclassDefaultViewFactory.EllipseViewa View for rendering ellipses defined by a parallelogramprotected classDefaultViewFactory.LeafElementViewa View for rendering leaf-elements ; implements attributes caching, and shape rendering.classDefaultViewFactory.ParallelogramViewa View for rendering parallelogramsclassDefaultViewFactory.PicNodeConnectionViewa View for rendering any concrete implementation of jpicedt.graphic.model.PicNodeConnection This view is responsible for painting the edge only! Nodes are rendered with their own view (provided they were added to the drawing at some early point...)classDefaultViewFactory.TextViewa View for rendering Text's from TextLayout'sclassDefaultViewFactory.TextViewHybrida View for rendering Text's based on bitmaps (when available) or TextLayout (when image not available)Methods in jpicedt.graphic.view that return View Modifier and Type Method Description ViewDefaultViewFactory. createView(Element element)ViewViewFactory. createView(Element element)ViewAbstractView. getParentView()Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.ViewView. getParentView()Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
-