Constructor and Description |
---|
DelegatingStyle() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
void |
initialize(Layer layer)
Called before #paint is applied to each Feature.
|
boolean |
isEnabled() |
void |
paint(Feature f,
java.awt.Graphics2D g,
Viewport viewport) |
void |
setEnabled(boolean enabled) |
DelegatingStyle |
setStyle(Style style) |
public DelegatingStyle setStyle(Style style)
public void paint(Feature f, java.awt.Graphics2D g, Viewport viewport) throws java.lang.Exception
public void initialize(Layer layer)
Style
initialize
in interface Style
public java.lang.Object clone()
public void setEnabled(boolean enabled)
setEnabled
in interface Style