|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributesViewFactory | |
---|---|
jpicedt.format.output.dxf | Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type. |
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.format.output.tikz | Tikz Formatter Classes (formatter, view factory,…) related to the TikZ content-type. |
jpicedt.graphic.view | Document appearance. |
Uses of AttributesViewFactory in jpicedt.format.output.dxf |
---|
Classes in jpicedt.format.output.dxf that implement AttributesViewFactory | |
---|---|
class |
DXFViewFactory
Une fabrique pour créer une View pour un Element donné quand le type de contenu
est DXF (marque déposée). |
Uses of AttributesViewFactory in jpicedt.format.output.eepic |
---|
Classes in jpicedt.format.output.eepic that implement AttributesViewFactory | |
---|---|
class |
EepicViewFactory
A factory to create a View for a given Element when the content type for the model is Eepic. |
Uses of AttributesViewFactory in jpicedt.format.output.latex |
---|
Classes in jpicedt.format.output.latex that implement AttributesViewFactory | |
---|---|
class |
LatexViewFactory
Creates a View for a given Element when the underlying content type is the
LaTeX-picture environment. |
Uses of AttributesViewFactory in jpicedt.format.output.pstricks |
---|
Classes in jpicedt.format.output.pstricks that implement AttributesViewFactory | |
---|---|
class |
PstricksViewFactory
A factory to create a View for a given Element when the underlying content type for the model is Pstricks. |
Uses of AttributesViewFactory in jpicedt.format.output.tikz |
---|
Classes in jpicedt.format.output.tikz that implement AttributesViewFactory | |
---|---|
class |
TikzViewFactory
Fabrique de View pour le type de contenu TikZ. |
Uses of AttributesViewFactory in jpicedt.graphic.view |
---|
Classes in jpicedt.graphic.view that implement AttributesViewFactory | |
---|---|
class |
DefaultViewFactory
This is the default factory used to: create a View for a given Element ; it relies on a hashmap that associates
View 's classes with Element 's class, the former being dynamically
instanciated (through Reflection) on-the-fly when needed. |
Fields in jpicedt.graphic.view declared as AttributesViewFactory | |
---|---|
protected AttributesViewFactory |
LeafElementView.attrFactory
|
protected AttributesViewFactory |
CompositeView.factory
|
Constructors in jpicedt.graphic.view with parameters of type AttributesViewFactory | |
---|---|
AbstractCurveView(AbstractCurve curve,
AttributesViewFactory f)
construct a new View for the given curve |
|
CompositeView(BranchElement e,
AttributesViewFactory f)
Construct a new View for the given BranchElement . |
|
EllipseView(PicEllipse ellipse,
AttributesViewFactory f)
construct a new View for the given ellipse |
|
LeafElementView(Element e,
AttributesViewFactory f)
construct a new View for the given Element |
|
ParallelogramView(PicParallelogram para,
AttributesViewFactory f)
Deprecated. construct a new View for the given PicParallelogram |
|
PicNodeConnectionView(PicNodeConnection edge,
AttributesViewFactory f)
Deprecated. construct a new View for the given node connection |
|
TextView(PicText te,
AttributesViewFactory f)
construct a new View for the given PicText |
|
TextViewHybrid(PicText te,
AttributesViewFactory f)
construct a new View for the given PicRectangle |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |