org.pscode.ui.audiotrace
Class TraceColorOptions

java.lang.Object
  extended by org.pscode.ui.audiotrace.TraceColorOptions

public class TraceColorOptions
extends Object


Field Summary
 Color[] colors
           
 
Constructor Summary
TraceColorOptions()
           
 
Method Summary
 Color[] getColors()
           
 TraceColorOptions[] getDefaultColorOptions()
           
 String getName()
           
 String getShortName()
           
 void setColors(Color[] colors)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

colors

public Color[] colors
Constructor Detail

TraceColorOptions

public TraceColorOptions()
Method Detail

setName

public void setName(String name)

getName

public String getName()

setColors

public void setColors(Color[] colors)

getColors

public Color[] getColors()

toString

public String toString()
Overrides:
toString in class Object

getShortName

public String getShortName()

getDefaultColorOptions

public TraceColorOptions[] getDefaultColorOptions()
                                           throws IOException
Throws:
IOException