http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.view.View

Packages that use View
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.model Document structure and graphic primitives. 
jpicedt.graphic.view Document appearance. 
 

Uses of View in jpicedt.format.output.dxf
 

Methods in jpicedt.format.output.dxf that return View
 View DXFViewFactory.createView(Element element)
           
 

Uses of View in jpicedt.format.output.eepic
 

Methods in jpicedt.format.output.eepic that return View
 View EepicViewFactory.createView(Element element)
           
 

Uses of View in jpicedt.format.output.latex
 

Methods in jpicedt.format.output.latex that return View
 View LatexViewFactory.createView(Element element)
           
 

Uses of View in jpicedt.format.output.pstricks
 

Methods in jpicedt.format.output.pstricks that return View
 View PstricksViewFactory.createView(Element element)
           
 

Uses of View in jpicedt.format.output.tikz
 

Methods in jpicedt.format.output.tikz that return View
 View TikzViewFactory.createView(Element element)
           
 

Uses of View in jpicedt.graphic.model
 

Fields in jpicedt.graphic.model declared as View
protected  View AbstractElement.view
          the view that render this element
 

Methods in jpicedt.graphic.model that return View
 View Drawing.getRootView()
           
 View Element.getView()
           
 View Drawing.BoundingBox.getView()
           
 View AbstractElement.getView()
          Returns the View that's responsible for rendering this AbstractElement
 

Uses of View in jpicedt.graphic.view
 

Classes in jpicedt.graphic.view that implement View
 class AbstractCurveView
          a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve.
 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 EllipseView
          a View for rendering ellipses defined by a parallelogram
 class LeafElementView
          A View for rendering leaf-elements; implements attributes caching, and shape rendering.
 class ParallelogramView
          Deprecated.  
 class PicNodeConnectionView
          Deprecated.  
 class TextView
          a View for rendering Text's from TextLayout's
 class TextViewHybrid
          a View for rendering Text's based on bitmaps (when available) or TextLayout (when image not available)
 

Fields in jpicedt.graphic.view with type parameters of type View
protected  HashMap<Class<? extends Element>,Class<? extends View>> DefaultViewFactory.factoryMap
          a HashMap that associates View's classes with Element's classes
 

Methods in jpicedt.graphic.view that return View
 View ViewFactory.createView(Element element)
           
 View DefaultViewFactory.createView(Element element)
          Create a View for the given Element by looking up the hashmap responsible for creating View's for Element's.
 View View.getParentView()
          Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
 View AbstractView.getParentView()
          Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
 

Methods in jpicedt.graphic.view that return types with arguments of type View
 Class<? extends View> DefaultViewFactory.getMappedClass(Class<? extends Element> classElement)
          Returns the View's class associated with the given Element's class in the hashmap responsible for creating View's for Element's.
 

Method parameters in jpicedt.graphic.view with type arguments of type View
 void DefaultViewFactory.map(Class<? extends Element> classElement, Class<? extends View> classView)
          Associates the given View's class with the given Element's class in the hashmap responsible for creating View's for Element's.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org