|
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.C3DByteParameter
public class C3DByteParameter
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 | |
---|---|
C3DByteParameter(java.lang.String name,
boolean locked,
int id)
Construct a new group that represents the given name |
Method Summary | |
---|---|
void |
setValue(byte d)
Set the parameter value as a single value. |
void |
setValue(byte[][][][][][][] d,
int[] dim)
Set the parameter value as a six dimensioned array value. |
void |
setValue(byte[][][][][][] d,
int[] dim)
Set the parameter value as a five dimensioned array value. |
void |
setValue(byte[][][][][] d,
int[] dim)
Set the parameter value as a four dimensioned array value. |
void |
setValue(byte[][][][] d,
int[] dim)
Set the parameter value as a three dimensioned array value. |
void |
setValue(byte[][][] d,
int[] dim)
Set the parameter value as a two dimensioned array value. |
void |
setValue(byte[][] d,
int[] dim)
Set the parameter value as a single dimensioned array value. |
void |
setValue(byte[] d,
int[] dim)
Set the parameter value as a single 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 C3DByteParameter(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(byte d) throws java.lang.IllegalStateException
d
- The byte value to use as the value
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(byte[] d, int[] dim) throws java.lang.IllegalStateException
d
- The byte values to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(byte[][] d, int[] dim) throws java.lang.IllegalStateException
d
- The byte values to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(byte[][][] d, int[] dim) throws java.lang.IllegalStateException
d
- The byte values to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(byte[][][][] d, int[] dim) throws java.lang.IllegalStateException
d
- The byte values to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(byte[][][][][] d, int[] dim) throws java.lang.IllegalStateException
d
- The byte values to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(byte[][][][][][] d, int[] dim) throws java.lang.IllegalStateException
d
- The byte values to use as the valuedim
- The dimensions of each value length
java.lang.IllegalStateException
- The object is locked and cannot be
changedpublic void setValue(byte[][][][][][][] d, int[] dim) throws java.lang.IllegalStateException
d
- The byte values 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 |