Class LineRenderer.RendererGlyph

  • Enclosing class:
    LineRenderer

    public static class LineRenderer.RendererGlyph
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • setGlyph

        public void setGlyph​(Glyph glyph)
        Sets the glyph of the object.
        Parameters:
        glyph - glyph
      • getGlyph

        public Glyph getGlyph()
        Retrieves the glyph of the object.
        Returns:
        glyph
      • setRenderer

        public void setRenderer​(TextRenderer renderer)
        Sets the renderer of the object.
        Parameters:
        renderer - renderer
      • getRenderer

        public TextRenderer getRenderer()
        Retrieves the renderer of the object.
        Returns:
        renderer