Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
jpicedt.graphic.view

Classes in jpicedt.graphic.view used by jpicedt.graphic.view
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 : to return your own View for some or all Element's (then call super.createView) createStroke, createPaintForInterior, createPaintForOutline : these methods are called by various View's to extract rendering information from PicAttributeSet's when common behaviour is expected whatever the particular Element is being actually rendered.
DefaultViewFactory.LeafElementView
          a View for rendering leaf-elements ; implements attributes caching, and shape rendering.
HitInfo
          A HitInfo encapsulates information related to a mouse click on a particular Element.
View
          a View is a graphic representation of a Element.
ViewFactory
          A factory to create a View for a given Element.