org.dishevelled.iconbundle.impl
Class AbstractRasterOp

java.lang.Object
  extended by org.dishevelled.iconbundle.impl.AbstractRasterOp
All Implemented Interfaces:
RasterOp
Direct Known Subclasses:
SelectionRasterOp

abstract class AbstractRasterOp
extends Object
implements RasterOp

Abstract implementation of RasterOp.

Version:
$Revision: 974 $ $Date: 2011-01-04 21:40:23 -0600 (Tue, 04 Jan 2011) $
Author:
Michael Heuer

Constructor Summary
AbstractRasterOp()
           
 
Method Summary
 WritableRaster createCompatibleDestRaster(Raster src)
          
 Rectangle2D getBounds2D(Raster src)
          
 Point2D getPoint2D(Point2D srcPoint, Point2D destPoint)
          
 RenderingHints getRenderingHints()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.image.RasterOp
filter
 

Constructor Detail

AbstractRasterOp

AbstractRasterOp()
Method Detail

createCompatibleDestRaster

public final WritableRaster createCompatibleDestRaster(Raster src)

Specified by:
createCompatibleDestRaster in interface RasterOp

getBounds2D

public final Rectangle2D getBounds2D(Raster src)

Specified by:
getBounds2D in interface RasterOp

getPoint2D

public final Point2D getPoint2D(Point2D srcPoint,
                                Point2D destPoint)

Specified by:
getPoint2D in interface RasterOp

getRenderingHints

public final RenderingHints getRenderingHints()

Specified by:
getRenderingHints in interface RasterOp


Copyright (c) 2003-2011 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).