A C D G I L M P R S T V W X

S

save(String) - Method in class cmsc420.drawing.CanvasPlus
Saves the current drawing pane to the file: <name>.png
SCALE_FIT - Static variable in class cmsc420.drawing.CanvasPlus
A flag that, when specified, directs an instance of CanvasPlus to scale all coordinates to fit within the space provided by the enclosing window.
SCALE_FIXED_ASPECT - Static variable in class cmsc420.drawing.CanvasPlus
A flag that, when specified, directs an instance of CanvasPlus to scale coordinates to fit within the space provided by the enclosing window with respect to the aspect ratio of the initial window.
SCALE_NONE - Static variable in class cmsc420.drawing.CanvasPlus
A flag that, when specified, directs an instance of CanvasPlus not to use any scaling.
SCALE_SCROLL - Static variable in class cmsc420.drawing.CanvasPlus
A flag that, when specified, directs an instance of CanvasPlus to display scroll bars as needed to to provide viewing access to all portions of the coordinate space.
SEGMENT - Static variable in interface cmsc420.geom.Geometry2D
Type flag for Geometry2D line segments
setBackgroundColor(Color) - Method in class cmsc420.drawing.CanvasPlus
Sets the background color of this CanvasPlus
setBounds(float, float, float, float) - Method in class cmsc420.drawing.CanvasPlus
 
setCenter(Point2D) - Method in class cmsc420.geom.Circle2D.Double
Sets the center point of this circle.
setCenter(Point2D) - Method in class cmsc420.geom.Circle2D.Float
Sets the center point of this circle.
setCenter(Point2D) - Method in class cmsc420.geom.Circle2D
Sets the center point of this circle.
setFont(Font) - Method in class cmsc420.drawing.CanvasPlus
Sets the default font in which all future text added to this CanvasPlus will be rendered.
setFont(String, int, int) - Method in class cmsc420.drawing.CanvasPlus
Sets the default font in which all future text added to this CanvasPlus will be rendered.
setFrame(double, double, double, double) - Method in class cmsc420.geom.Circle2D.Double
Sets the location and size of this Ellipse2D to the specified double values.
setFrame(double, double, double, double) - Method in class cmsc420.geom.Circle2D.Float
Sets the location and size of this Ellipse2D to the specified double values.
setFrameSize(int, int) - Method in class cmsc420.drawing.CanvasPlus
Sets the current size of the visible window if this CanvasPlus is live.
setFrameSize(Dimension) - Method in class cmsc420.drawing.CanvasPlus
Sets the current size of the visible window if this CanvasPlus is live.
setRadius(double) - Method in class cmsc420.geom.Circle2D.Double
Sets the radius of this circle.
setRadius(double) - Method in class cmsc420.geom.Circle2D.Float
Sets the radius of this circle.
setRadius(double) - Method in class cmsc420.geom.Circle2D
Sets the radius of this circle.
setScaleMode(int) - Method in class cmsc420.drawing.CanvasPlus
Sets the scale mode for this CanvasPlus.
setSize(int, int) - Method in class cmsc420.drawing.CanvasPlus
Sets the size of this CanvasPlus.
setSize(Dimension) - Method in class cmsc420.drawing.CanvasPlus
Sets the size of this CanvasPlus.
Shape2DDistanceCalculator - Class in cmsc420.geom
The Shape2DDistanceCalculator class provides methods for finding the distance between shapes on a two-dimensional plane.
Shape2DDistanceCalculator() - Constructor for class cmsc420.geom.Shape2DDistanceCalculator
 
start() - Method in class cmsc420.drawing.CanvasPlus
Called by the browser or applet viewer to inform this applet that it should start its execution.
stop() - Method in class cmsc420.drawing.CanvasPlus
See Applet.stop() for suggestions on overriding this method.
stream(Document) - Static method in class cmsc420.xml.XmlUtility
Streams a DOM Document tree to a piped input stream.
suspendUntilClosed() - Method in class cmsc420.drawing.CanvasPlus
Causes the calling thread to perform busy-waiting until the window opened by draw() is closed.

A C D G I L M P R S T V W X