Uses of Interface
jpicedt.graphic.view.ViewConstants
-
Packages that use ViewConstants 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.toolkit Controller (document editing through UI actions)jpicedt.graphic.view Document appearance. -
-
Uses of ViewConstants in jpicedt.format.output.eepic
Classes in jpicedt.format.output.eepic that implement ViewConstants 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 ViewConstants in jpicedt.format.output.latex
Classes in jpicedt.format.output.latex that implement ViewConstants 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 ViewConstants in jpicedt.graphic.toolkit
Classes in jpicedt.graphic.toolkit that implement ViewConstants Modifier and Type Class Description classDefaultSelectionHandlerStores references to selected Element's. -
Uses of ViewConstants in jpicedt.graphic.view
Classes in jpicedt.graphic.view that implement ViewConstants Modifier and Type Class Description classAbstractViewAbstract implementation that provide some basic common behaviours for View's.classCompositeViewa CompositeView is a graphic representation of a BranchElementclassDefaultHighlighterFactoryThis is the default factory used to create a Highlighter for a given Element.classDefaultViewFactory.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)
-