Interface KmgXYPainter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      KmgDoubleBounds getKmgDoubleBounds()
      Returns the bounds of the graphical object (called internally).
      void paint​(KmgGraphicsScaler sk)
      Paints the graphical object (called internally).
    • Method Detail

      • getKmgDoubleBounds

        KmgDoubleBounds getKmgDoubleBounds()
        Returns the bounds of the graphical object (called internally).
      • paint

        void paint​(KmgGraphicsScaler sk)
        Paints the graphical object (called internally).