Class DelegatingStyle
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.DelegatingStyle
-
-
Constructor Summary
Constructors Constructor Description DelegatingStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
void
initialize(Layer layer)
Called before #paint is applied to each Feature.boolean
isEnabled()
void
paint(Feature f, Graphics2D g, Viewport viewport)
void
setEnabled(boolean enabled)
DelegatingStyle
setStyle(Style style)
-
-
-
Method Detail
-
setStyle
public DelegatingStyle setStyle(Style style)
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws Exception
-
initialize
public void initialize(Layer layer)
Description copied from interface:Style
Called before #paint is applied to each Feature.- Specified by:
initialize
in interfaceStyle
-
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled
in interfaceStyle
-
-