Class DummyStyle
- java.lang.Object
-
- org.locationtech.jts.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
-
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabledin interfaceStyle
-
instance
public static DummyStyle instance()
-
-