Package mgui.io.domestic.videos
Class VideoOutputOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.videos.VideoOutputOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
- Direct Known Subclasses:
ImageStackVideoOptions
public abstract class VideoOutputOptions extends InterfaceIOOptions
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields Modifier and Type Field Description Video
video
InterfaceGraphic<?>
window
-
Constructor Summary
Constructors Constructor Description VideoOutputOptions()
-
Method Summary
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getFileChooser, getFileChooser, getFiles, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFiles, setFromComplementaryOptions, writeXML, writeXML, writeXML
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
video
-
window
-
-
Constructor Details
-
VideoOutputOptions
public VideoOutputOptions()
-
-
Method Details
-
setVideo
-
getVideo
-
setObject
Description copied from class:InterfaceIOOptions
Sets the object on which to perform an I/O operation- Specified by:
setObject
in classInterfaceIOOptions
- Throws:
java.lang.ClassCastException
- ifobj
is the wrong class for this options instance
-