public class CraterFilter extends WholeImageFilter implements java.io.Serializable
canFilterIndexColorModel, defaultRGBModel, inBytePixels, inPixels, originalSpace, transformedSpace| Constructor and Description |
|---|
CraterFilter() |
| Modifier and Type | Method and Description |
|---|---|
Colormap |
getColormap() |
float |
getDepthBias() |
float |
getDepthPower() |
float |
getDepthScaling() |
int |
getNumCraters() |
void |
imageComplete(int status) |
boolean |
isSpherical() |
void |
randomize() |
void |
setColormap(Colormap colormap) |
void |
setDepthBias(float depthBias) |
void |
setDepthPower(float depthPower) |
void |
setDepthScaling(float depthScaling) |
void |
setNumCraters(int numCraters) |
void |
setSpherical(boolean spherical) |
java.lang.String |
toString() |
getTransformedSpace, setColorModel, setDimensions, setPixels, setPixels, transformSpacepublic void setNumCraters(int numCraters)
public int getNumCraters()
public void setDepthPower(float depthPower)
public float getDepthPower()
public void setDepthBias(float depthBias)
public float getDepthBias()
public void setDepthScaling(float depthScaling)
public float getDepthScaling()
public void setColormap(Colormap colormap)
public Colormap getColormap()
public void setSpherical(boolean spherical)
public boolean isSpherical()
public void randomize()
public void imageComplete(int status)
imageComplete in interface java.awt.image.ImageConsumerimageComplete in class java.awt.image.ImageFilterpublic java.lang.String toString()
toString in class java.lang.Object