j2d.filters
Class RaysFilter

java.lang.Object
  extended by j2d.filters.AbstractBufferedImageOp
      extended by j2d.filters.MotionBlurOp
          extended by j2d.filters.RaysFilter
All Implemented Interfaces:
ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable

public class RaysFilter
extends MotionBlurOp

See Also:
Serialized Form

Constructor Summary
RaysFilter()
           
 
Method Summary
 Colormap getColormap()
           
 float getOpacity()
           
 boolean getRaysOnly()
           
 float getStrength()
           
 float getThreshold()
           
 void setColormap(int mapIndex)
           
 void setOpacity(float opacity)
           
 void setRaysOnly(boolean raysOnly)
           
 void setStrength(float strength)
           
 void setThreshold(float threshold)
           
 java.lang.String toString()
           
 
Methods inherited from class j2d.filters.MotionBlurOp
filter, getAngle, getCentre, getCentreX, getCentreY, getDistance, getRadians, getRotation, getZoom, process, setAngle, setCentre, setCentreX, setCentreY, setDestImage, setDistance, setRotation, setZoom
 
Methods inherited from class j2d.filters.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RaysFilter

public RaysFilter()
Method Detail

setColormap

public void setColormap(int mapIndex)

getOpacity

public float getOpacity()

setOpacity

public void setOpacity(float opacity)

getThreshold

public float getThreshold()

setThreshold

public void setThreshold(float threshold)

getStrength

public float getStrength()

setStrength

public void setStrength(float strength)

getRaysOnly

public boolean getRaysOnly()

setRaysOnly

public void setRaysOnly(boolean raysOnly)

getColormap

public Colormap getColormap()

toString

public java.lang.String toString()
Overrides:
toString in class MotionBlurOp