Class RespTimeGraphLineBean


  • public class RespTimeGraphLineBean
    extends Object
    Bean to represent information about a graph line
    • Constructor Detail

      • RespTimeGraphLineBean

        public RespTimeGraphLineBean​(String label,
                                     Color lineColor)
        Parameters:
        label - The label for this line
        lineColor - The Color for this line
    • Method Detail

      • getLabel

        public String getLabel()
        Returns:
        the label
      • setLabel

        public void setLabel​(String label)
        Parameters:
        label - the label to set
      • getLineColor

        public Color getLineColor()
        Returns:
        the lineColor
      • setLineColor

        public void setLineColor​(Color lineColor)
        Parameters:
        lineColor - the lineColor to set