Class StylePlugger
- java.lang.Object
-
- org.openjump.core.rasterimage.styler.StylePlugger
-
public class StylePlugger extends Object
This utility class plugs a given style into a raster image layer.- Author:
- AdL
-
-
Constructor Summary
Constructors Constructor Description StylePlugger(RasterImageLayer rasterImageLayer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
plug(RasterSymbology rasterSymbolizer, Raster raster)
Plugs the given style into the raster image layer.
-
-
-
Constructor Detail
-
StylePlugger
public StylePlugger(RasterImageLayer rasterImageLayer)
-
-
Method Detail
-
plug
public void plug(RasterSymbology rasterSymbolizer, Raster raster)
Plugs the given style into the raster image layer.- Parameters:
rasterSymbolizer
- the style.raster
- the raster data
-
-