public abstract class Navigator extends X3DNode
Modifier and Type | Field and Description |
---|---|
protected SFBool |
enabled |
protected MFString |
keyDic |
protected SFInt32 |
keyPress |
protected SFInt32 |
keyRelease |
protected MFString |
logFeature |
protected SFString |
message |
Constructor and Description |
---|
Navigator() |
Modifier and Type | Method and Description |
---|---|
SFBool |
getEnabled() |
MFString |
getKeyDic() |
SFInt32 |
getKeyPress() |
SFInt32 |
getKeyRelease() |
MFString |
getLogFeature() |
SFString |
getMessage() |
void |
setEnabled(SFBool enabled) |
void |
setKeyPress(SFInt32 keyPress) |
void |
setKeyRelease(SFInt32 keyRelease) |
void |
setMessage(SFString message) |
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected SFBool enabled
protected SFString message
protected MFString keyDic
protected SFInt32 keyPress
protected SFInt32 keyRelease
protected MFString logFeature
public SFBool getEnabled()
public void setEnabled(SFBool enabled)
public SFString getMessage()
public void setMessage(SFString message)
public MFString getKeyDic()
public SFInt32 getKeyPress()
public void setKeyPress(SFInt32 keyPress)
public SFInt32 getKeyRelease()
public void setKeyRelease(SFInt32 keyRelease)
public MFString getLogFeature()