edu.swri.swiftvis.plot.util
Class FillOptions

java.lang.Object
  extended by 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.
 
Field Summary
private  FillOptions.FillChooser chooser
           
private  java.awt.Color currentPaint
           
private static long serialVersionUID
           
private  FillUser user
           
 
Constructor Summary
FillOptions(FillUser o, java.awt.Color p)
           
 
Method Summary
 void edit()
           
 java.awt.Color getColor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FillOptions

public FillOptions(FillUser o,
                   java.awt.Color p)
Method Detail

edit

public void edit()

getColor

public java.awt.Color getColor()