Class DummyStyle
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.renderer.style.DummyStyle
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidinitialize(Layer layer)Called before #paint is applied to each Feature.static DummyStyleinstance()booleanisEnabled()voidpaint(Feature f, Graphics2D g, Viewport viewport)voidsetEnabled(boolean enabled)
-
-
-
Method Detail
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws Exception
-
initialize
public void initialize(Layer layer)
Description copied from interface:StyleCalled before #paint is applied to each Feature.- Specified by:
initializein interfaceStyle- Parameters:
layer- the layer on which to apply this style
-
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabledin interfaceStyle
-
isEnabled
public boolean isEnabled()
-
instance
public static DummyStyle instance()
-
-