public class NavigationInfo extends X3DBindableNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}X3DBindableNode">
<attribute name="avatarSize" type="{}MFFloat" default="0.25 1.6 0.75" />
<attribute name="headlight" type="{}SFBool" default="true" />
<attribute name="speed" type="{}SFFloat" default="1" />
<attribute name="type" type="{}MFString" default=""EXAMINE" "ANY"" />
<attribute name="transitionType" type="{}MFString" default=""ANIMATE"" />
<attribute name="transitionTime" type="{}MFFloat" default="1.0" />
<attribute name="visibilityLimit" type="{}SFFloat" default="0" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MFFloat |
avatarSize |
protected SFBool |
headlight |
protected SFFloat |
speed |
protected MFFloat |
transitionTime |
protected MFString |
transitionType |
protected MFString |
type |
protected SFFloat |
visibilityLimit |
containerField| Constructor and Description |
|---|
NavigationInfo() |
| Modifier and Type | Method and Description |
|---|---|
MFFloat |
getAvatarSize()
Gets the value of the avatarSize property.
|
SFFloat |
getSpeed()
Gets the value of the speed property.
|
MFFloat |
getTransitionTime()
Gets the value of the transitionTime property.
|
MFString |
getTransitionType()
Gets the value of the transitionType property.
|
MFString |
getType()
Gets the value of the type property.
|
SFFloat |
getVisibilityLimit()
Gets the value of the visibilityLimit property.
|
SFBool |
isHeadlight()
Gets the value of the headlight property.
|
void |
setHeadlight(SFBool value)
Sets the value of the headlight property.
|
void |
setSpeed(SFFloat value)
Sets the value of the speed property.
|
void |
setVisibilityLimit(SFFloat value)
Sets the value of the visibilityLimit property.
|
getContainerField, setContainerFieldgetClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSEprotected MFFloat avatarSize
protected SFBool headlight
protected SFFloat speed
protected MFString type
protected MFString transitionType
protected MFFloat transitionTime
protected SFFloat visibilityLimit
public MFFloat getAvatarSize()
SFFloatpublic SFBool isHeadlight()
SFBoolpublic void setHeadlight(SFBool value)
value - allowed object is
SFBoolpublic SFFloat getSpeed()
SFFloatpublic void setSpeed(SFFloat value)
value - allowed object is
SFFloatpublic MFString getType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the type property.
For example, to add a new item, do as follows:
getType().add(newItem);
Objects of the following type(s) are allowed in the list
SFString
public MFString getTransitionType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transitionType property.
For example, to add a new item, do as follows:
getTransitionType().add(newItem);
Objects of the following type(s) are allowed in the list
SFString
public MFFloat getTransitionTime()
SFFloatpublic SFFloat getVisibilityLimit()
SFFloat