|
|
|||||||||
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. |
jpicedt.graphic.view.highlighter | Aspect visuel de la mise en vedette. |
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. |
Fields in jpicedt.graphic.model declared as BranchElement | |
---|---|
protected BranchElement |
AbstractElement.parent
the parent of this element |
Methods in jpicedt.graphic.model that return BranchElement | |
---|---|
BranchElement |
BranchElement.clone()
|
BranchElement |
Element.getParent()
Gets the parent of the element. |
BranchElement |
Drawing.RootElement.getParent()
Gets the parent of the element. |
BranchElement |
Drawing.BoundingBox.getParent()
|
BranchElement |
AbstractElement.getParent()
Gets the parent of the element. |
Methods in jpicedt.graphic.model with parameters of type BranchElement | |
---|---|
void |
Element.setParent(BranchElement p)
Sets the parent of the element. |
void |
Drawing.RootElement.setParent(BranchElement p)
Sets the parent of the element. |
void |
Drawing.BoundingBox.setParent(BranchElement p)
|
void |
AbstractElement.setParent(BranchElement p)
Sets the parent of this element to be the given element. |
Constructors in jpicedt.graphic.model with parameters of type BranchElement | |
---|---|
BranchElement(BranchElement src)
Cloning constructor (though with no parent and no view): 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. |
Methods in jpicedt.graphic.toolkit that return BranchElement | |
---|---|
BranchElement |
DefaultSelectionHandler.getParent()
Gets the parent of the element. |
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 |
---|
Methods in jpicedt.graphic.view that return BranchElement | |
---|---|
BranchElement |
CompositeView.getElement()
|
BranchElement |
HitInfo.Composite.getTarget()
|
Constructors in jpicedt.graphic.view with parameters of type BranchElement | |
---|---|
CompositeView(BranchElement e,
AttributesViewFactory f)
Construct a new View for the given BranchElement . |
|
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. |
Uses of BranchElement in jpicedt.graphic.view.highlighter |
---|
Methods in jpicedt.graphic.view.highlighter that return BranchElement | |
---|---|
BranchElement |
CompositeHighlighter.getElement()
|
Constructors in jpicedt.graphic.view.highlighter with parameters of type BranchElement | |
---|---|
CompositeHighlighter(BranchElement e,
DefaultHighlighterFactory f)
construct a new Highlighter for the given BranchElement . |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |