public class ColorTableListener extends java.lang.Object implements PropertyListener, ColorTableUIListener, PreviewRenderProcess
| Modifier and Type | Class and Description |
|---|---|
class |
ColorTableListener.StatusComponent |
| Constructor and Description |
|---|
ColorTableListener(ColorTablePanel colorTablePanel,
ColorTableData colorTableData)
Construye un ColorTableListener
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept()
Acciones que se ejecutaran al haber presionado el bot�n aceptar o aplicar
|
void |
actionColorTableUIChanged(IColorTableUI colorTableUI)
Evento que se dispara cuando cambia el ColorTable de un Panel de edición
|
void |
actionValueChanged(PropertyEvent e)
Evento que se dispara cuando cambia el valor de la propiedad.
|
void |
closePreviewLayer()
Cierra la capa abierta para previsualizaci�n
|
void |
equidistar()
Pone en separaciones iguales todos los valores de la tabla seleccionada
|
boolean |
isShowPreview()
Obtiene el flag que informa de si se est� mostrando la previsualizaci�n o no.
|
void |
process(DataSourcePreview rendering)
Procesado del rendering
|
void |
refreshItems(boolean isNewSelection)
Recarga la tabla de elementos
|
void |
setLastColorTableUI(IColorTableUI lastColorTableUI) |
void |
setLayer(FLyrRaster fLayer)
Asigna la capa raster de la vista
|
void |
setShowPreview(boolean showPreview)
Asigna el flag para mostrar u ocultar la preview.
|
public ColorTableListener(ColorTablePanel colorTablePanel, ColorTableData colorTableData)
colorTablePanel - public void setLayer(FLyrRaster fLayer)
fLayer - public void closePreviewLayer()
public void accept()
public void actionValueChanged(PropertyEvent e)
PropertyListeneractionValueChanged in interface PropertyListenerpublic void refreshItems(boolean isNewSelection)
isNewSelection - public void equidistar()
public void setLastColorTableUI(IColorTableUI lastColorTableUI)
lastColorTableUI - the lastColorTableUI to setpublic void actionColorTableUIChanged(IColorTableUI colorTableUI)
ColorTableUIListeneractionColorTableUIChanged in interface ColorTableUIListenerpublic void process(DataSourcePreview rendering) throws ImageUnavailableException
PreviewRenderProcessprocess in interface PreviewRenderProcessImageUnavailableExceptionpublic boolean isShowPreview()
isShowPreview in interface PreviewRenderProcesspublic void setShowPreview(boolean showPreview)
setShowPreview in interface PreviewRenderProcessshowPreview -