A B C D E F G H I J K L M N O P R S T U V W Y
A
- ActiveObject - Class in coffeedraw
-
The
ActiveObjectclass allows you to create a separate "thread" of a program that runs its own code at its own pace, independently of other code that is running. - ActiveObject() - Constructor for class coffeedraw.ActiveObject
-
Create a new
ActiveObject. - ActiveObject(Runnable) - Constructor for class coffeedraw.ActiveObject
-
Create a new
ActiveObjectthat will run, not its ownrun()method, but therun()method of some other object that implements theRunnableinterface. - ActiveObject(Runnable, String) - Constructor for class coffeedraw.ActiveObject
-
Create a new
ActiveObjectthat will run, not its ownrun()method, but therun()method of some other object that implements theRunnableinterface. - ActiveObject(String) - Constructor for class coffeedraw.ActiveObject
-
Create a new
ActiveObjectwhose thread will show up in the debugger with the given name. - addComponentListener(ComponentListener) - Method in interface coffeedraw.DrawingCanvas
-
Add a component listener to the canvas.
- addKeyListener(KeyListener) - Method in interface coffeedraw.DrawingCanvas
-
Add a key listener to the canvas.
- addMouseListener(MouseListener) - Method in interface coffeedraw.DrawingCanvas
-
Add a mouse listener to the canvas.
- addMouseMotionListener(MouseMotionListener) - Method in interface coffeedraw.DrawingCanvas
-
Add a mouse motion listener to the canvas.
- addSpecialRegion(DrawableInterface) - Method in class coffeedraw.Animation
-
Mark the region enclosed by the given object to have some special behavior.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.Animation
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in interface coffeedraw.DrawableInterface
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FilledArc
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FilledOval
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FilledPolygon
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FilledRect
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FilledRoundedRect
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FramedArc
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FramedOval
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FramedPolygon
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FramedRect
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.FramedRoundedRect
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.KeyInterpreter
-
Add this
KeyInterpreterto a canvas. - addToCanvas(DrawingCanvas) - Method in class coffeedraw.Line
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.MouseInterpreter
-
Add this
MouseInterpreterto a canvas. - addToCanvas(DrawingCanvas) - Method in class coffeedraw.ObjectDrawShape
-
Deprecated.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.Text
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.Turtle
-
Place this object on the specified canvas.
- addToCanvas(DrawingCanvas) - Method in class coffeedraw.VisibleImage
-
Place this object on the specified canvas.
- ALIGN_BOTTOM - Static variable in class coffeedraw.TextWrappingLayout
-
Deprecated.
- ALIGN_CENTER - Static variable in class coffeedraw.TextWrappingLayout
-
Deprecated.
- ALIGN_LEFT - Static variable in class coffeedraw.TextWrappingLayout
-
Deprecated.
- ALIGN_RIGHT - Static variable in class coffeedraw.TextWrappingLayout
-
Deprecated.
- ALIGN_TOP - Static variable in class coffeedraw.TextWrappingLayout
-
Deprecated.
- AngLine - Class in coffeedraw
-
The
AngLineclass provides a different way to make lines: instead of specifying start and end points, you make anAngLineby providing a start point, the length of the line, and the direction (as an angle in radians) that the line should extend from the start point. - AngLine(double, double, double, double, DrawingCanvas) - Constructor for class coffeedraw.AngLine
-
Create a black line starting at (
x,y) and extending a distancelengthfrom there at an angleradianAngle. - AngLine(double, double, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.AngLine
-
Create a line of the specified
colorstarting at (x,y) and extending a distancelengthfrom there at an angleradianAngle. - AngLine(Location, double, double, DrawingCanvas) - Constructor for class coffeedraw.AngLine
-
Create a black line starting at
startand extending a distancelengthfrom there at an angleradianAngle. - AngLine(Location, double, double, Color, DrawingCanvas) - Constructor for class coffeedraw.AngLine
-
Create a line of the specified
colorstarting atstartand extending a distancelengthfrom there at an angleradianAngle. - Animation - Class in coffeedraw
-
Animationis similar toVisibleImage, but rather than simply displaying an unchanging image, it displays an animation. - Animation(Animation.AnimationType, DrawableInterface) - Constructor for class coffeedraw.Animation
-
Create an animation.
- append(TextWrappingLayout.SimpleTextRun) - Method in class coffeedraw.TextWrappingLayout.SimpleTextRun
-
Deprecated.Add another run of text at the end.
- appletResize(int, int) - Method in class coffeedraw.ControllerFrame
-
Deprecated.This is here to help out the applet.
- areRulersVisible() - Method in class coffeedraw.WindowController
-
Determine if this
WindowController's rulers are visible.