Class ReferencedImageStyle
java.lang.Object
com.vividsolutions.jump.workbench.imagery.ReferencedImageStyle
- All Implemented Interfaces:
AlphaSetting, Style, Cloneable
A JUMP style that will paint images
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetAlpha()voidinitialize(Layer l) Called before #paint is applied to each Feature.booleanvoidpaint(Feature f, Graphics2D g, Viewport viewport) voidsetAlpha(int alpha) voidsetEnabled(boolean enabled)
-
Constructor Details
-
ReferencedImageStyle
public ReferencedImageStyle()
-
-
Method Details
-
paint
-
initialize
Description copied from interface:StyleCalled before #paint is applied to each Feature.- Specified by:
initializein interfaceStyle- Parameters:
l- the layer on which to apply this style
-
clone
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabledin interfaceStyle
-
isEnabled
-
getImageryLayerDataset
-
getAlpha
public int getAlpha()- Specified by:
getAlphain interfaceAlphaSetting
-
setAlpha
public void setAlpha(int alpha) - Specified by:
setAlphain interfaceAlphaSetting
-