Uses of Class
drawit.RoundedPolygon
Package | Description |
---|---|
drawit.shapegroups1 |
-
Uses of RoundedPolygon in drawit.shapegroups1
Methods in drawit.shapegroups1 that return RoundedPolygon Modifier and Type Method Description RoundedPolygon
LeafShapeGroup. getShape()
Returns the shape directly contained by this shape group.Methods in drawit.shapegroups1 that return types with arguments of type RoundedPolygon Modifier and Type Method Description List<RoundedPolygon>
LeafShapeGroup. getAllShapes()
List<RoundedPolygon>
NonleafShapeGroup. getAllShapes()
abstract List<RoundedPolygon>
ShapeGroup. getAllShapes()
Returns a list of all RoundedPolygon objects contained directly or indirectly by this shape group, in some unspecified order.Map<RoundedPolygon,IntPoint[]>
ShapeGroup. getAllVertices()
Returns a map that maps each RoundedPolygon object contained directly or indirectly by this shape group to its current list of vertices.Constructors in drawit.shapegroups1 with parameters of type RoundedPolygon Constructor Description LeafShapeGroup(RoundedPolygon shape)
Initializes this object to represent a leaf shape group that directly contains the given shape.