|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.base.Widget.DescriptionBase
org.xith3d.ui.hud.widgets.Image.Description
public static class Image.Description
This class is used to describe an Image Widget. You can pass it to the Image constructor. Modifications on the used instance after creating the Image Widget won't have any effect.
| Constructor Summary | |
|---|---|
Image.Description()
Creates a new Image.Description |
|
Image.Description(org.openmali.vecmath2.Colorf color)
Creates a new Image.Description |
|
Image.Description(Image.Description template)
Clone-Constructor. |
|
Image.Description(java.lang.String texture)
Creates a new Image.Description |
|
Image.Description(Texture texture)
Creates a new Image.Description |
|
Image.Description(Texture texture,
org.openmali.vecmath2.Colorf color)
Creates a new Image.Description |
|
| Method Summary | |
|---|---|
protected void |
check()
|
Image.Description |
clone()
Clones this instance and returns the clone. |
org.openmali.vecmath2.Colorf |
getColor()
|
Texture |
getTexture()
|
void |
setColor(org.openmali.vecmath2.Colorf color)
|
void |
setTexture(java.lang.String texture)
|
void |
setTexture(Texture texture)
|
| Methods inherited from class org.xith3d.ui.hud.base.Widget.DescriptionBase |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Image.Description(Image.Description template)
template - the template Description to copy the values from
public Image.Description(Texture texture,
org.openmali.vecmath2.Colorf color)
texture - the texture resource to use as background image for this FPSCounter color - the color to fill the image withpublic Image.Description(Texture texture)
texture - the texture resource to use as background image for this FPSCounter public Image.Description(java.lang.String texture)
texture - the texture resource to use as background image for this FPSCounter public Image.Description(org.openmali.vecmath2.Colorf color)
color - the color to fill the image withpublic Image.Description()
| Method Detail |
|---|
public void setTexture(Texture texture)
public void setTexture(java.lang.String texture)
public Texture getTexture()
public void setColor(org.openmali.vecmath2.Colorf color)
public org.openmali.vecmath2.Colorf getColor()
protected void check()
public Image.Description clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||