|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BranchElement | |
---|---|
jpicedt.graphic.model | Document structure and graphic primitives. |
jpicedt.graphic.toolkit | Controller (document editing through UI actions) |
jpicedt.graphic.view | Document appearance. |
Uses of BranchElement in jpicedt.graphic.model |
---|
Subclasses of BranchElement in jpicedt.graphic.model | |
---|---|
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. |
Constructors in jpicedt.graphic.model with parameters of type BranchElement | |
---|---|
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. |
Uses of BranchElement in jpicedt.graphic.toolkit |
---|
Subclasses of BranchElement in jpicedt.graphic.toolkit | |
---|---|
class |
DefaultSelectionHandler
Stores references to selected Element's. |
Constructors in jpicedt.graphic.toolkit with parameters of type BranchElement | |
---|---|
EditElementMouseTransformFactory._MoveElementTransform(BranchElement target,
int anchorChildIndex,
PicPoint clickPt,
Grid grid)
|
|
EditElementMouseTransformFactory.MoveElementTransform(BranchElement target,
int anchorChildIndex,
PicPoint clickPt,
Grid grid)
|
Uses of BranchElement in jpicedt.graphic.view |
---|
Constructors in jpicedt.graphic.view with parameters of type BranchElement | |
---|---|
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. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |