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.format.output.pstricks |
Classes (formatter, view factory,...) related to the PsTricks content-type.
|
jpicedt.graphic.model |
Document structure and graphic primitives.
|
jpicedt.graphic.view |
Document appearance.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
View |
EepicViewFactory.createView(Element element) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
View |
LatexViewFactory.createView(Element element) |
Modifier and Type | Method and Description |
---|---|
View |
PstricksViewFactory.createView(Element element) |
Modifier and Type | Field and Description |
---|---|
protected View |
AbstractElement.view
the view that render this element
|
Modifier and Type | Method and Description |
---|---|
View |
Drawing.getRootView() |
View |
AbstractElement.getView()
Returns the View that's responsible for rendering this AbstractElement
|
View |
Element.getView() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractView
Abstract implementation that provide some basic common behaviours for View's.
|
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)
|
Modifier and Type | Method and Description |
---|---|
View |
DefaultViewFactory.createView(Element element) |
View |
ViewFactory.createView(Element element) |
View |
AbstractView.getParentView()
Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
|
View |
View.getParentView()
Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
|
Submit a bug : syd@jpicedt.org