public class ZOrderDemo extends java.lang.Object implements IMultiplicityApp
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FONT_ARIAL_32_WHITE
The Constant FONT_ARIAL_32_WHITE.
|
| Constructor and Description |
|---|
ZOrderDemo() |
| Modifier and Type | Method and Description |
|---|---|
IContainer |
createExpressionVisualRepresentation(java.lang.String expression)
Creates the expression visual representation.
|
java.lang.String |
getFriendlyAppName()
Gets the friendly app name.
|
IColourRectangle |
getRectangleWithGradient(com.jme3.math.ColorRGBA top,
com.jme3.math.ColorRGBA bottom,
java.lang.String name)
Gets the rectangle with gradient.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
onDestroy()
On destroy.
|
void |
shouldStart(MultiTouchInputComponent input,
IQueueOwner iqo)
Should start.
|
void |
shouldStop()
Should stop.
|
public static final java.lang.String FONT_ARIAL_32_WHITE
public static void main(java.lang.String[] args)
args - the argumentspublic IContainer createExpressionVisualRepresentation(java.lang.String expression) throws ContentTypeNotBoundException
expression - the expressionContentTypeNotBoundException - the content type not bound exceptionpublic java.lang.String getFriendlyAppName()
IMultiplicityAppgetFriendlyAppName in interface IMultiplicityApppublic IColourRectangle getRectangleWithGradient(com.jme3.math.ColorRGBA top, com.jme3.math.ColorRGBA bottom, java.lang.String name) throws ContentTypeNotBoundException
top - the topbottom - the bottomname - the nameContentTypeNotBoundException - the content type not bound exceptionpublic void onDestroy()
IMultiplicityApponDestroy in interface IMultiplicityApppublic void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
IMultiplicityAppshouldStart in interface IMultiplicityAppinput - the inputiqo - the iqopublic void shouldStop()
IMultiplicityAppshouldStop in interface IMultiplicityApp