|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.visualization.engines.blind.BlindVizResourceUtil
public class BlindVizResourceUtil
Utility class for managing blind usability visualization resources.
Constructor Summary | |
---|---|
BlindVizResourceUtil()
|
Method Summary | |
---|---|
static File |
createTempFile(String prefix,
String suffix)
Create temporary file under the state location of this plugin |
static org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(String imageFilePath)
Get ImageDescriptor from this plugin |
static File |
getTempDirectory()
Get temporary directory under the state location of this plugin |
static void |
saveImages(String path)
Save images used in blind visualization into target path |
static void |
saveScripts(String path)
Save script files used in blind visualization into target path |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlindVizResourceUtil()
Method Detail |
---|
public static void saveImages(String path)
path
- target pathpublic static void saveScripts(String path)
path
- target pathpublic static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(String imageFilePath)
ImageDescriptor
from this plugin
imageFilePath
- file path of target image
ImageDescriptor
public static File createTempFile(String prefix, String suffix) throws Exception
prefix
- prefix of temporary filesuffix
- suffix of temporary file
File
Exception
Plugin.getStateLocation()
public static File getTempDirectory()
File
Plugin.getStateLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |