de.grogra.blocks.arrangeBlock
Class AverageDither

java.lang.Object
  extended by de.grogra.blocks.arrangeBlock.ArrangeBase
      extended by de.grogra.blocks.arrangeBlock.AverageDither
All Implemented Interfaces:
ArrangeMethod

public class AverageDither
extends ArrangeBase


Field Summary
 
Fields inherited from class de.grogra.blocks.arrangeBlock.ArrangeBase
maxF, prozent, xx, yy
 
Constructor Summary
AverageDither(float maxX, float maxY, float threshold, float maxThreshold, float[][] field)
           
 
Method Summary
 
Methods inherited from class de.grogra.blocks.arrangeBlock.ArrangeBase
getPointList, getXx, getYy, pointListToArrays
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AverageDither

public AverageDither(float maxX,
                     float maxY,
                     float threshold,
                     float maxThreshold,
                     float[][] field)