http://www.jpicedt.org

Uses of Interface
jpicedt.graphic.view.ViewConstants

Packages that use ViewConstants
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.graphic.toolkit Controller (document editing through UI actions) 
jpicedt.graphic.view Document appearance. 
 

Uses of ViewConstants in jpicedt.format.output.eepic
 

Classes in jpicedt.format.output.eepic that implement ViewConstants
 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.
 

Uses of ViewConstants in jpicedt.format.output.latex
 

Classes in jpicedt.format.output.latex that implement ViewConstants
 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.
 

Uses of ViewConstants in jpicedt.graphic.toolkit
 

Classes in jpicedt.graphic.toolkit that implement ViewConstants
 class DefaultSelectionHandler
          Stores references to selected Element's.
 

Uses of ViewConstants in jpicedt.graphic.view
 

Classes in jpicedt.graphic.view that implement ViewConstants
 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 DefaultHighlighterFactory
          This is the default factory used to create a Highlighter for a given Element.
 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)
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org