public class PreviewRequestManager extends java.lang.Object implements IClientImageNavigator
| Constructor and Description |
|---|
PreviewRequestManager(PreviewRenderProcess renderProcess,
DataSourcePreview layer)
Construye un ColorTableListener
|
| Modifier and Type | Method and Description |
|---|---|
void |
closePreviewLayer()
Cierra la capa abierta para previsualización
|
void |
drawImage(java.awt.Graphics2D g,
double x1,
double y1,
double x2,
double y2,
double zoom,
int width,
int height)
Metodo que es invocado cuando ImageNavigator va a pintar la imagen.
|
void |
messageBoxError(java.lang.String msg,
java.lang.Object parentWindow,
java.lang.Exception exception)
Shows a error dialog with a text and a accept button
|
public PreviewRequestManager(PreviewRenderProcess renderProcess, DataSourcePreview layer)
- public void closePreviewLayer()
public void drawImage(java.awt.Graphics2D g,
double x1,
double y1,
double x2,
double y2,
double zoom,
int width,
int height)
throws ImageUnavailableException
IClientImageNavigatordrawImage in interface IClientImageNavigatorImageUnavailableExceptionpublic void messageBoxError(java.lang.String msg,
java.lang.Object parentWindow,
java.lang.Exception exception)
msg - Message to show in the dialogparentWindow - Parent window