de.grogra.blocks.arrangeBlock
Class Jarvis12Dither

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

public class Jarvis12Dither
extends ArrangeBase


Field Summary
 
Fields inherited from class de.grogra.blocks.arrangeBlock.ArrangeBase
maxF, prozent, xx, yy
 
Constructor Summary
Jarvis12Dither(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

Jarvis12Dither

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