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