Class GraphConfiguration


public class GraphConfiguration extends InstanceConfiguration
The class GraphConfiguration describes a configuration of a graph.
Since:
3.0
  • Constructor Details

    • GraphConfiguration

      public GraphConfiguration()
  • Method Details

    • excludesControllers

      public final boolean excludesControllers()
      Checks if controller samples have to be filtered.
      Returns:
      true if controller samples have to be filtered; false otherwise.
    • setExcludeControllers

      public final void setExcludeControllers(boolean excludeControllers)
      Sets a switch used to check if controller samples have to be filtered.
      Parameters:
      excludeControllers - the switch value to set
    • getTitle

      public final String getTitle()
      Gets the title of the graph.
      Returns:
      the title of the graph
    • setTitle

      public final void setTitle(String title)
      Sets the title of the graph.
      Parameters:
      title - the title of the graph to set