Uses of Package
jpicedt.graphic.view
-
Packages that use jpicedt.graphic.view Package Description 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 Class Description 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.AbstractCurveDefaultViewFactory.EllipseView a View for rendering ellipses defined by a parallelogramDefaultViewFactory.LeafElementView a View for rendering leaf-elements ; implements attributes caching, and shape rendering.DefaultViewFactory.TextView a View for rendering Text's from TextLayout'sView 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 Class Description 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.AbstractCurveDefaultViewFactory.EllipseView a View for rendering ellipses defined by a parallelogramDefaultViewFactory.LeafElementView a View for rendering leaf-elements ; implements attributes caching, and shape rendering.DefaultViewFactory.ParallelogramView a View for rendering parallelogramsView 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 Class Description 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 Class Description ViewFactory A factory to create a View for a given Element. -
Classes in jpicedt.graphic.view used by jpicedt.graphic.event Class Description 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 Class Description 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 Class Description 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 Class Description 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 ElementHitInfo.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 Class Description HitInfo A HitInfo encapsulates information related to a mouse click that occured on a particular area of an Element.