public class Image extends Visual
Modifier and Type | Field and Description |
---|---|
boolean |
flipHorizontal |
boolean |
flipVertical |
SmartTexture |
texture |
Constructor and Description |
---|
Image() |
Image(Image src) |
Image(java.lang.Object tx) |
Image(java.lang.Object tx,
int left,
int top,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
float |
bottom() |
void |
copy(Image other) |
void |
draw() |
android.graphics.RectF |
frame() |
void |
frame(int left,
int top,
int width,
int height) |
void |
frame(android.graphics.RectF frame) |
void |
texture(java.lang.Object tx) |
void |
updateVerticesBuffer() |
alpha, alpha, brightness, center, center, color, color, hardlight, hardlight, height, invert, isVisible, lightness, overlapsPoint, overlapsScreenPoint, point, point, point, resetColor, Scale, Scale, setPos, setScale, tint, tint, update, width
camera, destroy, getParent, getVisible, hasParent, isActive, kill, killAndErase, remove, revive, setNullParent, setParent, setVisible
public SmartTexture texture
public boolean flipHorizontal
public boolean flipVertical
public Image()
public Image(Image src)
public Image(java.lang.Object tx)
public Image(java.lang.Object tx, int left, int top, int width, int height)
public void texture(java.lang.Object tx)
public void frame(android.graphics.RectF frame)
public void frame(int left, int top, int width, int height)
public android.graphics.RectF frame()
public void copy(Image other)
public void updateVerticesBuffer()