|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlib.tilers.AdaptiveSquareTiler
public class AdaptiveSquareTiler
Wrapper class around AdaptiveRectangularTiler
AdaptiveRectangularTiler
Constructor Summary | |
---|---|
AdaptiveSquareTiler(int initialBlocksOnOneSide)
|
Method Summary | |
---|---|
java.util.ArrayList<java.awt.image.BufferedImage> |
tile(java.awt.image.BufferedImage image)
Tile the given object according |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdaptiveSquareTiler(int initialBlocksOnOneSide)
Method Detail |
---|
public java.util.ArrayList<java.awt.image.BufferedImage> tile(java.awt.image.BufferedImage image)
Tiler
tile
in interface Tiler<java.awt.image.BufferedImage>
image
- the object to tile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |