public interface KMLRenderable extends MessageListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
preRender(KMLTraversalContext tc,
         DrawContext dc)
Pre-render this element. 
 | 
void | 
render(KMLTraversalContext tc,
      DrawContext dc)
Render this element. 
 | 
onMessagevoid preRender(KMLTraversalContext tc, DrawContext dc)
tc - the current KML traversal context.dc - the current draw context.IllegalArgumentException - if either the traversal context or the draw context is null.void render(KMLTraversalContext tc, DrawContext dc)
tc - the current KML traversal context.dc - the current draw context.IllegalArgumentException - if either the traversal context or the draw context is null.