|
|||||||||
Home >> All >> jpicedt >> graphic >> [ model overview ] | PREV NEXT |
Uses of Package
jpicedt.graphic.model
Classes in jpicedt.graphic.model used by jpicedt.graphic.model | |
AbstractElement
An abstract class that can serve as the basis class for elements of a Drawing. |
|
Arrow
a class implementing the arrow attribute. |
|
BranchElement
An abstract class for Element's that allow children |
|
DefaultAttributeSet
This an immutable attribute set that stores default attributes value, and can thus serve as the default resolving parent for mutable PicAttributeSet's. |
|
Drawing
An extensible array used to store Elements |
|
Drawing.Customizer
a customizer for editing the bounding box |
|
Drawing.RootElement
the Element that is the root of the tree of Element's in this Drawing. |
|
Element
An interface for graphic elements that can be added to a Drawing. |
|
Element.PointIterator
An iterator over PicPoint's. |
|
PicAttributeName
a wrapper for an attribute name suited for PicAttributeSet's |
|
PicAttributeSet
a class that stores non-default graphical attributes (e.g. |
|
PicBezierCubic
A cubic non-rational Bezier curve (= spline), defined by its three end points and a control point |
|
PicBezierQuad
A quadratic non-rational Bezier curve (= spline), defined by its two end points and a control point |
|
PicEllipse
Elliptic arcs. |
|
PicObjectConstants
Constants for Element's |
|
PicPolygon
A polygon, either closed or not, with a variable number of points that can be added/inserted/deleted by the user. |
|
PicPolygon.CoordinateCellEditor
PolygonJTable's cell editor is based on a DecimalNumberField |
|
PicPolygon.PolygonTableModel
a class that specifies the methods the JTable will use to interrogate a tabular data model. |
|
PicPut
This object allow the user to insert any \\put(x,y){...} command anywhere in the drawing This is especially useful for people willing to use their own macro or packages. |
|
PicRectangle
A class implementing a rectangle, defined geomtrically by 2 diagonal points. |
|
PicText
Textual elements, possibly surrounded by a box (currently, only rectangular, oval and circular shapes are supported). |
|
TextEditable
An abstract class for Element's that have a textual representation, and whose text can be graphically edited |
|
|||||||||
Home >> All >> jpicedt >> graphic >> [ model overview ] | PREV NEXT |