http://www.jpicedt.org

Uses of Package
jpicedt.graphic.view

Packages that use jpicedt.graphic.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 jPicEdt library core classes and packages. 
jpicedt.graphic.event Various events used for the communication between model, view and controler, as well as to notify external receivers of changes in the document structure, appearance,... 
jpicedt.graphic.model Document structure and graphic primitives. 
jpicedt.graphic.toolkit Controller (document editing through UI actions) 
jpicedt.graphic.view Document appearance. 
jpicedt.ui.internal Implementation of MDIManager and related using JInternalFrame's. 
 

Classes in jpicedt.graphic.view used by jpicedt.format.output.eepic
AbstractView
          Abstract implementation that provide some basic common behaviours for View's.
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.
DefaultViewFactory.AbstractCurveView
          a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve
DefaultViewFactory.EllipseView
          a View for rendering ellipses defined by a parallelogram
DefaultViewFactory.LeafElementView
          a View for rendering leaf-elements ; implements attributes caching, and shape rendering.
DefaultViewFactory.TextView
          a View for rendering Text's from TextLayout's
View
          a View is a graphic representation of a Element.
ViewConstants
          Useful constants for implementation of the View and Highlighter interfaces.
ViewFactory
          A factory to create a View for a given Element.
 

Classes in jpicedt.graphic.view used by jpicedt.format.output.latex
AbstractView
          Abstract implementation that provide some basic common behaviours for View's.
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.
DefaultViewFactory.AbstractCurveView
          a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve
DefaultViewFactory.EllipseView
          a View for rendering ellipses defined by a parallelogram
DefaultViewFactory.LeafElementView
          a View for rendering leaf-elements ; implements attributes caching, and shape rendering.
DefaultViewFactory.ParallelogramView
          a View for rendering parallelograms
View
          a View is a graphic representation of a Element.
ViewConstants
          Useful constants for implementation of the View and Highlighter interfaces.
ViewFactory
          A factory to create a View for a given Element.
 

Classes in jpicedt.graphic.view used by jpicedt.format.output.pstricks
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.
View
          a View is a graphic representation of a Element.
ViewFactory
          A factory to create a View for a given Element.
 

Classes in jpicedt.graphic.view used by jpicedt.graphic
ViewFactory
          A factory to create a View for a given Element.
 

Classes in jpicedt.graphic.view used by jpicedt.graphic.event
HitInfo
          A HitInfo encapsulates information related to a mouse click that occured on a particular area of an Element.
 

Classes in jpicedt.graphic.view used by jpicedt.graphic.model
HitInfo
          A HitInfo encapsulates information related to a mouse click that occured on a particular area of an Element.
View
          a View is a graphic representation of a Element.
ViewFactory
          A factory to create a View for a given Element.
 

Classes in jpicedt.graphic.view used by jpicedt.graphic.toolkit
HighlighterFactory
          A factory to create a Highlighter for a given Element.
HitInfo
          A HitInfo encapsulates information related to a mouse click that occured on a particular area of an Element.
HitInfo.Point
          Represent a Hit that occured on one or several Element's control-points, the latter case occuring necessarily iff some control-points are identical.
ViewConstants
          Useful constants for implementation of the View and Highlighter interfaces.
ViewFactory
          A factory to create a View for a given Element.
 

Classes in jpicedt.graphic.view used by jpicedt.graphic.view
AbstractView
          Abstract implementation that provide some basic common behaviours for View's.
DefaultHighlighterFactory.DefaultHighlighter
          Default implementation of the Highlighter interface.
DefaultViewFactory.LeafElementView
          a View for rendering leaf-elements ; implements attributes caching, and shape rendering.
Highlighter
          a view dedicated to painting an Element's highlighter, e.g.
HighlighterFactory
          A factory to create a Highlighter for a given Element.
HitInfo
          A HitInfo encapsulates information related to a mouse click that occured on a particular area of an Element.
HitInfo.Interior
          Represent a Hit that occured on the interior of a Element
HitInfo.Stroke
          Represent a Hit that occured on an Element.
View
          a View is a graphic representation of a Element.
ViewConstants
          Useful constants for implementation of the View and Highlighter interfaces.
ViewFactory
          A factory to create a View for a given Element.
 

Classes in jpicedt.graphic.view used by jpicedt.ui.internal
HitInfo
          A HitInfo encapsulates information related to a mouse click that occured on a particular area of an Element.
 


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org