java.lang.Object
de.grogra.blocks.arrangeBlock.ArrangeBase
de.grogra.blocks.arrangeBlock.ClassicalDither
- All Implemented Interfaces:
ArrangeMethod
-
Field Summary
Fields inherited from class de.grogra.blocks.arrangeBlock.ArrangeBase
maxF, prozent, xx, yy
-
Constructor Summary
ConstructorDescriptionClassicalDither
(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
-
Constructor Details
-
ClassicalDither
public ClassicalDither(float maxX, float maxY, float threshold, float maxThreshold, float[][] field)
-