Class RendererState

    • Method Detail

      • getElementHinting

        public boolean getElementHinting()
        Returns the flag that controls whether or not the renderer should add rendering hints to the output that identify chart elements.
        Returns:
        A boolean.
      • setElementHinting

        public void setElementHinting​(boolean hinting)
        Sets the elementHinting flag.
        Parameters:
        hinting - the new flag value.
      • getEntityCollection

        public EntityCollection getEntityCollection()
        A convenience method that returns a reference to the entity collection (may be null) being used to record chart entities.
        Returns:
        The entity collection (possibly null).