| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.ConstField org.jdesktop.j3d.loaders.vrml97.impl.ConstSFImage
ConstSFImage | public class ConstSFImage extends ConstField (Code) | | Description of the Class
|
ConstSFImage | ConstSFImage(SFImage owner)(Code) | | Constructor for the ConstSFImage object
Parameters: owner - Description of the Parameter |
ConstSFImage | public ConstSFImage(int w, int h, int d, byte[] p)(Code) | | Constructor for the ConstSFImage object
Parameters: w - Description of the Parameter Parameters: h - Description of the Parameter Parameters: d - Description of the Parameter Parameters: p - Description of the Parameter |
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
getComponents | public int getComponents()(Code) | | Gets the components attribute of the ConstSFImage object
The components value |
getHeight | public int getHeight()(Code) | | Gets the height attribute of the ConstSFImage object
The height value |
getPixels | public void getPixels(byte[] pixels)(Code) | | Gets the pixels attribute of the ConstSFImage object
Parameters: pixels - Description of the Parameter |
getWidth | public int getWidth()(Code) | | Gets the width attribute of the ConstSFImage object
The width value |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
Fields inherited from org.jdesktop.j3d.loaders.vrml97.impl.ConstField | protected Field ownerField(Code)(Java Doc)
|
|
|