|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.j3d.loaders.c3d.C3DParameter org.j3d.loaders.c3d.C3DStringParameter
public class C3DStringParameter
A single parameter instance that represents String (character) data.
Field Summary |
---|
Fields inherited from class org.j3d.loaders.c3d.C3DParameter |
---|
BYTE_TYPE, CHAR_TYPE, data, description, dimensions, FLOAT_TYPE, id, INT_TYPE, locked, LOCKED_PARAM_MSG, name |
Constructor Summary | |
---|---|
C3DStringParameter(java.lang.String name,
boolean locked,
int id)
Construct a new group that represents the given name |
Method Summary | |
---|---|
void |
setValue(java.lang.String str)
Set the parameter value as a single value. |
void |
setValue(java.lang.String[][][][][][] str,
int[] dim)
Set the parameter value as a six dimensioned array value. |
void |
setValue(java.lang.String[][][][][] str,
int[] dim)
Set the parameter value as a five dimensioned array value. |
void |
setValue(java.lang.String[][][][] str,
int[] dim)
Set the parameter value as a four dimensioned array value. |
void |
setValue(java.lang.String[][][] str,
int[] dim)
Set the parameter value as a three dimensioned array value. |
void |
setValue(java.lang.String[][] str,
int[] dim)
Set the parameter value as a two dimensioned array value. |
void |
setValue(java.lang.String[] str,
int[] dim)
Set the parameter value as a single dimensioned array value. |
java.lang.String |
toString()
Generate a string representation of this header. |
Methods inherited from class org.j3d.loaders.c3d.C3DParameter |
---|
equals, getDescription, getDimensions, getId, getName, getType, getValue, isLocked, numDimensions, setDescription, setLocked |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public C3DStringParameter(java.lang.String name, boolean locked, int id)
name
- The name this parameter representslocked
- true if this is a locked groupid
- The ID of this parameterMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void setValue(java.lang.String str) throws java.lang.IllegalStateException
str
- The string to use as the value
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(java.lang.String[] str, int[] dim) throws java.lang.IllegalStateException
str
- The string to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(java.lang.String[][] str, int[] dim) throws java.lang.IllegalStateException
str
- The string to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(java.lang.String[][][] str, int[] dim) throws java.lang.IllegalStateException
str
- The string to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(java.lang.String[][][][] str, int[] dim) throws java.lang.IllegalStateException
str
- The string to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(java.lang.String[][][][][] str, int[] dim) throws java.lang.IllegalStateException
str
- The string to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(java.lang.String[][][][][][] str, int[] dim) throws java.lang.IllegalStateException
str
- The string to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changed
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |