Class JxnRealArrayCurve

    • Method Detail

      • setSize

        public static int setSize​(int newSize)
        Changes the default size for curve symbols.
        Returns:
        old size
      • setLimiter

        public static boolean setLimiter​(boolean limit)
        Controls if to exclude outliers from automatic scaling. By default the automatic scaling determines the ends of the axes so that all values are shown in the diagram. Use JxnRealArrayCurve.setLimiter(true) to allow to exclude outliers from the scaling to avoid that isolated extreme values dominate.
        Returns:
        old value
      • paint

        public void paint​(KmgGraphicsScaler sk)
        Description copied from interface: KmgXYPainter
        Paints the graphical object (called internally).