A B C D E F G H I J K L M N O P R S T U V W Y
R
- RandomDoubleGenerator - Class in coffeedraw
-
A
RandomDoubleGeneratorwill produce a string of randomdoubles that are in the range it was created to produce. - RandomDoubleGenerator(double, double) - Constructor for class coffeedraw.RandomDoubleGenerator
-
Construct a random number generator that will deliver
doubles in the given range. - RandomIntGenerator - Class in coffeedraw
-
A
RandomIntGeneratorwill produce a string of randomints that are in the range it was created to produce. - RandomIntGenerator(int, int) - Constructor for class coffeedraw.RandomIntGenerator
-
Construct a random number generator that will deliver
ints in the given range. - recolorSketch(Color, Color) - Method in class coffeedraw.Turtle
-
Replace all parts of the sketch that were drawn in the color
originalwith the new colorsubstitute. - removeCanvas(DrawingCanvas) - Static method in class coffeedraw.ObjectDrawShape
-
Deprecated.for internal use only
- removeFromCanvas() - Method in class coffeedraw.Animation
-
Remove this object from its canvas.
- removeFromCanvas() - Method in interface coffeedraw.DrawableInterface
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FilledArc
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FilledOval
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FilledPolygon
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FilledRect
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FilledRoundedRect
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FramedArc
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FramedOval
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FramedPolygon
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FramedRect
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.FramedRoundedRect
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.KeyInterpreter
-
Remove this
KeyInterpreterfrom the canvas. - removeFromCanvas() - Method in class coffeedraw.Line
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.MouseInterpreter
-
Remove this
MouseInterpreterfrom the canvas. - removeFromCanvas() - Method in class coffeedraw.ObjectDrawShape
-
Deprecated.
- removeFromCanvas() - Method in class coffeedraw.Text
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.Turtle
-
Remove this object from its canvas.
- removeFromCanvas() - Method in class coffeedraw.VisibleImage
-
Remove this object from its canvas.
- repaint() - Method in interface coffeedraw.DrawingCanvas
-
Repaint the canvas.
- repaint() - Method in class coffeedraw.JDrawingCanvas
-
Deprecated.
- requestFocus() - Method in interface coffeedraw.DrawingCanvas
-
Deprecated.for internal use only
- requestFocusInWindow() - Method in interface coffeedraw.DrawingCanvas
-
Deprecated.for internal use only
- Resizable2DInterface - Interface in coffeedraw
-
Resizable2DInterfaceis the interface shared by all two dimensional object that can be resized. - RIGHT - Static variable in class coffeedraw.Text
-
Alignment value to align the right edge of text with the basis.
- rotate(double) - Method in interface coffeedraw.DrawableInterface
-
Change the object's current rotation by "d" degrees.
- rotate(double) - Method in class coffeedraw.FilledRect
-
Rotate this object left or right (based on positive or negative).
- rotate(double) - Method in class coffeedraw.ObjectDrawRectangularShape
-
Deprecated.
- rotate(double) - Method in class coffeedraw.ObjectDrawShape
-
Deprecated.
- ROTATE_FLAG - Variable in class coffeedraw.ObjectDrawShape
-
Deprecated.
- rotateSketch(double) - Method in class coffeedraw.Turtle
-
Rotate this sketch by the given angle, in degrees.
- rt() - Method in class coffeedraw.Turtle
-
Turn 90° to the right.
- rt(double) - Method in class coffeedraw.Turtle
-
Turn
angledegrees to the right - run() - Method in class coffeedraw.ActiveObject
-
This is the method to override to specify what work this
ActiveObjectwill do when it isstart()ed. - runUpdates() - Static method in class coffeedraw.ObjectDrawObject
-
Deprecated.for internal use only