- getBlue() - Method in class Color
-
Gets the blue value of this color.
- getColorAt(int) - Method in class Picture
-
Gets the color of a pixel.
- getColorAt(int, int) - Method in class Picture
-
Gets the color of a pixel.
- getGrayLevels() - Method in class Picture
-
Gets a two-dimensional array of the gray levels of all pixels
in this picture.
- getGreen() - Method in class Color
-
Gets the green value of this color.
- getHeight() - Method in class Ellipse
-
Gets the height of the bounding box.
- getHeight() - Method in class Line
-
Gets the height of the bounding box.
- getHeight() - Method in class Picture
-
Gets the height of this picture.
- getHeight() - Method in class Rectangle
-
Gets the height of this rectangle.
- getHeight() - Method in interface Shape
-
Gets the height of the shape.
- getHeight() - Method in class Text
-
Gets the height of the bounding box.
- getInstance() - Static method in class Canvas
-
Gets the unique instance of this class.
- getMaxX() - Method in class Picture
-
Gets the rightmost x-position of the shape.
- getMaxY() - Method in class Picture
-
Gets the bottommost y-position of the shape.
- getRed() - Method in class Color
-
Gets the red value of this color.
- getShapes() - Method in class Canvas
-
Gets all shapes in this canvas.
- getWidth() - Method in class Ellipse
-
Gets the width of the bounding box.
- getWidth() - Method in class Line
-
Gets the width of the bounding box.
- getWidth() - Method in class Picture
-
Gets the width of this picture.
- getWidth() - Method in class Rectangle
-
Gets the width of this rectangle.
- getWidth() - Method in interface Shape
-
Gets the width of the shape.
- getWidth() - Method in class Text
-
Gets the width of the bounding box.
- getX() - Method in class Ellipse
-
Gets the leftmost x-position of this ellipse.
- getX() - Method in class Line
-
Gets the leftmost x-position of the line.
- getX() - Method in class Picture
-
Gets the leftmost x-position of the shape.
- getX() - Method in class Rectangle
-
Gets the leftmost x-position of this rectangle.
- getX() - Method in interface Shape
-
Gets the leftmost x-position of the shape.
- getX() - Method in class Text
-
Gets the leftmost x-position of the bounding box.
- getY() - Method in class Ellipse
-
Gets the topmost y-position of this ellipse.
- getY() - Method in class Line
-
Gets the topmost y-position of the line.
- getY() - Method in class Picture
-
Gets the topmost y-position of the shape.
- getY() - Method in class Rectangle
-
Gets the topmost y-position of this rectangle.
- getY() - Method in interface Shape
-
Gets the topmost y-position of the shape.
- getY() - Method in class Text
-
Gets the topmost y-position of the bounding box.
- GRAY - Static variable in class Color
-
- GREEN - Static variable in class Color
-
- grow(double, double) - Method in class Ellipse
-
Resizes this ellipse both horizontally and vertically.
- grow(double, double) - Method in class Line
-
Resizes this line both horizontally and vertically.
- grow(double, double) - Method in class Picture
-
Resizes this picture both horizontally and vertically.
- grow(double, double) - Method in class Rectangle
-
Resizes this rectangle both horizontally and vertically.
- grow(double, double) - Method in class Text
-
Resizes this text both horizontally and vertically.