|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractView | |
---|---|
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 | |
---|---|
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 AbstractView in jpicedt.format.output.latex |
---|
Subclasses of AbstractView 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 AbstractView in jpicedt.graphic.view |
---|
Subclasses of AbstractView in jpicedt.graphic.view | |
---|---|
class |
CompositeView
a CompositeView is a graphic representation of a BranchElement |
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 |
protected class |
DefaultViewFactory.LeafElementView
a View for rendering leaf-elements ; implements attributes caching, and shape rendering. |
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 |