|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object android.image.Image android.image.Triangle
public class Triangle
Represents an Image of a Triangle.
new Triangle(40, "solid", "tan")
new Triangle(60, "outline", "purple")
Field Summary |
---|
Fields inherited from class android.image.Image |
---|
BLACK_OUTLINE, CLEAR, WHITE |
Constructor Summary | |
---|---|
Triangle(double height,
java.lang.String mode,
java.lang.String color)
Create a Triangle Image with (double) height, mode and color |
|
Triangle(int height,
java.lang.String mode,
java.lang.String color)
Create a Triangle Image with (int) height, mode and color |
Method Summary | |
---|---|
int |
height()
Return the Height of this Image |
void |
paint(android.graphics.Canvas c,
int x,
int y)
Paint this Scene into the given graphics |
int |
width()
Return the Width of this Image |
Methods inherited from class android.image.Image |
---|
flipHorizontal, flipVertical, overlay, overlay, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, overlayxy, rasterize, rotate, rotate, toFile, toScene, toWhiteFile, toWhiteScene |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Triangle(double height, java.lang.String mode, java.lang.String color)
public Triangle(int height, java.lang.String mode, java.lang.String color)
Method Detail |
---|
public void paint(android.graphics.Canvas c, int x, int y)
paint
in class Image
public int width()
width
in class Image
public int height()
height
in class Image
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |