Uses of Class
jpicedt.graphic.model.BranchElement
-
Packages that use BranchElement Package Description 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 Modifier and Type Class Description classDrawing.RootElementthe Element that is the root of the tree of Element's in this Drawing.classPicGroupA concrete implementation of BranchElement that is suited for building groups of elements.Constructors in jpicedt.graphic.model with parameters of type BranchElement Constructor Description BranchElement(BranchElement src)cloning constructor (though with no parent and no view) : 1°) attribute set is deeply copied.Drawing(BranchElement e)construct a new Drawing whose content is initialized from the content of the given BranchElement.PicGroup(BranchElement src)Cloning constructor.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. -
Uses of BranchElement in jpicedt.graphic.toolkit
Subclasses of BranchElement in jpicedt.graphic.toolkit Modifier and Type Class Description classDefaultSelectionHandlerStores references to selected Element's.Constructors in jpicedt.graphic.toolkit with parameters of type BranchElement Constructor Description _MoveElementTransform(BranchElement target, int anchorChildIndex, PicPoint clickPt, Grid grid)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 Constructor Description 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.CompositeHighlighter(BranchElement e)construct a new Highlighter for the given PicGroupCompositeView(BranchElement e)construct a new View for the given PicGroup
-