|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFString
public class SFString
Represents a VRML SFString field in Java.
Constructor Summary | |
---|---|
SFString()
Construct a default SFString field. |
|
SFString(java.lang.String s)
Construct an SFString field using the given value. |
Method Summary | |
---|---|
java.lang.String |
getValue()
Get the value of the SFString field. |
void |
setValue(ConstSFString s)
Set the value of an SFString field using an existing ConstSFString. |
void |
setValue(SFString s)
Set the value of an SFString field using an existing SFString. |
void |
setValue(java.lang.String s)
Set the value of an SFString field. |
Methods inherited from class vrml.Field |
---|
clone, dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SFString()
public SFString(java.lang.String s)
s
- Initial value for SFStringMethod Detail |
---|
public java.lang.String getValue()
public void setValue(java.lang.String s)
s
- Value to set field to.public void setValue(ConstSFString s)
s
- Value to set field to.public void setValue(SFString s)
s
- Value to set field to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |