TEMERITY

us.temerity.pipeline.plugin.XImageEditor.v2_2_1
Class XImageEditor

java.lang.Object
  extended by us.temerity.pipeline.Named
      extended by us.temerity.pipeline.PluginID
          extended by us.temerity.pipeline.BasePlugin
              extended by us.temerity.pipeline.BaseEditor
                  extended by us.temerity.pipeline.SimpleEditor
                      extended by us.temerity.pipeline.plugin.XImageEditor.v2_2_1.XImageEditor
All Implemented Interfaces:
Serializable, Cloneable, Comparable<PluginID>, Glueable

public class XImageEditor
extends SimpleEditor

The Radiance HDR image viewer.

See the Radiance documentation for ximage(1) for details.

On Mac OS X, the X11 server must already be running before launching ximage(1) with this editor plugin in order to view the HDR image.

On Windows, the "winimage.exe" program is used to display images. This Windows equivalent to ximage is part of the Desktop Radiance package.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class us.temerity.pipeline.BasePlugin
pDescription
 
Fields inherited from class us.temerity.pipeline.PluginID
pVendor, pVersionID
 
Fields inherited from class us.temerity.pipeline.Named
pName
 
Constructor Summary
XImageEditor()
           
 
Method Summary
 String getProgram()
          Gets the name of the editor executable.
 
Methods inherited from class us.temerity.pipeline.SimpleEditor
launch, prep
 
Methods inherited from class us.temerity.pipeline.BaseEditor
cleanupLater, clone, createTemp, equals, getPluginType, hasPrepMethod, ignoreExitCode, makeWorkingDirs, setProgram
 
Methods inherited from class us.temerity.pipeline.BasePlugin
addSupport, compareTo, getDescription, getFullMessage, getPluginID, getResource, getResources, getResourceSize, getSupports, isUnderDevelopment, removeSupport, setSupports, supports, toString, underDevelopment
 
Methods inherited from class us.temerity.pipeline.PluginID
fromGlue, getVendor, getVersionID, toGlue
 
Methods inherited from class us.temerity.pipeline.Named
getName
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XImageEditor

public XImageEditor()
Method Detail

getProgram

public String getProgram()
Gets the name of the editor executable.

Overrides:
getProgram in class BaseEditor

TEMERITY