public class ImageSlicer extends Object
Constructor and Description |
---|
ImageSlicer() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
prepare(String filename) |
int |
process(String filename) |
BufferedImage |
subdivide(BufferedImage image,
int level,
org.apache.hadoop.chukwa.hicc.XYData quadrant,
org.apache.hadoop.chukwa.hicc.XYData size,
String prefix) |
BufferedImage |
tile(BufferedImage image,
int level,
org.apache.hadoop.chukwa.hicc.XYData quadrant,
org.apache.hadoop.chukwa.hicc.XYData size,
boolean efficient) |
void |
write(BufferedImage image,
int level,
org.apache.hadoop.chukwa.hicc.XYData quadrant,
String prefix) |
public BufferedImage prepare(String filename)
public BufferedImage tile(BufferedImage image, int level, org.apache.hadoop.chukwa.hicc.XYData quadrant, org.apache.hadoop.chukwa.hicc.XYData size, boolean efficient) throws Exception
Exception
public BufferedImage subdivide(BufferedImage image, int level, org.apache.hadoop.chukwa.hicc.XYData quadrant, org.apache.hadoop.chukwa.hicc.XYData size, String prefix)
public void write(BufferedImage image, int level, org.apache.hadoop.chukwa.hicc.XYData quadrant, String prefix)
public int process(String filename)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.