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

I

Image - Class in yops
An Image is a visual display of a picture represented as a raster of pixels in an (x,y) coordinate system, with (0,0) at the upper left.
Image() - Constructor for class yops.Image
Creates a new Image with a default width and height.
Image(int, int) - Constructor for class yops.Image
Creates a new Image with the given width and height.
Image(GraphicsPanel, int, int, int, int) - Constructor for class yops.Image
Creates a new image by copying a rectangular region from the main image of the given GraphicsPanel.
Image(Image, int, int, int, int) - Constructor for class yops.Image
Creates a new Image by copying a rectangular region from the main image of the given Image.
isFilled() - Method in class yops.Arc
 
isFilled() - Method in class yops.Graphic
I If a Graphic is filled, it will be painted in a solid color.
isFilled() - Method in class yops.Line
 
isFilled() - Method in class yops.Shape
 

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