- getAlpha(int, int) - Method in class comp102x.ColorImage
-
Gets the value of alpha channel of a pixel.
- getBlue(int, int) - Method in class comp102x.ColorImage
-
Gets the value of blue channel of a pixel.
- getCanvas() - Method in class comp102x.CanvasObject
-
- getCanvasHeight() - Method in class comp102x.Canvas
-
Returns the height of the canvas.
- getCanvasWidth() - Method in class comp102x.Canvas
-
Returns the width of the canvas.
- getGraphics2D() - Method in class comp102x.ColorImage
-
Gets the graphics object of this ColorImage, which can be used for some graphics operations, e.g.
- getGreen(int, int) - Method in class comp102x.ColorImage
-
Gets the value of green channel of a pixel.
- getHeight() - Method in class comp102x.CanvasObject
-
Gets the height of the canvas object.
- getJFrame() - Method in class comp102x.Canvas
-
Gets the JFrame of the Canvas.
- getJPanel() - Method in class comp102x.Canvas
-
Gets the JPanel of the canvas.
- getRed(int, int) - Method in class comp102x.ColorImage
-
Gets the value of red channel of a pixel.
- getRGB(int, int) - Method in class comp102x.ColorImage
-
Gets the RGB values of a pixel.
- getRotation() - Method in class comp102x.CanvasObject
-
Gets the degrees in clockwise rotation of the canvas object.
- getScale() - Method in class comp102x.CanvasObject
-
Gets the scale of the canvas object.
- getWidth() - Method in class comp102x.CanvasObject
-
Gets the width of the canvas object.
- getX() - Method in class comp102x.CanvasObject
-
Gets the x position of the canvas object.
- getY() - Method in class comp102x.CanvasObject
-
Gets the y position of the canvas object.