Uses of Class
jpicedt.graphic.view.DefaultViewFactory.LeafElementView
-
Packages that use DefaultViewFactory.LeafElementView 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 DefaultViewFactory.LeafElementView in jpicedt.format.output.eepic
Subclasses of DefaultViewFactory.LeafElementView 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 DefaultViewFactory.LeafElementView in jpicedt.format.output.latex
Subclasses of DefaultViewFactory.LeafElementView 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 DefaultViewFactory.LeafElementView in jpicedt.graphic.view
Subclasses of DefaultViewFactory.LeafElementView in jpicedt.graphic.view Modifier and Type Class Description classDefaultViewFactory.AbstractCurveViewa View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurveclassDefaultViewFactory.EllipseViewa View for rendering ellipses defined by a parallelogramclassDefaultViewFactory.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)
-