edu.swri.swiftvis.plot.util
Class FillOptions
java.lang.Object
edu.swri.swiftvis.plot.util.FillOptions
- All Implemented Interfaces:
- java.io.Serializable
public class FillOptions
- extends java.lang.Object
- implements java.io.Serializable
This class basically just stores the settings for a Paint so that they can
be edited and so that multiple different draw objects can use this code.
- See Also:
- Serialized Form
Nested Class Summary |
private class |
FillOptions.FillChooser
This class is for a window that is used to alter fill settings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
user
private FillUser user
chooser
private transient FillOptions.FillChooser chooser
currentPaint
private java.awt.Color currentPaint
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FillOptions
public FillOptions(FillUser o,
java.awt.Color p)
edit
public void edit()
getColor
public java.awt.Color getColor()