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()
IMultiplicityApp
getFriendlyAppName
in interface IMultiplicityApp
public 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()
IMultiplicityApp
onDestroy
in interface IMultiplicityApp
public void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
IMultiplicityApp
shouldStart
in interface IMultiplicityApp
input
- the inputiqo
- the iqopublic void shouldStop()
IMultiplicityApp
shouldStop
in interface IMultiplicityApp