org.apache.jmeter.report.gui.action
Class ReportSaveGraphics
- Command
public class ReportSaveGraphics
SaveGraphics action is meant to be a generic reusable Action. The class will
use GUIPackage to get the current gui. Once it does, it checks to see if the
element implements Printable interface. If it does, it call getPrintable() to
get the JComponent. By default, it will use SaveGraphicsService to save a PNG
file if no extension is provided. If either .png or .tif is in the filename,
it will call SaveGraphicsService to save in the format.
SAVE_GRAPHICS
public static final String SAVE_GRAPHICS
ReportSaveGraphics
public ReportSaveGraphics()
Constructor for the Save object.
getActionNames
public Set getActionNames()
Gets the ActionNames attribute of the Save object.
- getActionNames in interface Command
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.