Uses of Class
jpicedt.graphic.view.AbstractView
-
Packages that use AbstractView 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.graphic.view Document appearance. -
-
Uses of AbstractView in jpicedt.format.output.eepic
Subclasses of AbstractView in jpicedt.format.output.eepic 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. -
Uses of AbstractView in jpicedt.format.output.latex
Subclasses of AbstractView in jpicedt.format.output.latex 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. -
Uses of AbstractView in jpicedt.graphic.view
Subclasses of AbstractView in jpicedt.graphic.view Modifier and Type Class Description 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)
-