Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.TransferFilter
com.jhlabs.image.RescaleFilter
public class RescaleFilter
extends TransferFilter
Field Summary |
Fields inherited from class com.jhlabs.image.TransferFilter | |
bTable , gTable , initialized , rTable |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel |
Constructor Summary | |
|
Method Summary | |
float |
|
void |
|
String |
|
protected float |
|
Methods inherited from class com.jhlabs.image.TransferFilter | |
filter , filterRGB , getLUT , initialize , makeTable , transferFunction |
Methods inherited from class com.jhlabs.image.PointFilter | |
filter , filterRGB , setDimensions |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone , createCompatibleDestImage , getBounds2D , getPoint2D , getRGB , getRenderingHints , setRGB |
public float getScale()
Returns the scale factor.
- Returns:
- the scale factor.
- See Also:
setScale(float)
public void setScale(float scale)
Specifies the scale factor.
- Parameters:
scale
- the scale factor.
- See Also:
getScale()
public String toString()
protected float transferFunction(float v)
- Overrides:
- transferFunction in interface TransferFilter