|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlib.tilers.SquarePixelTiler
public class SquarePixelTiler
Square tiler. Given the pixels of a side of a block,
it tiles the image into as many blocks can fit.
This is a wrapper class around RectangularPixelTiler
RectangularPixelTiler
Constructor Summary | |
---|---|
SquarePixelTiler(int blockside)
|
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 SquarePixelTiler(int blockside)
blockside
- the pixels of each side of the blockMethod 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 |