| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFImage
SFImage | public class SFImage extends Field (Code) | | Description of the Class
|
Constructor Summary | |
public | SFImage(int w, int h, int d, byte[] p) |
SFImage | public SFImage(int w, int h, int d, byte[] p)(Code) | | Constructor for the SFImage 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 |
constify | public synchronized ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
getComponents | public int getComponents()(Code) | | Gets the components attribute of the SFImage object
The components value |
getHeight | public int getHeight()(Code) | | Gets the height attribute of the SFImage object
The height value |
getPixels | public void getPixels(byte[] p)(Code) | | Gets the pixels attribute of the SFImage object
Parameters: p - Description of the Parameter |
getWidth | public int getWidth()(Code) | | Gets the width attribute of the SFImage object
The width value |
setValue | public void setValue(int w, int h, int d, byte[] p)(Code) | | Sets the value attribute of the SFImage object
Parameters: w - The new value value Parameters: h - The new value value Parameters: d - The new value value Parameters: p - The new value value |
setValue | public void setValue(ConstSFImage i)(Code) | | Sets the value attribute of the SFImage object
Parameters: i - The new value value |
setValue | public void setValue(SFImage i)(Code) | | Sets the value attribute of the SFImage object
Parameters: i - The new value 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 |
|
|