Package | Description |
---|---|
jpicedt.graphic.model |
Document structure and graphic primitives.
|
jpicedt.graphic.toolkit |
Controller (document editing through UI actions)
|
jpicedt.graphic.view |
Document appearance.
|
Modifier and Type | Class and Description |
---|---|
class |
Drawing.RootElement
the Element that is the root of the tree of Element's in this Drawing.
|
class |
PicGroup
A concrete implementation of BranchElement that is suited for building groups of elements.
|
Constructor and Description |
---|
BranchElement(BranchElement src)
cloning constructor (though with no parent and no view) :
1°) attribute set is deeply copied.
|
Drawing.RootElement(BranchElement e)
construct a new RootElement whose content is initialized from the content of the given BranchElement
Children are cloned beforehands, so it's perfectly safe to use this constructor when one
doesn't want to modify the initial content of the given BranchElement.
|
Drawing(BranchElement e)
construct a new Drawing whose content is initialized from the content of the given BranchElement.
|
PicGroup(BranchElement src)
Cloning constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSelectionHandler
Stores references to selected Element's.
|
Constructor and Description |
---|
EditElementMouseTransformFactory._MoveElementTransform(BranchElement target,
int anchorChildIndex,
PicPoint clickPt,
Grid grid) |
EditElementMouseTransformFactory.MoveElementTransform(BranchElement target,
int anchorChildIndex,
PicPoint clickPt,
Grid grid) |
Constructor and Description |
---|
CompositeView(BranchElement e)
construct a new View for the given PicGroup
|
DefaultHighlighterFactory.CompositeHighlighter(BranchElement e)
construct a new Highlighter for the given PicGroup
|
HitInfo.Composite(BranchElement clicked,
int clickedChildIndex,
PEMouseEvent mouseEvent)
construct a new HitInfo.Point that occured in the given BranchElement, on
the child with the given index.
|
Submit a bug : syd@jpicedt.org