http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.view.View

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

Uses of View in jpicedt.format.output.eepic
 

Classes in jpicedt.format.output.eepic that implement View
 class EepicViewFactory.AbstractCurveView
          a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve eepic allows filling polygon only (using \\path macro).
 class EepicViewFactory.EllipseView
          view for ellipses specific to the Epic/Eepic content type.
 class EepicViewFactory.TextView
          a View for rendering Text's : only rectangular frame boxes (through \\makebox and rel.) are supported, + no filling + only black stroke.
 

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

Uses of View in jpicedt.format.output.latex
 

Classes in jpicedt.format.output.latex that implement View
 class LatexViewFactory.AbstractCurveView
          a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve LaTeX-picture environment does not allow filling such shapes.
 class LatexViewFactory.EllipseView
          view for ellipse specific to the LaTeX picture environment.
 class LatexViewFactory.ParallelogramView
          a View for rendering parallelograms.
 

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.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 Element.getView()
           
 View Drawing.getRootView()
           
 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 AbstractView
          Abstract implementation that provide some basic common behaviours for View's.
 class CompositeView
          a CompositeView is a graphic representation of a BranchElement
 class DefaultViewFactory.AbstractCurveView
          a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve
 class DefaultViewFactory.EllipseView
          a View for rendering ellipses defined by a parallelogram
protected  class DefaultViewFactory.LeafElementView
          a View for rendering leaf-elements ; implements attributes caching, and shape rendering.
 class DefaultViewFactory.ParallelogramView
          a View for rendering parallelograms
 class DefaultViewFactory.PicNodeConnectionView
          a View for rendering any concrete implementation of jpicedt.graphic.model.PicNodeConnection This view is responsible for painting the edge only! Nodes are rendered with their own view (provided they were added to the drawing at some early point...)
 class DefaultViewFactory.TextView
          a View for rendering Text's from TextLayout's
 class DefaultViewFactory.TextViewHybrid
          a View for rendering Text's based on bitmaps (when available) or TextLayout (when image not available)
 

Methods in jpicedt.graphic.view that return View
 View ViewFactory.createView(Element element)
           
 View View.getParentView()
          Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
 View DefaultViewFactory.createView(Element element)
           
 View AbstractView.getParentView()
          Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org