com.vividsolutions.jump.workbench.imagery
Class ReferencedImageStyle
java.lang.Object
com.vividsolutions.jump.workbench.imagery.ReferencedImageStyle
- All Implemented Interfaces:
- Style, java.lang.Cloneable
public class ReferencedImageStyle
- extends java.lang.Object
- implements Style
A JUMP style that will paint images
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferencedImageStyle
public ReferencedImageStyle()
paint
public void paint(Feature f,
java.awt.Graphics2D g,
Viewport viewport)
throws java.lang.Exception
- Specified by:
paint in interface Style
- Throws:
java.lang.Exception
initialize
public void initialize(Layer l)
- Description copied from interface:
Style
- Called before #paint is applied to each Feature.
- Specified by:
initialize in interface Style
clone
public java.lang.Object clone()
- Specified by:
clone in interface Style- Overrides:
clone in class java.lang.Object
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled in interface Style
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface Style
getImageryLayerDataset
public ImageryLayerDataset getImageryLayerDataset()