Index
A B C D E G I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getAllShapes() - Method in class drawit.shapegroups1.LeafShapeGroup
- getAllShapes() - Method in class drawit.shapegroups1.NonleafShapeGroup
- getAllShapes() - Method in class drawit.shapegroups1.ShapeGroup
-
Returns a list of all RoundedPolygon objects contained directly or indirectly by this shape group, in some unspecified order.
- getAllVertices() - Method in class drawit.shapegroups1.ShapeGroup
-
Returns a map that maps each RoundedPolygon object contained directly or indirectly by this shape group to its current list of vertices.
- getBottom() - Method in class drawit.shapegroups1.Extent
-
Returns the Y coordinate of the edge parallel to the X axis with the largest Y coordinate.
- getBottomRight() - Method in class drawit.shapegroups1.Extent
-
Returns the bottom-right corner of this extent.
- getBoundingBox() - Method in class drawit.shapegroups1.LeafShapeGroup
- getBoundingBox() - Method in class drawit.shapegroups1.NonleafShapeGroup
- getBoundingBox() - Method in class drawit.shapegroups1.ShapeGroup
-
Returns the smallest axis-aligned rectangle that contains all shapes contained directly or indirectly by this shape group.
- getColor() - Method in class drawit.RoundedPolygon
-
Returns the color of this rounded polygon.
- getDrawingCommands() - Method in class drawit.RoundedPolygon
-
Returns a textual representation of a set of drawing commands for drawing this rounded polygon.
- getDrawingCommands() - Method in class drawit.shapegroups1.LeafShapeGroup
- getDrawingCommands() - Method in class drawit.shapegroups1.NonleafShapeGroup
- getDrawingCommands() - Method in class drawit.shapegroups1.ShapeGroup
-
Returns a textual representation of a sequence of drawing commands for drawing the shapes contained directly or indirectly by this shape group.
- getHeight() - Method in class drawit.shapegroups1.Extent
-
Returns the distance between the edges that are parallel to the X axis.
- getLeft() - Method in class drawit.shapegroups1.Extent
-
Returns the X coordinate of the edge parallel to the Y axis with the smallest X coordinate.
- getParentGroup() - Method in class drawit.shapegroups1.ShapeGroup
-
Returns the shape group that directly contains this shape group, or
null
if no shape group directly contains this shape group. - getRadius() - Method in class drawit.RoundedPolygon
- getRight() - Method in class drawit.shapegroups1.Extent
-
Returns the X coordinate of the edge parallel to the Y axis with the largest X coordinate.
- getShape() - Method in class drawit.shapegroups1.LeafShapeGroup
-
Returns the shape directly contained by this shape group.
- getSize() - Method in class drawit.DoubleVector
- getSubgroup(int) - Method in class drawit.shapegroups1.NonleafShapeGroup
-
Returns the subgroup at the given (zero-based) index in the list of subgroups directly contained by this shape group.
- getSubgroupAt(IntPoint) - Method in class drawit.shapegroups1.NonleafShapeGroup
-
Return the first subgroup in the list of subgroups directly contained by this shape group whose bounding box contains the given point.
- getSubgroupCount() - Method in class drawit.shapegroups1.NonleafShapeGroup
-
Returns the number of subgroups directly contained by this non-leaf shape group.
- getSubgroups() - Method in class drawit.shapegroups1.NonleafShapeGroup
-
Returns the list of subgroups directly contained by this non-leaf shape group.
- getTop() - Method in class drawit.shapegroups1.Extent
-
Returns the Y coordinate of the edge parallel to the X axis with the smallest Y coordinate.
- getTopLeft() - Method in class drawit.shapegroups1.Extent
-
Returns the top-left corner of this extent.
- getVertices() - Method in class drawit.RoundedPolygon
- getWidth() - Method in class drawit.shapegroups1.Extent
-
Returns the distance between the edges that are parallel to the Y axis.
- getX() - Method in class drawit.DoublePoint
- getX() - Method in class drawit.DoubleVector
- getX() - Method in class drawit.IntPoint
-
Returns this point's X coordinate.
- getX() - Method in class drawit.IntVector
- getY() - Method in class drawit.DoublePoint
- getY() - Method in class drawit.DoubleVector
- getY() - Method in class drawit.IntPoint
-
Returns this point's Y coordinate.
- getY() - Method in class drawit.IntVector
All Classes All Packages