j2d.warp
Class LogXformProcessor

java.lang.Object
  extended by j2d.warp.LogXformProcessor
All Implemented Interfaces:
HasProperties, ImageProcessorInterface, ImageProcessingPropertiesInterface

public class LogXformProcessor
extends java.lang.Object
implements ImageProcessingPropertiesInterface


Constructor Summary
LogXformProcessor()
           
 
Method Summary
 void computeMappingParameters()
           
 java.awt.image.BufferedImage getLogPolarImage()
           
 RunFloatSpinnerModel[] getProperties()
           
 java.awt.Image process(java.awt.Image image)
          a basic garbage in, garbage out processor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogXformProcessor

public LogXformProcessor()
Method Detail

computeMappingParameters

public void computeMappingParameters()

getLogPolarImage

public java.awt.image.BufferedImage getLogPolarImage()

process

public java.awt.Image process(java.awt.Image image)
Description copied from interface: ImageProcessorInterface
a basic garbage in, garbage out processor.

Specified by:
process in interface ImageProcessorInterface
Parameters:
image - input image
Returns:
output image

getProperties

public RunFloatSpinnerModel[] getProperties()
Specified by:
getProperties in interface HasProperties