|
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.ConstField
vrml.field.ConstSFImage
public class ConstSFImage
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
ConstSFImage(ConstSFImage init)
Constructor for the ConstSFImage object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
int |
getComponents()
Gets the components attribute of the ConstSFImage object |
int |
getHeight()
Gets the height attribute of the ConstSFImage object |
void |
getPixels(byte[] pixels)
Gets the pixels attribute of the ConstSFImage object |
int |
getWidth()
Gets the width attribute of the ConstSFImage object |
Methods inherited from class vrml.ConstField |
---|
markWritable |
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 ConstSFImage(ConstSFImage init)
init
- Description of the ParameterMethod Detail |
---|
public int getWidth()
public int getHeight()
public int getComponents()
public void getPixels(byte[] pixels)
pixels
- Description of the Parameterpublic Object clone()
clone
in class Field
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |