Class Constants


  • public final class Constants
    extends Object
    Defines the variables with pre-defined values.
    • Field Detail

      • DEFAULT_WIDTH

        public static final int DEFAULT_WIDTH
        Default width of the Graph.
        See Also:
        Constant Field Values
      • DEFAULT_HEIGHT

        public static final int DEFAULT_HEIGHT
        Default height of the Graph.
        See Also:
        Constant Field Values
      • DEFAULT_DAYS_NUMBER

        public static final int DEFAULT_DAYS_NUMBER
        Default number of days of the Graph.
        See Also:
        Constant Field Values
      • FOREGROUND_ALPHA

        public static final float FOREGROUND_ALPHA
        The default foreground alpha transparency.
        See Also:
        Constant Field Values
      • UPPER_BOUND

        public static final int UPPER_BOUND
        The chart upper bound value.
        See Also:
        Constant Field Values
      • LOWER_BOUND

        public static final int LOWER_BOUND
        The chart lower bound value.
        See Also:
        Constant Field Values
      • LINE_THICKNESS

        public static final float LINE_THICKNESS
        The chart line thickness value.
        See Also:
        Constant Field Values
      • DEFAULT_MARGIN

        public static final double DEFAULT_MARGIN
        The chart default margin value.
        See Also:
        Constant Field Values