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

Quick Search    Search Deep

Package jpicedt.graphic.view

jPicEdt library core classes and packages.

See:
          Description

Interface Summary
View a View is a graphic representation of a Element.
ViewFactory A factory to create a View for a given Element.
 

Class Summary
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.
HitInfo A HitInfo encapsulates information related to a mouse click on a particular Element.
HitInfo.Composite Represent a particular type of Hit that occured on a child of a branch-element, when one whants to specify both the element and its child.
HitInfo.Interior Represent a Hit that occured on the interior of a Element
HitInfo.Point Represent a Hit that occured on a Element's end-point
HitInfo.Stroke Represent a Hit that occured on an Element.
 

Package jpicedt.graphic.view Description

jPicEdt library core classes and packages. Package structure follows the model-view-controler paradigm.

Since:
PicEdt 1.0