A B C D E F G I L M P R S T Y

C

clear() - Method in class yops.BasicGraphicsPanel
Removes all components from the GraphicsPanel, except for the background image.
contains(int, int) - Method in class yops.Line
This contains method reports true if the given point is on, or very near, the line segment.
contains(int, int) - Method in class yops.Shape
Returns true if the given (x,y) pixel coordinate is within the boundary of the shape, where (0,0) represents the upper left corner of the bounding box of the shape.
copy(Image) - Method in class yops.Image
Copies this Image into the given destination image.
copy(int, int, int, int, Image) - Method in class yops.Image
Copies a rectangular potion of this image into the given destination image.
copy(int, int, int, int, Image, int, int) - Method in class yops.Image
Copies a rectangular potion of this image into the given destination image.

A B C D E F G I L M P R S T Y