A B C D E F G H L M O P R S T W Y 

S

Scale - Class in cse1030.drawing
Scale transformations cause objects to stretch or shrink in size.
Scale(String, double, double) - Constructor for class cse1030.drawing.Scale
Create a scale transformation that scales in the horizontal and vertical directions.
setPenColor(Color) - Static method in class cse1030.drawing.SimpleDrawing3
Sets the current pen color for all subsequent points.
setPenRadius(double) - Static method in class cse1030.drawing.SimpleDrawing3
Sets the radius of the pen for all subsequent points.
setX(double) - Method in class cse1030.drawing.Point2D
Set the x coordinate of the point.
setY(double) - Method in class cse1030.drawing.Point2D
Set the y coordinate of the point.
Shear - Class in cse1030.drawing
A horizontal shear transformation.
Shear(String, double) - Constructor for class cse1030.drawing.Shear
Create a shear transformation given a name and the shear factor h.
show(int) - Static method in class cse1030.drawing.SimpleDrawing3
Display on screen, pause for t milliseconds, and turn on animation mode: subsequent calls to drawing methods will not be displayed on screen until the next call to show().
SimpleDrawing3 - Class in cse1030.drawing
A simple utility class that allows the client to draw points on a canvas.
A B C D E F G H L M O P R S T W Y