public interface Style extends Cloneable
| Modifier and Type | Method and 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) |
Copyright © 2015. All rights reserved.