|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractImage
This is especially for an Image Widget
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.xith3d.ui.hud.base.Widget |
|---|
Widget.DescriptionBase |
| Method Summary | |
|---|---|
org.openmali.vecmath2.Colorf |
getColor()
|
Texture |
getTexture()
|
float |
getTileHeight()
|
org.openmali.types.twodee.Sized2fRO |
getTileSize()
|
float |
getTileWidth()
|
void |
setColor(org.openmali.vecmath2.Colorf color)
Sets this Image's color. |
void |
setTexture(java.lang.String texture)
Sets the Texture resource used as the Image's texture |
void |
setTexture(Texture texture)
Sets the Texture resource used as the Image's texture |
void |
setTileSize(float tileWidth,
float tileHeight)
Sets the tile size. |
void |
setTileSize(org.openmali.types.twodee.Sized2fRO tileSize)
Sets the tile size. |
| Methods inherited from interface org.openmali.types.twodee.Sized2f |
|---|
setHeight, setWidth |
| Method Detail |
|---|
void setTileSize(float tileWidth,
float tileHeight)
tileWidth - the tile width (or negative for no tiling of width)tileHeight - the tile height (or negative for no tiling of height)void setTileSize(org.openmali.types.twodee.Sized2fRO tileSize)
tileSize - the tile size (or null for no tiling)org.openmali.types.twodee.Sized2fRO getTileSize()
float getTileWidth()
float getTileHeight()
Texture getTexture()
void setTexture(Texture texture)
void setTexture(java.lang.String texture)
void setColor(org.openmali.vecmath2.Colorf color)
color - the new colororg.openmali.vecmath2.Colorf getColor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||