public class ExpressionVisualRepresentationFactory
extends java.lang.Object
| Constructor and Description |
|---|
ExpressionVisualRepresentationFactory(IContainer parentContainer,
IStage stage)
Instantiates a new expression visual representation factory.
|
| Modifier and Type | Method and Description |
|---|---|
IContainer |
createExpressionVisualRepresentation(Expression expression,
float rotation,
com.jme3.math.Vector2f worldLocation)
Creates a new ExpressionVisualRepresentation object.
|
public ExpressionVisualRepresentationFactory(IContainer parentContainer, IStage stage)
parentContainer - the parent containerstage - the stagepublic IContainer createExpressionVisualRepresentation(Expression expression, float rotation, com.jme3.math.Vector2f worldLocation) throws ContentTypeNotBoundException
expression - the expressionrotation - the rotationworldLocation - the world locationContentTypeNotBoundException - the content type not bound exception