| 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)
Styleinitialize in interface Stylepublic java.lang.Object clone()
public void setEnabled(boolean enabled)
setEnabled in interface Stylepublic boolean isEnabled()
public static DummyStyle instance()