Modifier and Type | Class and Description |
---|---|
class |
JMEImage
The Class JMEImage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICachableImage
The Interface ICachableImage.
|
Modifier and Type | Method and Description |
---|---|
IImage |
IToggleButtonbox.getImageOff()
Gets the image off.
|
IImage |
IToggleButtonbox.getImageOn()
Gets the image on.
|
IImage |
IToggleButtonbox.getListener()
Gets the listener.
|
IImage |
ISimpleKeyboard.getListener()
Gets the listener.
|
IImage |
IButtonbox.getListener()
Gets the listener.
|
Modifier and Type | Method and Description |
---|---|
void |
IButtonbox.setImage(IImage image,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
float width,
float height,
IStage stage)
Sets the image.
|
void |
IToggleButtonbox.setImage(IImage imageOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
IImage imageOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
float width,
float height,
IStage stage)
Sets the image.
|
Modifier and Type | Class and Description |
---|---|
class |
CachableImage
The Class CachableImage.
|
Modifier and Type | Method and Description |
---|---|
IImage |
ToggleButtonbox.getImageOff() |
IImage |
ToggleButtonbox.getImageOn() |
IImage |
Textbox.getListenBlock() |
IImage |
ToggleButtonbox.getListener() |
IImage |
SimpleKeyboard.getListener() |
IImage |
Buttonbox.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
Buttonbox.setImage(IImage image,
com.jme3.math.ColorRGBA bgColour,
com.jme3.math.ColorRGBA borderColour,
float width,
float height,
IStage stage) |
void |
ToggleButtonbox.setImage(IImage imageOff,
com.jme3.math.ColorRGBA bgColourOff,
com.jme3.math.ColorRGBA borderColourOff,
IImage imageOn,
com.jme3.math.ColorRGBA bgColourOn,
com.jme3.math.ColorRGBA borderColourOn,
float width,
float height,
IStage stage) |
Modifier and Type | Method and Description |
---|---|
IImage |
POIManager.generateLensedPOI(float x,
float y,
java.lang.String lensValue,
java.lang.String name)
Generate lensed poi.
|
IImage |
POIManager.generatePOI(float x,
float y,
java.lang.String name)
Generate poi.
|
IImage |
LensVisiblePOI.getPoi() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IImage> |
POIManager.getPOIs() |
Modifier and Type | Method and Description |
---|---|
void |
LensVisiblePOI.setPoi(IImage poi) |
Constructor and Description |
---|
LensVisiblePOI(java.lang.String lenseValues,
IImage poi,
ILine line,
float x,
float y)
Instantiates a new lens visible poi.
|
Modifier and Type | Method and Description |
---|---|
IImage |
RecorderButton.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
RecorderButton.setListener(IImage listener) |