Package mgui.interfaces.plots
Class InterfacePlotOptions<T extends InterfacePlot<?>>
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.plots.InterfacePlotOptions<T>
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class InterfacePlotOptions<T extends InterfacePlot<?>> extends InterfaceOptions
Options for a plot object.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
-
Constructor Summary
Constructors Constructor Description InterfacePlotOptions()
InterfacePlotOptions(T plot)
-
Method Summary
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
-
plot
-
-
Constructor Details
-
InterfacePlotOptions
public InterfacePlotOptions() -
InterfacePlotOptions
-