public interface DataSourcePreview
Modifier and Type | Method and Description |
---|---|
DataSourcePreview |
cloneDataSourcePreview() |
void |
closePreviewLayer() |
void |
draw(java.awt.image.BufferedImage image,
java.awt.Graphics2D g,
double[] coords,
int w,
int h,
Cancellable cancel,
double scale) |
java.awt.geom.Rectangle2D |
getBBoxRectangle() |
double |
getCellSize() |
java.lang.Object |
getSource() |
void |
popStatus() |
void |
pushStatus() |
void draw(java.awt.image.BufferedImage image, java.awt.Graphics2D g, double[] coords, int w, int h, Cancellable cancel, double scale) throws ImageUnavailableException
ImageUnavailableException
java.awt.geom.Rectangle2D getBBoxRectangle()
double getCellSize()
void closePreviewLayer()
void pushStatus()
void popStatus()
DataSourcePreview cloneDataSourcePreview()
java.lang.Object getSource()