com.cosylab.vdct.graphics
Class ColorChooser

java.lang.Object
  extended by com.cosylab.vdct.graphics.ColorChooser

public class ColorChooser
extends java.lang.Object


Constructor Summary
ColorChooser()
           
 
Method Summary
static java.awt.Color getColor(java.lang.String selectTitle, java.awt.Color color)
           
static javax.swing.JColorChooser getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorChooser

public ColorChooser()
Method Detail

getInstance

public static javax.swing.JColorChooser getInstance()

getColor

public static java.awt.Color getColor(java.lang.String selectTitle,
                                      java.awt.Color color)