|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlib.tilers.AdaptiveTriangularTiler
public class AdaptiveTriangularTiler
Adaptive tiler finds its way on how to tile and split the given image. It will determine the best (best effort) way to split the image in triangles.
Constructor Summary | |
---|---|
AdaptiveTriangularTiler()
|
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 AdaptiveTriangularTiler()
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 |