Class RasterPainter
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.geotiff.RasterPainter
-
@Deprecated public class RasterPainter extends Object
Deprecated.replaced by geoimg code, more efficient TODO to be removed in version 2
-
-
Constructor Summary
Constructors Constructor Description RasterPainter(GeoReferencedRaster geoRaster)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description doublegetRescalingConstant()Deprecated.doublegetRescalingOffset()Deprecated.voidpaint(Graphics2D g, Viewport viewport)Deprecated.voidsetEnabled(boolean enabled)Deprecated.voidsetRescalingConstant(double x)Deprecated.voidsetRescalingOffset(double x)Deprecated.
-
-
-
Constructor Detail
-
RasterPainter
public RasterPainter(GeoReferencedRaster geoRaster)
Deprecated.
-
-
Method Detail
-
setRescalingConstant
public void setRescalingConstant(double x)
Deprecated.
-
setRescalingOffset
public void setRescalingOffset(double x)
Deprecated.
-
paint
public void paint(Graphics2D g, Viewport viewport) throws Exception
Deprecated.- Throws:
Exception
-
setEnabled
public void setEnabled(boolean enabled)
Deprecated.
-
getRescalingConstant
public double getRescalingConstant()
Deprecated.- Returns:
- Returns the rescalingConstant.
-
getRescalingOffset
public double getRescalingOffset()
Deprecated.- Returns:
- Returns the rescalingOffset.
-
-