Uses of Class
drawit.shapegroups1.ShapeGroup
Package | Description |
---|---|
drawit.shapegroups1 |
-
Uses of ShapeGroup in drawit.shapegroups1
Subclasses of ShapeGroup in drawit.shapegroups1 Modifier and Type Class Description class
LeafShapeGroup
Each instance of this class represents a leaf shape group.class
NonleafShapeGroup
Each instance of this class represents a non-leaf shape group.Methods in drawit.shapegroups1 that return ShapeGroup Modifier and Type Method Description ShapeGroup
NonleafShapeGroup. getSubgroup(int index)
Returns the subgroup at the given (zero-based) index in the list of subgroups directly contained by this shape group.ShapeGroup
NonleafShapeGroup. getSubgroupAt(IntPoint innerCoordinates)
Return the first subgroup in the list of subgroups directly contained by this shape group whose bounding box contains the given point.Methods in drawit.shapegroups1 that return types with arguments of type ShapeGroup Modifier and Type Method Description List<ShapeGroup>
NonleafShapeGroup. getSubgroups()
Returns the list of subgroups directly contained by this non-leaf shape group.Constructors in drawit.shapegroups1 with parameters of type ShapeGroup Constructor Description NonleafShapeGroup(ShapeGroup[] subgroups)
Initializes this object to represent a non-leaf shape group that directly contains the given subgroups, in the given order.