Package | Description |
---|---|
x3d.avalon |
This package contains the Fraunhofer Avalon extensions to x3d.
|
x3d.fields |
This package contains the x3d field types.
|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Field and Description |
---|---|
protected SFInt32 |
Navigator.keyPress |
protected SFInt32 |
Navigator.keyRelease |
protected SFInt32 |
IOSensor.maxValuesPerTrigger |
Modifier and Type | Method and Description |
---|---|
SFInt32 |
Navigator.getKeyPress() |
SFInt32 |
Navigator.getKeyRelease() |
SFInt32 |
IOSensor.getMaxValuesPerTrigger() |
Modifier and Type | Method and Description |
---|---|
void |
Navigator.setKeyPress(SFInt32 keyPress) |
void |
Navigator.setKeyRelease(SFInt32 keyRelease) |
void |
IOSensor.setMaxValuesPerTrigger(SFInt32 maxValuesPerTrigger) |
Modifier and Type | Method and Description |
---|---|
static SFInt32 |
SFInt32.add(Integer lhs,
Integer rhs) |
static SFInt32 |
SFInt32.add(Integer lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.add(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.add(SFInt32 lhs,
SFInt32 rhs) |
SFInt32 |
SFInt32.clone() |
static SFInt32 |
SFInt32.convert(SFFloat value) |
static SFInt32 |
SFInt32.convert(SFInt32 value) |
SFInt32 |
ObjectFactory.createSFInt32() |
static SFInt32 |
SFInt32.divide(Integer lhs,
Integer rhs) |
static SFInt32 |
SFInt32.divide(Integer lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.divide(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.divide(SFInt32 lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.multiply(Integer lhs,
Integer rhs) |
static SFInt32 |
SFInt32.multiply(Integer lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.multiply(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.multiply(SFInt32 lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.subtract(Integer lhs,
Integer rhs) |
static SFInt32 |
SFInt32.subtract(Integer lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.subtract(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.subtract(SFInt32 lhs,
SFInt32 rhs) |
Modifier and Type | Method and Description |
---|---|
static SFInt32 |
SFInt32.add(Integer lhs,
SFInt32 rhs) |
void |
SFInt32.add(SFInt32 value) |
static SFInt32 |
SFInt32.add(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.add(SFInt32 lhs,
SFInt32 rhs) |
static int |
SFInt32.compareTo(Integer lhs,
SFInt32 rhs) |
int |
SFInt32.compareTo(SFInt32 t) |
static int |
SFInt32.compareTo(SFInt32 lhs,
Integer rhs) |
static int |
SFInt32.compareTo(SFInt32 lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.convert(SFInt32 value) |
static SFFloat |
SFFloat.convert(SFInt32 value) |
static SFDouble |
SFDouble.convert(SFInt32 value) |
static SFInt32 |
SFInt32.divide(Integer lhs,
SFInt32 rhs) |
void |
SFInt32.divide(SFInt32 value) |
static SFInt32 |
SFInt32.divide(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.divide(SFInt32 lhs,
SFInt32 rhs) |
static Boolean |
SFInt32.equals(Integer lhs,
SFInt32 rhs) |
static Boolean |
SFInt32.equals(SFInt32 lhs,
Integer rhs) |
static Boolean |
SFInt32.equals(SFInt32 lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.multiply(Integer lhs,
SFInt32 rhs) |
void |
SFInt32.multiply(SFInt32 value) |
static SFInt32 |
SFInt32.multiply(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.multiply(SFInt32 lhs,
SFInt32 rhs) |
static SFInt32 |
SFInt32.subtract(Integer lhs,
SFInt32 rhs) |
void |
SFInt32.subtract(SFInt32 value) |
static SFInt32 |
SFInt32.subtract(SFInt32 lhs,
Integer rhs) |
static SFInt32 |
SFInt32.subtract(SFInt32 lhs,
SFInt32 rhs) |
Constructor and Description |
---|
MFInt32(SFInt32... values) |
Modifier and Type | Field and Description |
---|---|
protected SFInt32 |
FillProperties.hatchStyle |
protected SFInt32 |
Component.level |
protected SFInt32 |
LineProperties.linetype |
protected SFInt32 |
Switch.whichChoice |
Modifier and Type | Method and Description |
---|---|
SFInt32 |
FillProperties.getHatchStyle()
Gets the value of the hatchStyle property.
|
SFInt32 |
Component.getLevel()
Gets the value of the level property.
|
SFInt32 |
LineProperties.getLinetype()
Gets the value of the linetype property.
|
SFInt32 |
Switch.getWhichChoice()
Gets the value of the whichChoice property.
|
Modifier and Type | Method and Description |
---|---|
void |
FillProperties.setHatchStyle(SFInt32 value)
Sets the value of the hatchStyle property.
|
void |
Component.setLevel(SFInt32 value)
Sets the value of the level property.
|
void |
LineProperties.setLinetype(SFInt32 value)
Sets the value of the linetype property.
|
void |
Switch.setWhichChoice(SFInt32 value)
Sets the value of the whichChoice property.
|