JIU 0.14.3

Uses of Interface
net.sourceforge.jiu.color.dithering.SpotFunction

Packages that use SpotFunction
net.sourceforge.jiu.color.dithering Classes for conversion between color spaces. 
 

Uses of SpotFunction in net.sourceforge.jiu.color.dithering
 

Classes in net.sourceforge.jiu.color.dithering that implement SpotFunction
 class DiamondSpotFunction
          A diamond spot function.
 class LineSpotFunction
          A line spot function.
 class RoundSpotFunction
          A round spot function.
 

Methods in net.sourceforge.jiu.color.dithering with parameters of type SpotFunction
 void ClusteredDotDither.setDitherMatrix(int width, int height, SpotFunction f)
          Creates and sets a dither matrix of user-defined size and compiles it from a spot function.
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt