src
Class ColorDistribution

java.lang.Object
  extended by src.ColorDistribution

public class ColorDistribution
extends java.lang.Object


Constructor Summary
ColorDistribution()
           
 
Method Summary
 java.util.ArrayList<int[]> distribute(int n, int x_before, int x_after, int y_before, int y_after, int z_before, int z_after)
           
 int findScale(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorDistribution

public ColorDistribution()
Method Detail

distribute

public java.util.ArrayList<int[]> distribute(int n,
                                             int x_before,
                                             int x_after,
                                             int y_before,
                                             int y_after,
                                             int z_before,
                                             int z_after)

findScale

public int findScale(int n)