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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EepicViewFactory
A factory to create a View for a given Element when the content type for the model is Eepic.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
EepicContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type
|
Modifier and Type | Class and Description |
---|---|
class |
LatexViewFactory
Creates a View for a given Element when the underlying content type is the LaTeX-picture environment.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
LatexContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type
|
Modifier and Type | Class and Description |
---|---|
class |
PstricksViewFactory
A factory to create a View for a given Element when the underlying content type for
the model is Pstricks.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
PstricksContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
ContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type
|
ViewFactory |
DefaultContentType.createViewFactory()
Creates a ViewFactory that's suited for this content-type
|
Modifier and Type | Method and Description |
---|---|
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 |
BranchElement.setViewFromFactory(ViewFactory f)
set the view for this Element from the given view factory, then set the view for children.
|
void |
Element.setViewFromFactory(ViewFactory f)
set the view for this Element from the given view factory
|
void |
Drawing.setViewTree(ViewFactory f)
set the view tree that renders this drawing to screen, starting from the root-element.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
EditorKit.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultViewFactory
This is the default factory used to create a View for a given Element ; should be used when
one wants to render all Element's attributes ; otherwise subclass with your own ViewFactory
and override :
createView : simply return your own View for some or all Element's (then call super.createView)
factory methods, e.g.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
AbstractView.getViewFactory()
Fetches the ViewFactory implementation that is feeding the view hierarchy.
|
ViewFactory |
DefaultViewFactory.LeafElementView.getViewFactory()
Fetches the ViewFactory implementation that is feeding the view hierarchy.
|
ViewFactory |
View.getViewFactory()
Fetches the ViewFactory implementation that is feeding the view hierarchy.
|
Submit a bug : syd@jpicedt.org