Class StylePlugger
java.lang.Object
org.openjump.core.rasterimage.styler.StylePlugger
This utility class plugs a given style into a raster image layer.
- Author:
- AdL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidplug(RasterSymbology rasterSymbolizer, Raster raster) Plugs the given style into the raster image layer.
-
Constructor Details
-
StylePlugger
-
-
Method Details
-
plug
Plugs the given style into the raster image layer.- Parameters:
rasterSymbolizer- the style.raster- the raster data
-