http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.view.ViewFactory

Packages that use ViewFactory
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. 
 

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.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.setViewTree(ViewFactory f)
          set the view tree that renders this drawing to screen, starting from the root-element.
 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.
 

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 ; 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.
 

Methods in jpicedt.graphic.view that return ViewFactory
 ViewFactory View.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 AbstractView.getViewFactory()
          Fetches the ViewFactory implementation that is feeding the view hierarchy.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org