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

Packages that use RasterImageLayer
org.openjump.core.rasterimage   
org.openjump.core.ui.plugin.layer.pirolraster   
 

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.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 image, 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)