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 SFString |
Navigator.message |
protected SFString |
IOSensor.name |
protected SFString |
IOSensor.system |
protected SFString |
IOSensor.triggerName |
protected SFString |
IOSensor.type |
Modifier and Type | Method and Description |
---|---|
SFString |
Navigator.getMessage() |
SFString |
IOSensor.getName() |
SFString |
IOSensor.getSystem() |
SFString |
IOSensor.getTriggerName() |
SFString |
IOSensor.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Navigator.setMessage(SFString message) |
void |
IOSensor.setName(SFString name) |
void |
IOSensor.setSystem(SFString system) |
void |
IOSensor.setTriggerName(SFString triggerName) |
void |
IOSensor.setType(SFString type) |
Modifier and Type | Method and Description |
---|---|
SFString |
ObjectFactory.createSFString() |
Modifier and Type | Method and Description |
---|---|
int |
SFString.compareTo(SFString t) |
static int |
SFString.compareTo(SFString lhs,
SFString rhs) |
static int |
SFString.compareTo(SFString lhs,
String rhs) |
static int |
SFString.compareTo(String lhs,
SFString rhs) |
static Boolean |
SFString.equals(SFString lhs,
SFString rhs) |
static Boolean |
SFString.equals(SFString lhs,
String rhs) |
static Boolean |
SFString.equals(String lhs,
SFString rhs) |
Modifier and Type | Field and Description |
---|---|
protected SFString |
Field.appinfo |
protected SFString |
Meta.content |
protected SFString |
Anchor.description |
protected SFString |
Field.documentation |
protected SFString |
Meta.httpEquivalent |
protected SFString |
ScreenFontStyle.language |
protected SFString |
Meta.language |
protected SFString |
FontStyle.language |
protected SFString |
X3DMetadataObject.name |
protected SFString |
Meta.name |
protected SFString |
X3DMetadataObject.reference |
protected SFString |
WorldInfo.title |
protected SFString |
FieldValue.value |
protected SFString |
Field.value |
Modifier and Type | Method and Description |
---|---|
SFString |
Field.getAppinfo()
Gets the value of the appinfo property.
|
SFString |
Meta.getContent()
Gets the value of the content property.
|
SFString |
Anchor.getDescription()
Gets the value of the description property.
|
SFString |
Field.getDocumentation()
Gets the value of the documentation property.
|
SFString |
Meta.getHttpEquivalent()
Gets the value of the httpEquivalent property.
|
SFString |
ScreenFontStyle.getLanguage()
Gets the value of the language property.
|
SFString |
Meta.getLanguage()
Gets the value of the language property.
|
SFString |
FontStyle.getLanguage()
Gets the value of the language property.
|
SFString |
X3DMetadataObject.getName()
Gets the value of the name property.
|
SFString |
Meta.getName()
Gets the value of the name property.
|
SFString |
X3DMetadataObject.getReference()
Gets the value of the reference property.
|
SFString |
WorldInfo.getTitle()
Gets the value of the title property.
|
SFString |
FieldValue.getValue()
Gets the value of the value property.
|
SFString |
Field.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.setAppinfo(SFString value)
Sets the value of the appinfo property.
|
void |
Meta.setContent(SFString value)
Sets the value of the content property.
|
void |
Anchor.setDescription(SFString value)
Sets the value of the description property.
|
void |
Field.setDocumentation(SFString value)
Sets the value of the documentation property.
|
void |
Meta.setHttpEquivalent(SFString value)
Sets the value of the httpEquivalent property.
|
void |
ScreenFontStyle.setLanguage(SFString value)
Sets the value of the language property.
|
void |
Meta.setLanguage(SFString value)
Sets the value of the language property.
|
void |
FontStyle.setLanguage(SFString value)
Sets the value of the language property.
|
void |
X3DMetadataObject.setName(SFString value)
Sets the value of the name property.
|
void |
Meta.setName(SFString value)
Sets the value of the name property.
|
void |
X3DMetadataObject.setReference(SFString value)
Sets the value of the reference property.
|
void |
WorldInfo.setTitle(SFString value)
Sets the value of the title property.
|
void |
FieldValue.setValue(SFString value)
Sets the value of the value property.
|
void |
Field.setValue(SFString value)
Sets the value of the value property.
|
Constructor and Description |
---|
X3DMetadataObject(SFString name,
SFString reference,
String containerField) |