public class ImageInfo extends Object
| Constructor and Description |
|---|
ImageInfo() |
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight() |
String |
getImageName() |
float |
getRotation() |
float |
getScaleX() |
float |
getScaleY() |
float |
getWidth() |
float |
getX() |
float |
getY() |
void |
setHeight(float height) |
void |
setImageName(String imageName) |
void |
setRotation(float rotation) |
void |
setScaleX(float scaleX) |
void |
setScaleY(float scaleY) |
void |
setWidth(float width) |
void |
setX(float x) |
void |
setY(float y) |
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)
public float getWidth()
public void setWidth(float width)
public float getHeight()
public void setHeight(float height)
public float getScaleX()
public void setScaleX(float scaleX)
public float getScaleY()
public void setScaleY(float scaleY)
public String getImageName()
public void setImageName(String imageName)
public float getRotation()
public void setRotation(float rotation)
Copyright © 2019. All rights reserved.