|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sized2i
A Sized2i class provides getters as well as setters for the size.
Method Summary | |
---|---|
void |
setHeight(int height)
Sets the height. |
Sized2i |
setSize(int width,
int height)
Sets the size. |
Sized2i |
setSize(Sized2iRO size)
Sets the size. |
void |
setWidth(int width)
Sets the width. |
Methods inherited from interface org.openmali.types.twodee.Sized2iRO |
---|
getAspect, getHeight, getWidth |
Method Detail |
---|
Sized2i setSize(int width, int height)
width
- height
-
Sized2i setSize(Sized2iRO size)
size
-
void setWidth(int width)
width
- void setHeight(int height)
height
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |