org.dishevelled.iconbundle.impl
Class AbstractRasterOp
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRasterOp
AbstractRasterOp()
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).