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

Uses in package net.sourceforge.jiu.color.dithering

Classes implementing net.sourceforge.jiu.color.dithering.SpotFunction

class
A diamond spot function.
class
A line spot function.
class
A round spot function.

Methods with parameter type net.sourceforge.jiu.color.dithering.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.