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
      • MILLISECONDS_IN_A_DAY

        public static final long MILLISECONDS_IN_A_DAY
        Number of milliseconds in a day.
        See Also:
        Constant Field Values
      • TOP_INSET

        public static final double TOP_INSET
        Spaces around the graph - top.
        See Also:
        Constant Field Values
      • LEFT_INSET

        public static final double LEFT_INSET
        Spaces around the graph - left.
        See Also:
        Constant Field Values
      • BOTTOM_INSET

        public static final double BOTTOM_INSET
        Spaces around the graph - bottom.
        See Also:
        Constant Field Values
      • RIGHT_INSET

        public static final double RIGHT_INSET
        Spaces around the graph - right.
        See Also:
        Constant Field Values
      • COLUMNS_GAP

        public static final double COLUMNS_GAP
        The gap between columns of the chart.
        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