Interface KMLRenderable

    • Method Detail

      • preRender

        void preRender​(KMLTraversalContext tc,
                       DrawContext dc)
        Pre-render this element.
        Parameters:
        tc - the current KML traversal context.
        dc - the current draw context.
        Throws:
        java.lang.IllegalArgumentException - if either the traversal context or the draw context is null.
      • render

        void render​(KMLTraversalContext tc,
                    DrawContext dc)
        Render this element.
        Parameters:
        tc - the current KML traversal context.
        dc - the current draw context.
        Throws:
        java.lang.IllegalArgumentException - if either the traversal context or the draw context is null.