de.jdemo.capture.gui
Class GuiDemoCapture

java.lang.Object
  extended by de.jdemo.capture.gui.GuiDemoCapture

public class GuiDemoCapture
extends java.lang.Object

Author:
Markus Gebhard

Constructor Summary
GuiDemoCapture()
           
 
Method Summary
 java.awt.image.BufferedImage capture(DemoIdentifier demoId, boolean includeFrameTitle)
           
 void capture(DemoIdentifier demoId, boolean includeFrameTitle, java.lang.String imageFormat, java.io.File file)
           
 void capture(IDemoCase demo, boolean includeFrameTitle, java.lang.String imageFormat, java.io.File outputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiDemoCapture

public GuiDemoCapture()
Method Detail

capture

public java.awt.image.BufferedImage capture(DemoIdentifier demoId,
                                            boolean includeFrameTitle)
                                     throws DemoCaptureException,
                                            DemoClassNotFoundException
Throws:
DemoCaptureException
DemoClassNotFoundException

capture

public void capture(DemoIdentifier demoId,
                    boolean includeFrameTitle,
                    java.lang.String imageFormat,
                    java.io.File file)
             throws DemoCaptureException,
                    DemoClassNotFoundException,
                    java.io.IOException
Throws:
DemoCaptureException
DemoClassNotFoundException
java.io.IOException

capture

public void capture(IDemoCase demo,
                    boolean includeFrameTitle,
                    java.lang.String imageFormat,
                    java.io.File outputFile)
             throws java.io.IOException,
                    DemoCaptureException
Throws:
java.io.IOException
DemoCaptureException


JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.