Modifier and Type | Method and Description |
---|---|
IParsedExpression |
AvatarMapping.getComponentName()
Get the component name expression, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
AvatarMapping.setComponentName(IParsedExpression componentname)
Set the component name expression.
|
Constructor and Description |
---|
DefaultDataProvider(AbstractEnvironmentSpace envspace,
IObjectSource[] rowproviders,
String tablename,
String[] columnnames,
IParsedExpression[] exps)
Create a new space object table data provider.
|
SpaceObjectSource(String varname,
AbstractEnvironmentSpace envspace,
String objecttype,
boolean aggregate,
IParsedExpression dataexp,
IParsedExpression includeexp)
Create a new row provider.
|
Modifier and Type | Method and Description |
---|---|
IParsedExpression |
Primitive.getDrawCondition()
Gets the draw condition.
|
Modifier and Type | Method and Description |
---|---|
void |
Primitive.setDrawCondition(IParsedExpression drawcondition)
Sets the draw condition.
|
Constructor and Description |
---|
Primitive(int type,
Object position,
Object rotation,
Object size,
int absFlags,
Object c,
IParsedExpression drawcondition)
Initializes the drawable.
|
RegularPolygon(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
int vertices,
IParsedExpression drawcondition)
Generates a new RegularPolygon.
|
Text(Object position,
Font baseFont,
Color color,
String text,
int align,
int absFlags,
IParsedExpression drawcondition) |
TexturedRectangle(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String texturePath,
IParsedExpression drawcondition)
Creates a new TexturedRectangle drawable.
|
Modifier and Type | Method and Description |
---|---|
IParsedExpression |
Sound3d.getCond() |
IParsedExpression |
Primitive3d.getDrawCondition()
Gets the draw condition.
|
Modifier and Type | Method and Description |
---|---|
void |
Sound3d.setCond(IParsedExpression cond) |
void |
Primitive3d.setDrawCondition(IParsedExpression drawcondition)
Sets the draw condition.
|
Constructor and Description |
---|
Cylinder3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialPath,
String texturePath,
double radius,
double height,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Generates a new Cylinder3d
|
Dome3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialpath,
String texturePath,
double radius,
int samples,
int planes,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Generates a new Dome3d
|
Object3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String modelPath,
String materialpath,
String texturePath,
boolean hasLightMaterials,
boolean rigDebug,
IParsedExpression drawcondition,
String shadowtype,
List<Animation> animations,
List<Materialfile> materials,
ArrayList<SpatialControl> controler)
Creates a new Polygon drawable.
|
PointLight3d(Object position,
Object color,
double radius,
IParsedExpression drawcondition)
Generates a new PointLight3d
|
Primitive3d(int type,
Object position,
IParsedExpression drawcondition) |
Primitive3d(int type,
Object position,
Object c,
IParsedExpression drawcondition) |
Primitive3d(int type,
Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialPath,
String texturePath,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Initializes the drawable.
|
Primitive3d(int type,
Object position,
Object rotation,
Object size,
IParsedExpression drawcondition)
Initializes the drawable.
|
Primitive3d(int type,
Object position,
Object rotation,
Object size,
Object c,
IParsedExpression drawcondition,
String shadowtype)
Initializes the drawable.
|
Sky3d(String skyFile,
Boolean isSphere,
String skyPath,
String west,
String east,
String north,
String south,
String up,
String down,
IParsedExpression drawcondition)
Creates a new Polygon drawable.
|
Sound3d(String soundfile,
boolean loop,
double volume,
boolean continuosly,
boolean positional,
int numRndFiles,
IParsedExpression cond) |
Text3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialpath,
String texturePath,
String text,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Creates a new Polygon drawable.
|
Torus3d(Object position,
Object rotation,
Object size,
int absFlags,
Object c,
String materialpath,
String texturePath,
double innerRadius,
double outerRadius,
int circleSamples,
int radialSamples,
IParsedExpression drawcondition,
String shadowtype,
ArrayList<SpatialControl> controler)
Creates a new Cylinder3d drawable.
|
Modifier and Type | Method and Description |
---|---|
IParsedExpression |
Animation.getAnimationCondition() |
IParsedExpression |
SpatialControl.getCond() |
Modifier and Type | Method and Description |
---|---|
void |
Animation.setAnimationCondition(IParsedExpression animationCondition) |
void |
SpatialControl.setCond(IParsedExpression cond) |
Constructor and Description |
---|
Animation(String name,
String channel,
boolean loop,
double speed,
IParsedExpression cond) |
Effect(Object position,
String predefinedId,
double startsize,
double endsize,
IParsedExpression exp)
Constructor for Predefined use
|
Materialfile(String part,
String path,
boolean useAlpha,
SpecialAction specialaction,
IParsedExpression cond) |
SpatialControl(String classpath,
IParsedExpression cond) |
Modifier and Type | Method and Description |
---|---|
static IParsedExpression |
SJavaParser.parseExpression(String exptxt,
String[] imports,
ClassLoader classloader)
Evaluates a java expression.
|
IParsedExpression |
IExpressionParser.parseExpression(String expression,
String[] imports,
Map parameters,
ClassLoader classloader)
Parse an expression string.
|
static IParsedExpression |
SJavaParser.parseExpression(UnparsedExpression ue,
String[] imports,
ClassLoader classloader)
Parse the expression.
|
Copyright © 2013. All Rights Reserved.