Class mstSnapshot


  • public class mstSnapshot
    extends java.lang.Object
    Author:
    K. Hinsch -mst1- &task Creates a snapshot from the screen to print to logbook
    • Constructor Summary

      Constructors 
      Constructor Description
      mstSnapshot()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.image.BufferedImage captureWindow​(int x, int y, int width, int height)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • mstSnapshot

        public mstSnapshot()
    • Method Detail

      • captureWindow

        public java.awt.image.BufferedImage captureWindow​(int x,
                                                          int y,
                                                          int width,
                                                          int height)