public class GuiDemoCapture
extends java.lang.Object
Constructor and Description |
---|
GuiDemoCapture() |
Modifier and Type | Method and Description |
---|---|
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) |
public java.awt.image.BufferedImage capture(DemoIdentifier demoId, boolean includeFrameTitle) throws DemoCaptureException, DemoClassNotFoundException
public void capture(DemoIdentifier demoId, boolean includeFrameTitle, java.lang.String imageFormat, java.io.File file) throws DemoCaptureException, DemoClassNotFoundException, java.io.IOException
DemoCaptureException
DemoClassNotFoundException
java.io.IOException
public void capture(IDemoCase demo, boolean includeFrameTitle, java.lang.String imageFormat, java.io.File outputFile) throws java.io.IOException, DemoCaptureException
java.io.IOException
DemoCaptureException
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.