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
Clientmakes 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
ClientListenerinterface 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
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in interface coffeedraw.DrawableInterface
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FilledArc
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FilledOval
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FilledPolygon
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FilledRect
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FilledRoundedRect
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FramedArc
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FramedOval
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FramedPolygon
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FramedRect
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.FramedRoundedRect
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.Line
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.ObjectDrawPolygon
- contains(Location) - Method in class coffeedraw.ObjectDrawRectangularShape
-
Deprecated.
- contains(Location) - Method in class coffeedraw.Text
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.Turtle
-
Return
trueif the given location is inside this object,falseotherwise. - contains(Location) - Method in class coffeedraw.VisibleImage
-
Return
trueif the given location is inside this object,falseotherwise. - Controller - Class in coffeedraw
-
Controlleris the class you should extend if you want to create an applet or window that contains your own custom GUI instead of aDrawingCanvas. - 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
Imageas aBufferedImage. - createImage(int, int) - Method in interface coffeedraw.DrawingCanvas
-
Deprecated.for internal use only