Class OpenJpegImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.openjpeg.OpenJpegImage
-
- All Implemented Interfaces:
ReferencedImage
,Disposable
,AlphaSetting
public class OpenJpegImage extends Object implements ReferencedImage, AlphaSetting, Disposable
AReferencedImage
for ECW files
-
-
Field Summary
Fields Modifier and Type Field Description protected BufferedImage
cachedImage
-
Constructor Summary
Constructors Constructor Description OpenJpegImage(String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
dispose()
int
getAlpha()
org.locationtech.jts.geom.Envelope
getEnvelope()
String
getLoader()
String
getType()
void
paint(Feature f, Graphics2D g, Viewport viewport)
void
setAlpha(int alpha)
-
-
-
Field Detail
-
cachedImage
protected BufferedImage cachedImage
-
-
Method Detail
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope() throws ReferencedImageException
- Specified by:
getEnvelope
in interfaceReferencedImage
- Throws:
ReferencedImageException
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws ReferencedImageException
- Specified by:
paint
in interfaceReferencedImage
- Throws:
ReferencedImageException
-
close
public void close()
-
getType
public String getType()
- Specified by:
getType
in interfaceReferencedImage
-
getLoader
public String getLoader()
- Specified by:
getLoader
in interfaceReferencedImage
-
getAlpha
public int getAlpha()
- Specified by:
getAlpha
in interfaceAlphaSetting
-
setAlpha
public void setAlpha(int alpha)
- Specified by:
setAlpha
in interfaceAlphaSetting
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceDisposable
-
-