| java.lang.Object ca.forklabs.media.jai.mock.MockImageFunction
Method Summary | |
public void | getElements(float startX, float startY, float deltaX, float deltaY, int countX, int countY, int element, float[] real, float[] imag) Does nothing. | public void | getElements(double startX, double startY, double deltaX, double deltaY, int countX, int countY, int element, double[] real, double[] imag) Does nothing. | public int | getNumElements() Does nothing. | public boolean | isComplex() Does nothing. |
getElements | public void getElements(float startX, float startY, float deltaX, float deltaY, int countX, int countY, int element, float[] real, float[] imag)(Code) | | Does nothing.
Parameters: startX - ignored. Parameters: startY - ignored. Parameters: deltaX - ignored. Parameters: deltaY - ignored. Parameters: countX - ignored. Parameters: countY - ignored. Parameters: element - ignored. Parameters: real - ignored. Parameters: imag - ignored. |
getElements | public void getElements(double startX, double startY, double deltaX, double deltaY, int countX, int countY, int element, double[] real, double[] imag)(Code) | | Does nothing.
Parameters: startX - ignored. Parameters: startY - ignored. Parameters: deltaX - ignored. Parameters: deltaY - ignored. Parameters: countX - ignored. Parameters: countY - ignored. Parameters: element - ignored. Parameters: real - ignored. Parameters: imag - ignored. |
getNumElements | public int getNumElements()(Code) | | Does nothing.
always 0. |
isComplex | public boolean isComplex()(Code) | | Does nothing.
always false . |
|
|