Interface Painter

  • All Known Implementing Classes:
    SwingPainter

    public interface Painter
    Interface for plot output.
    Since:
    22 Apr 2008
    Author:
    Mark Taylor
    • Method Detail

      • paintPicture

        void paintPicture​(Picture picture)
                   throws java.io.IOException
        Export the graphics contained in a Picture.
        Parameters:
        picture - graphics to export
        Throws:
        java.io.IOException