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 VideovideoInterfaceGraphic<?>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, writeXMLMethods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods 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:InterfaceIOOptionsSets the object on which to perform an I/O operation- Specified by:
setObjectin classInterfaceIOOptions- Throws:
java.lang.ClassCastException- ifobjis the wrong class for this options instance
-