de.grogra.blocks.arrangeBlock
Class ArrangeBase

java.lang.Object
  extended by de.grogra.blocks.arrangeBlock.ArrangeBase
All Implemented Interfaces:
ArrangeMethod
Direct Known Subclasses:
AverageDither, BayerDither, ClassicalDither, DotByDotDither, FloydSteinberg, HilbertDither, Jarvis12Dither, LineScreenDither, RandomDither, SpiralDither, Stucki12Dither, Stucki6Dither

public abstract class ArrangeBase
extends java.lang.Object
implements ArrangeMethod


Field Summary
static int maxF
           
static float prozent
           
protected  float[] xx
           
protected  float[] yy
           
 
Constructor Summary
ArrangeBase()
           
 
Method Summary
 raskob.geometry.PointArrayList getPointList()
           
 float[] getXx()
           
 float[] getYy()
           
protected  void pointListToArrays()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxF

public static final int maxF
See Also:
Constant Field Values

prozent

public static final float prozent
See Also:
Constant Field Values

xx

protected float[] xx

yy

protected float[] yy
Constructor Detail

ArrangeBase

public ArrangeBase()
Method Detail

getPointList

public raskob.geometry.PointArrayList getPointList()

getXx

public float[] getXx()
Specified by:
getXx in interface ArrangeMethod

getYy

public float[] getYy()
Specified by:
getYy in interface ArrangeMethod

pointListToArrays

protected void pointListToArrays()