BufferedImageOp, Cloneablepublic class TransitionFilter extends AbstractBufferedImageOp
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected BufferedImageOp |
filter |
The filter used for the transition.
|
protected float |
maxValue |
The end value for the filter property.
|
protected float |
minValue |
The start value for the filter property.
|
| 构造器 | 说明 |
|---|---|
TransitionFilter(BufferedImageOp filter,
String property,
float minValue,
float maxValue) |
Construct a TransitionFilter.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
|
BufferedImage |
getDestination() |
Get the destination image.
|
float |
getTransition() |
Get the transition of the image.
|
void |
prepareFilter(float transition) |
Prepare the filter for the transiton at a given time.
|
void |
setDestination(BufferedImage destination) |
Set the destination image.
|
void |
setTransition(float transition) |
Set the transition of the image in the range 0..1.
|
String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBprotected BufferedImageOp filter
protected float minValue
protected float maxValue
public TransitionFilter(BufferedImageOp filter, String property, float minValue, float maxValue)
filter - the filter to useproperty - the filter property which is changed over the transitionminValue - the start value for the filter propertymaxValue - the end value for the filter propertypublic void setTransition(float transition)
transition - the transition min-value 0 max-value 1getTransition()public float getTransition()
setTransition(float)public void setDestination(BufferedImage destination)
destination - the destination imagegetDestination()public BufferedImage getDestination()
setDestination(java.awt.image.BufferedImage)public void prepareFilter(float transition)
transition - the transition time in the range 0 - 1public BufferedImage filter(BufferedImage src, BufferedImage dst)
Copyright © 2019. All rights reserved.