Uses of Class
org.openjump.core.rasterimage.RasterImageLayer

Packages that use RasterImageLayer
com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. 
org.openjump.core.rasterimage   
org.openjump.core.rasterimage.sextante   
org.openjump.core.ui.plugin.layer.pirolraster   
org.openjump.core.ui.plugin.raster.color   
 

Uses of RasterImageLayer in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin with parameters of type RasterImageLayer
 void PlugInContext.addLayerSextanteRaster(java.lang.String categoryName, RasterImageLayer raster)
           
 

Uses of RasterImageLayer in org.openjump.core.rasterimage
 

Methods in org.openjump.core.rasterimage that return RasterImageLayer
protected  RasterImageLayer RasterImageRenderer.getRasterImageLayer()
           
 

Uses of RasterImageLayer in org.openjump.core.rasterimage.sextante
 

Methods in org.openjump.core.rasterimage.sextante with parameters of type RasterImageLayer
 void OpenJUMPSextanteRasterLayer.create(RasterImageLayer layer)
           
 void OpenJUMPSextanteRasterLayer.create(RasterImageLayer layer, boolean loadFromFile)
           
 

Uses of RasterImageLayer in org.openjump.core.ui.plugin.layer.pirolraster
 

Fields in org.openjump.core.ui.plugin.layer.pirolraster declared as RasterImageLayer
protected  RasterImageLayer RasterImageLayerControllPanel.rasterImageLayer
           
 

Methods in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type RasterImageLayer
protected  boolean ExtractSelectedPartOfImage.putImageIntoMap(java.awt.image.BufferedImage partOfImage, java.awt.image.Raster partOfRaster, com.vividsolutions.jts.geom.Envelope envelope, RasterImageLayer rLayer, PlugInContext context)
           
 

Constructors in org.openjump.core.ui.plugin.layer.pirolraster with parameters of type RasterImageLayer
ChangeRasterImageStyleDialog(RasterImageLayer rasterImageLayer, java.awt.Frame parent, java.lang.String title, boolean modal)
          This is the default constructor
RasterImageLayerControllPanel(RasterImageLayer rasterImageLayer)
           
 

Uses of RasterImageLayer in org.openjump.core.ui.plugin.raster.color
 

Methods in org.openjump.core.ui.plugin.raster.color that return RasterImageLayer
 RasterImageLayer RasterColorEditor.getRasterImageLayer()
           
 

Methods in org.openjump.core.ui.plugin.raster.color with parameters of type RasterImageLayer
 void RasterColorEditorDialog.setLayer(RasterImageLayer actualLayer)
           
 void RasterColorEditor.setRasterLayer(RasterImageLayer Rlayer)
           
 

Constructors in org.openjump.core.ui.plugin.raster.color with parameters of type RasterImageLayer
RasterColorEditor(RasterImageLayer Rlayer)
           
RasterColorEditorDialog(PlugInContext context, RasterImageLayer actualLayer)