|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewFactory | |
---|---|
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 | jPicEdt library core classes and packages. |
jpicedt.graphic.model | Document structure and graphic primitives. |
jpicedt.graphic.toolkit | Controller (document editing through UI actions) |
jpicedt.graphic.view | Document appearance. |
Uses of ViewFactory in jpicedt.format.output.dxf |
---|
Classes in jpicedt.format.output.dxf that implement ViewFactory | |
---|---|
class |
DXFViewFactory
Une fabrique pour créer une View pour un Element donné quand le type de contenu
est DXF (marque déposée). |
Methods in jpicedt.format.output.dxf that return ViewFactory | |
---|---|
ViewFactory |
DXFContentType.createViewFactory()
Crée un ViewFactory adapté à ce type de contenu |
Uses of ViewFactory in jpicedt.format.output.eepic |
---|
Classes in jpicedt.format.output.eepic that implement ViewFactory | |
---|---|
class |
EepicViewFactory
A factory to create a View for a given Element when the content type for the model is Eepic. |
Methods in jpicedt.format.output.eepic that return ViewFactory | |
---|---|
ViewFactory |
EepicContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type |
Uses of ViewFactory in jpicedt.format.output.latex |
---|
Classes in jpicedt.format.output.latex that implement ViewFactory | |
---|---|
class |
LatexViewFactory
Creates a View for a given Element when the underlying content type is the
LaTeX-picture environment. |
Methods in jpicedt.format.output.latex that return ViewFactory | |
---|---|
ViewFactory |
LatexContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type |
Uses of ViewFactory in jpicedt.format.output.pstricks |
---|
Classes in jpicedt.format.output.pstricks that implement ViewFactory | |
---|---|
class |
PstricksViewFactory
A factory to create a View for a given Element when the underlying content type for the model is Pstricks. |
Methods in jpicedt.format.output.pstricks that return ViewFactory | |
---|---|
ViewFactory |
PstricksContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type |
Uses of ViewFactory in jpicedt.format.output.tikz |
---|
Classes in jpicedt.format.output.tikz that implement ViewFactory | |
---|---|
class |
TikzViewFactory
Fabrique de View pour le type de contenu TikZ. |
Methods in jpicedt.format.output.tikz that return ViewFactory | |
---|---|
ViewFactory |
TikzContentType.createViewFactory()
Crée un ViewFactory adapté à ce type de contenu |
Uses of ViewFactory in jpicedt.graphic |
---|
Methods in jpicedt.graphic that return ViewFactory | |
---|---|
ViewFactory |
DefaultContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type |
ViewFactory |
ContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type |
Uses of ViewFactory in jpicedt.graphic.model |
---|
Methods in jpicedt.graphic.model with parameters of type ViewFactory | |
---|---|
void |
Element.setViewFromFactory(ViewFactory f)
set the view for this Element from the given view factory |
void |
Drawing.RootElement.setViewFromFactory(ViewFactory f)
set the view for this Element from the given view factory, then set the view for children. |
void |
BranchElement.setViewFromFactory(ViewFactory f)
Set the view for this Element from the given view factory, then set the view for children. |
void |
AbstractElement.setViewFromFactory(ViewFactory f)
Set the view for this AbstractElement from the given view factory
or remove the view if f is null. |
void |
Drawing.setViewTree(ViewFactory f)
Set the view tree that renders this drawing to screen, starting from the root-element. |
Uses of ViewFactory in jpicedt.graphic.toolkit |
---|
Methods in jpicedt.graphic.toolkit that return ViewFactory | |
---|---|
ViewFactory |
EditorKit.getViewFactory()
|
Uses of ViewFactory in jpicedt.graphic.view |
---|
Classes in jpicedt.graphic.view that implement ViewFactory | |
---|---|
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. |
Methods in jpicedt.graphic.view that return ViewFactory | |
---|---|
ViewFactory |
View.getViewFactory()
Fetches the ViewFactory implementation that is feeding the view hierarchy. |
ViewFactory |
AbstractView.getViewFactory()
Fetches the ViewFactory implementation that is feeding the
view hierarchy. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |