j2d.warp
Class AffineProcess
java.lang.Object
   j2d.warp.AffineProcess
j2d.warp.AffineProcess
- All Implemented Interfaces: 
- ImageProcessorInterface, java.io.Serializable
- public class AffineProcess 
- extends java.lang.Object- implements ImageProcessorInterface
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
AffineProcess
public AffineProcess()
AffineProcess
public AffineProcess(float distance,
                     float angle,
                     float rotation,
                     float zoom)
setAngle
public void setAngle(float angle)
- 
 
- 
 
getAngle
public float getAngle()
- 
 
- 
 
setDistance
public void setDistance(float distance)
- 
 
- 
 
getDistance
public float getDistance()
- 
 
- 
 
setRotation
public void setRotation(float rotation)
- 
 
- 
 
getRotation
public float getRotation()
- 
 
- 
 
setZoom
public void setZoom(float zoom)
- 
 
- 
 
getZoom
public float getZoom()
- 
 
- 
 
setCentreX
public void setCentreX(float centreX)
- 
 
- 
 
getCentreX
public float getCentreX()
- 
 
- 
 
setCentreY
public void setCentreY(float centreY)
- 
 
- 
 
getCentreY
public float getCentreY()
- 
 
- 
 
setCentre
public void setCentre(java.awt.geom.Point2D centre)
- 
 
- 
 
getCentre
public java.awt.geom.Point2D getCentre()
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
getAbstractBufferedImageOp
public AbstractBufferedImageOp getAbstractBufferedImageOp()
- 
 
- 
 
process
public java.awt.Image process(java.awt.Image image)
- Description copied from interface: ImageProcessorInterface
- a basic garbage in, garbage out processor.
 
- 
- Specified by:
- processin interface- ImageProcessorInterface
 
- 
- Parameters:
- image- input image
- Returns:
- output image