A B C D E F G H I J K L M N O P R S T U V W Y 

C

cancel() - Method in class coffeedraw.Animation
Cancel this animation.
cancelAll() - Static method in class coffeedraw.Animation
Cancel every animation that is currently running.
CENTER - Static variable in class coffeedraw.Text
Alignment value to center text with respect to the basis.
channelClosed(Server, int, String) - Method in interface coffeedraw.ServerListener
This method will be called when a client disconnects from the server.
channelOpened(Server, int, String) - Method in interface coffeedraw.ServerListener
This method will be called when a client logs in to the server.
clear() - Method in interface coffeedraw.DrawingCanvas
Remove all objects from this canvas.
clear() - Method in class coffeedraw.JDrawingCanvas
Deprecated.
 
clearCanvas(DrawingCanvas) - Static method in class coffeedraw.ObjectDrawShape
Deprecated.
for internal use only
clearLoupe() - Method in interface coffeedraw.DrawingCanvas
Hide the loupe.
clearLoupe() - Method in class coffeedraw.JDrawingCanvas
Deprecated.
 
clearSketch() - Method in class coffeedraw.Turtle
Clear this turtle's sketch.
CLICK_SIZE - Static variable in interface coffeedraw.DrawableStrokeInterface
The distance a point may be from a line to still be considered contained in it.
Client - Class in coffeedraw
A Client makes a connection to another computer (the server) and can send messages to the server and receive messages back.
clientConnected(Client) - Method in interface coffeedraw.ClientListener
This method will be called when the client connects to the server.
clientDisconnected(Client) - Method in interface coffeedraw.ClientListener
This method will be called when the client disconnects or is disconnected from the server.
ClientListener - Interface in coffeedraw
The ClientListener interface specifies which methods an object needs to have in order to be able to function as a client listener.
close() - Method in class coffeedraw.Turtle
Close the shape that the turtle is currently drawing by connecting a line back to the starting point.
coffeedraw - package coffeedraw
 
configure(String, ServerListener, ClientListener) - Static method in class coffeedraw.Network
Configure the parameters that will make it possible for this program to play against other copies of itself over a network.
connectToServer(String, String) - Static method in class coffeedraw.Network
Connect to a server at a particular IP address.
contains(Location) - Method in class coffeedraw.Animation
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in interface coffeedraw.DrawableInterface
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FilledArc
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FilledOval
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FilledPolygon
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FilledRect
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FilledRoundedRect
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FramedArc
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FramedOval
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FramedPolygon
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FramedRect
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.FramedRoundedRect
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.Line
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.ObjectDrawPolygon
 
contains(Location) - Method in class coffeedraw.ObjectDrawRectangularShape
Deprecated.
 
contains(Location) - Method in class coffeedraw.Text
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.Turtle
Return true if the given location is inside this object, false otherwise.
contains(Location) - Method in class coffeedraw.VisibleImage
Return true if the given location is inside this object, false otherwise.
Controller - Class in coffeedraw
Controller is the class you should extend if you want to create an applet or window that contains your own custom GUI instead of a DrawingCanvas.
Controller() - Constructor for class coffeedraw.Controller
 
ControllerFrame - Class in coffeedraw
Deprecated.
internal use only
ControllerFrame(String, Controller) - Constructor for class coffeedraw.ControllerFrame
Deprecated.
 
createBufferedCopy(Image) - Static method in class coffeedraw.VisibleImage
Return a copy of this Image as a BufferedImage.
createImage(int, int) - Method in interface coffeedraw.DrawingCanvas
Deprecated.
for internal use only
A B C D E F G H I J K L M N O P R S T U V W Y