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
S
- scale(double) - Method in class drawit.DoubleVector
-
Returns a
DoubleVector
object whose coordinates are obtained by multiplying this vector's coordinates by the given scale factor. - scale(double, double) - Method in class drawit.IntVector
-
Returns the vector obtained by multiplying this vector's X coordinate by factor
xFactor
and its Y coordinate by factoryFactor
. - scale(IntPoint[], IntPoint, double, double) - Static method in class drawit.PointArrays
-
Returns a new array whose elements are the elements of the given array, scaled by the given X and Y factors.
- scale(IntPoint, double, double) - Method in class drawit.shapegroups1.ShapeGroup
-
Scales the shapes contained directly or indirectly by this shape group by the given factors in the X and Y direction, respectively.
- sendToBack() - Method in class drawit.shapegroups1.ShapeGroup
-
Moves this shape group to the back of its parent's list of subgroups.
- setColor(Color) - Method in class drawit.RoundedPolygon
-
Sets the color of this rounded polygon to the given color.
- setRadius(int) - Method in class drawit.RoundedPolygon
- setVertices(IntPoint[]) - Method in class drawit.RoundedPolygon
- ShapeGroup - Class in drawit.shapegroups1
-
Each instance of this class represents a shape group.
All Classes All Packages