Interface Renderable

    • Method Detail

      • render

        void render​(DrawContext dc)
        Causes this Renderable to render itself using the provided draw context.
        Parameters:
        dc - the DrawContext to be used
        Throws:
        java.lang.IllegalArgumentException - if the draw context is null.
        See Also:
        DrawContext