Class StandardDialScale

    • Constructor Detail

      • StandardDialScale

        public StandardDialScale​(double lowerBound,
                                 double upperBound,
                                 double startAngle,
                                 double extent,
                                 double majorTickIncrement,
                                 int minorTickCount)
        Creates a new instance.
        Parameters:
        lowerBound - the lower bound of the scale.
        upperBound - the upper bound of the scale.
        startAngle - the start angle (in degrees, using the same orientation as Java's Arc2D class).
        extent - the extent (in degrees, counter-clockwise).
        majorTickIncrement - the interval between major tick marks (must be > 0).
        minorTickCount - the number of minor ticks between major tick marks.