|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultViewFactory.LeafElementView | |
---|---|
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 | |
---|---|
class |
EepicViewFactory.AbstractCurveView
a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve eepic allows filling polygon only (using \\path macro). |
class |
EepicViewFactory.EllipseView
view for ellipses specific to the Epic/Eepic content type. |
class |
EepicViewFactory.TextView
a 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 | |
---|---|
class |
LatexViewFactory.AbstractCurveView
a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve LaTeX-picture environment does not allow filling such shapes. |
class |
LatexViewFactory.EllipseView
view for ellipse specific to the LaTeX picture environment. |
class |
LatexViewFactory.ParallelogramView
a View for rendering parallelograms. |
Uses of DefaultViewFactory.LeafElementView in jpicedt.graphic.view |
---|
Subclasses of DefaultViewFactory.LeafElementView in jpicedt.graphic.view | |
---|---|
class |
DefaultViewFactory.AbstractCurveView
a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve |
class |
DefaultViewFactory.EllipseView
a View for rendering ellipses defined by a parallelogram |
class |
DefaultViewFactory.ParallelogramView
a View for rendering parallelograms |
class |
DefaultViewFactory.PicNodeConnectionView
a 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...) |
class |
DefaultViewFactory.TextView
a View for rendering Text's from TextLayout's |
class |
DefaultViewFactory.TextViewHybrid
a View for rendering Text's based on bitmaps (when available) or TextLayout (when image not available) |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |