Class Rendering


  • public class Rendering
    extends Object
    Instructions for rendering the data.
    • Constructor Detail

      • Rendering

        public Rendering()
    • Method Detail

      • type

        public RenderingType type()
        Get rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.
        Returns:
        the type value
      • withType

        public Rendering withType​(RenderingType type)
        Set rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance'.
        Parameters:
        type - the type value to set
        Returns:
        the Rendering object itself.
      • title

        public String title()
        Get title of data.
        Returns:
        the title value
      • withTitle

        public Rendering withTitle​(String title)
        Set title of data.
        Parameters:
        title - the title value to set
        Returns:
        the Rendering object itself.
      • description

        public String description()
        Get description of the data that will help it be interpreted.
        Returns:
        the description value
      • withDescription

        public Rendering withDescription​(String description)
        Set description of the data that will help it be interpreted.
        Parameters:
        description - the description value to set
        Returns:
        the Rendering object itself.