net.sourceforge.jiu.color.dithering

Class LineSpotFunction

Implemented Interfaces:
SpotFunction

public class LineSpotFunction
extends java.lang.Object
implements SpotFunction

A line spot function.
Author:
Marco Schmidt
Since:
0.9.0
See Also:
ClusteredDotDither

Method Summary

double
compute(double x, double y)
boolean
isBalanced()

Method Details

compute

public double compute(double x,
                      double y)
Specified by:
compute in interface SpotFunction

isBalanced

public boolean isBalanced()
Specified by:
isBalanced in interface SpotFunction