| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.MField org.jdesktop.j3d.loaders.vrml97.impl.MFInt32
MFInt32 | public class MFInt32 extends MField (Code) | | Description of the Class
|
Method Summary | |
public void | addValue(int f) | public void | addValue(ConstSFInt32 f) | public void | addValue(SFInt32 f) | void | checkSize(int needed, boolean preserveValue) | public void | clear() | public Object | clone() | public synchronized ConstField | constify() | public void | delete(int index) | void | fillImplArrays(int[] implSize, int[] implIndex) | boolean | fillImplArraysTest(int[] implSize, int[] implIndex) Fill a "subordinate" implIndex array. | public int | get1Value(int index) | public int | getSize() | public void | getValue(int[] getVal) | int | indexCount() | public void | insertValue(int index, int f) | public void | insertValue(int index, ConstSFInt32 f) | public void | insertValue(int index, SFInt32 f) | int | primCount() | public void | reset() | public void | set1Value(int index, int f) | public void | set1Value(int index, ConstSFInt32 f) | public void | set1Value(int index, SFInt32 f) | public void | setValue(int[] setVal) | public void | setValue(int setSize, int[] setVal) | public void | setValue(MFInt32 value) | public void | setValue(ConstMFInt32 value) | public String | toString() | public void | update(Field field) | public vrml.Field | wrap() |
initValue | int[] initValue(Code) | | |
MFInt32 | public MFInt32()(Code) | | Constructor for the MFInt32 object
|
MFInt32 | public MFInt32(int[] setVal)(Code) | | Constructor for the MFInt32 object
Parameters: setVal - Description of the Parameter |
addValue | public void addValue(int f)(Code) | | Adds a feature to the Value attribute of the MFInt32 object
Parameters: f - The feature to be added to the Value attribute |
addValue | public void addValue(ConstSFInt32 f)(Code) | | Adds a feature to the Value attribute of the MFInt32 object
Parameters: f - The feature to be added to the Value attribute |
addValue | public void addValue(SFInt32 f)(Code) | | Adds a feature to the Value attribute of the MFInt32 object
Parameters: f - The feature to be added to the Value attribute |
checkSize | void checkSize(int needed, boolean preserveValue)(Code) | | Description of the Method
Parameters: needed - Description of the Parameter Parameters: preserveValue - Description of the Parameter |
clear | public void clear()(Code) | | Description of the Method
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | public synchronized ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter |
fillImplArrays | void fillImplArrays(int[] implSize, int[] implIndex)(Code) | | Fill the implSize array with the size of each prim and
the implIndex array with the indices for the prims
Parameters: implSize - Description of the Parameter Parameters: implIndex - Description of the Parameter |
fillImplArraysTest | boolean fillImplArraysTest(int[] implSize, int[] implIndex)(Code) | | Fill a "subordinate" implIndex array. Use the implSize array
from the coord index parse. If the current face size does not
match the impl face size, try to manage as best we can. Return
true if the face sizes matched, false if the data looked screwy
Parameters: implSize - Description of the Parameter Parameters: implIndex - Description of the Parameter Description of the Return Value |
get1Value | public int get1Value(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Description of the Return Value |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFInt32 object
The size value |
getValue | public void getValue(int[] getVal)(Code) | | Gets the value attribute of the MFInt32 object
Parameters: getVal - Description of the Parameter |
indexCount | int indexCount()(Code) | | Description of the Method
Description of the Return Value |
insertValue | public void insertValue(int index, int f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
insertValue | public void insertValue(int index, SFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
primCount | int primCount()(Code) | | Description of the Method
Description of the Return Value |
reset | public void reset()(Code) | | Description of the Method
|
set1Value | public void set1Value(int index, int f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, SFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
setValue | public void setValue(int[] setVal)(Code) | | Sets the value attribute of the MFInt32 object
Parameters: setVal - The new value value |
setValue | public void setValue(int setSize, int[] setVal)(Code) | | Sets the value attribute of the MFInt32 object
Parameters: setSize - The new value value Parameters: setVal - The new value value |
setValue | public void setValue(MFInt32 value)(Code) | | Sets the value attribute of the MFInt32 object
Parameters: value - The new value value |
setValue | public void setValue(ConstMFInt32 value)(Code) | | Sets the value attribute of the MFInt32 object
Parameters: value - The new value value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value |
update | public void update(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|