|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractElement | |
---|---|
jpicedt.graphic.model | Document structure and graphic primitives. |
jpicedt.graphic.toolkit | Controller (document editing through UI actions) |
Uses of AbstractElement in jpicedt.graphic.model |
---|
Subclasses of AbstractElement in jpicedt.graphic.model | |
---|---|
class |
AbstractCurve
A curve made up of a concatenation of cubic bezier curves and straight lines, hereafter globally denoted as "segments". |
class |
BranchElement
A class for Element 's that allow children, eg, primarily:
groups, ie, clutches of objects that maintain a kind of relationship although their geometry is
specified in an independent way;
custom paths (PSTricks' pscustom) made up by piecing objects' paths together. |
class |
Drawing.BoundingBox
|
class |
Drawing.RootElement
The Element that is the root of the tree of Element 's in this
Drawing . |
class |
PicCircleFrom3Points
A class implementing either a circle or an arc, whose geometry is specified by a PicEllipse ,
yet is further controllable by three additional points: this may either be a plain circle going through
these three points, or an arc going from P_1 to P_3 through P_2 , in
which case a pie or a chord may be added as well. |
class |
PicEllipse
Ellipse ou arc, basé sur un parallélogramme. |
class |
PicGroup
A concrete implementation of BranchElement that is suited for building groups of elements. |
class |
PicMultiCurve
PicMultiCurve is basically an AbstractCurve where each subdivision point has
additionnal features regarding 2nd-order smoothness and symmetry. |
class |
PicNodeConnection
This class represents a connection between two DefaultLeafElement 's. |
class |
PicParallelogram
A class implementing a parallelogram. |
class |
PicPsCurve
A multicurve, either closed or not, going through a set of control points. |
class |
PicSmoothPolygon
A multicurve, either closed or not, the geometry of which is specified using a polygon, in such a way that the curve snakes "smoothly" along the polygon. |
class |
PicText
Textual elements, possibly surrounded by a box (currently, only rectangular, oval and circular shapes are supported). |
class |
TextEditable
An abstract class for Element 's that have a textual
representation, and [pending:removed as of 1.3.2] whose text can be
graphically edited |
Methods in jpicedt.graphic.model that return AbstractElement | |
---|---|
abstract AbstractElement |
AbstractElement.clone()
Returns a clone of this Element |
Constructors in jpicedt.graphic.model with parameters of type AbstractElement | |
---|---|
AbstractElement(AbstractElement obj)
cloning constructor ; attribute set is deeply copied. |
Uses of AbstractElement in jpicedt.graphic.toolkit |
---|
Subclasses of AbstractElement in jpicedt.graphic.toolkit | |
---|---|
class |
DefaultSelectionHandler
Stores references to selected Element 's. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |