public interface Overlay
Modifier and Type | Method and Description |
---|---|
void |
drawThematicElement(K2DElement elem,
GraphicsRef gr,
K2DTransform t)
Draws the geometry with the appropriate style based on the attribute values
of the specified element.
|
boolean |
isDrawable(K2DElement elem) |
void drawThematicElement(K2DElement elem, GraphicsRef gr, K2DTransform t)
elem
- the element on which the thematic is appliedgr
- the graphics reference object to be used to drawt
- the 2D transformation to be usedboolean isDrawable(K2DElement elem)