|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoders.DifferenceExpansion
public class DifferenceExpansion
| Field Summary | |
|---|---|
static BitSequence |
END_OF_MAP
|
| Constructor Summary | |
|---|---|
DifferenceExpansion()
|
|
| Method Summary | |
|---|---|
static java.util.ArrayList<DEPixelPair> |
getPairs(Bitmap bitmap,
boolean horizontal)
Returns a complete ordered list of pixel pairs in an order specified by the any parameters, for the current layer. |
static java.util.ArrayList<DEPixelPair> |
getRandomPairs(Bitmap bitmap,
long seed)
Returns a complete list of pixel pairs where the pixels in each pair are selected pseudorandomly from the bitmap using the specified seed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BitSequence END_OF_MAP
| Constructor Detail |
|---|
public DifferenceExpansion()
| Method Detail |
|---|
public static java.util.ArrayList<DEPixelPair> getPairs(Bitmap bitmap,
boolean horizontal)
public static java.util.ArrayList<DEPixelPair> getRandomPairs(Bitmap bitmap,
long seed)
bitmap - seed -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||