|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFImage
public class SFImage
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
SFImage(int w,
int h,
int d,
byte[] p)
Constructor for the SFImage object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
ConstField |
constify()
Description of the Method |
int |
getComponents()
Gets the components attribute of the SFImage object |
int |
getHeight()
Gets the height attribute of the SFImage object |
void |
getPixels(byte[] p)
Gets the pixels attribute of the SFImage object |
int |
getWidth()
Gets the width attribute of the SFImage object |
void |
setValue(ConstSFImage i)
Sets the value attribute of the SFImage object |
void |
setValue(int w,
int h,
int d,
byte[] p)
Sets the value attribute of the SFImage object |
void |
setValue(SFImage i)
Sets the value attribute of the SFImage object |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFImage(int w, int h, int d, byte[] p)
w
- Description of the Parameterh
- Description of the Parameterd
- Description of the Parameterp
- Description of the ParameterMethod Detail |
---|
public int getWidth()
public int getHeight()
public int getComponents()
public void getPixels(byte[] p)
p
- Description of the Parameterpublic void setValue(int w, int h, int d, byte[] p)
w
- The new value valueh
- The new value valued
- The new value valuep
- The new value valuepublic void setValue(ConstSFImage i)
i
- The new value valuepublic void setValue(SFImage i)
i
- The new value valuepublic Object clone()
clone
in class Field
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
public Field wrap()
wrap
in class Field
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |