org.dishevelled.iconbundle.impl
Class SelectionRasterOp

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

final class SelectionRasterOp
extends AbstractRasterOp

Selection RasterOp.

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

Constructor Summary
SelectionRasterOp(Color selectionColor)
          Create a new selection RasterOp with the specified selection color.
 
Method Summary
 WritableRaster filter(Raster src, WritableRaster dest)
          
 
Methods inherited from class org.dishevelled.iconbundle.impl.AbstractRasterOp
createCompatibleDestRaster, getBounds2D, getPoint2D, getRenderingHints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionRasterOp

public SelectionRasterOp(Color selectionColor)
Create a new selection RasterOp with the specified selection color.

Parameters:
selectionColor - selection color
Method Detail

filter

public WritableRaster filter(Raster src,
                             WritableRaster dest)



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