|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VisualItem
The Interface VisualItem represents something that can be displayed on screen. In Cage this is an Image or Animation.
Method Summary | |
---|---|
int |
getHeight()
Gets the height. |
org.minueto.image.MinuetoImage |
getImage()
Gets the image. |
java.lang.String |
getName()
Gets the name. |
int |
getWidth()
Gets the width. |
void |
scale(double xScale,
double yScale)
Scale. |
Method Detail |
---|
void scale(double xScale, double yScale)
xScale
- the x scaleyScale
- the y scalejava.lang.String getName()
org.minueto.image.MinuetoImage getImage()
int getWidth()
int getHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |