|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFImage
public class SFImage
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
SFImage(int w,
int h,
int d,
byte[] p)
Constructor for the SFImage object |
|
SFImage(SFImage init)
Constructor for the SFImage object |
Method Summary | |
---|---|
Object |
clone()
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 |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFImage(SFImage init)
init
- Description of the Parameterpublic 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 Object clone()
clone
in class Field
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 value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |