Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
void |
initialize(Layer layer)
Called before #paint is applied to each Feature.
|
static DummyStyle |
instance() |
boolean |
isEnabled() |
void |
paint(Feature f,
java.awt.Graphics2D g,
Viewport viewport) |
void |
setEnabled(boolean enabled) |
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
public boolean isEnabled()
public static DummyStyle instance()