|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlib.tilers.AdaptiveRectangularTiler
public class AdaptiveRectangularTiler
Adaptive tiler finds its way on how to tile and split the given image. It will determine the best number of rows and columns in which to split the image.
Constructor Summary | |
---|---|
AdaptiveRectangularTiler(int initialRows,
int initialCols)
Given the rows and columns tile the image. |
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 AdaptiveRectangularTiler(int initialRows, int initialCols)
initialRows
- the initial number of rowsinitialCols
- the initial number of columnsMethod 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 |