Uses of Interface
com.coswald.jtalker.gui.Colorizer
-
Packages that use Colorizer Package Description com.coswald.jtalker.gui All GUI elements for the JTalker application. -
-
Uses of Colorizer in com.coswald.jtalker.gui
Classes in com.coswald.jtalker.gui that implement Colorizer Modifier and Type Class Description class
CanvasPanel
A panel that allows drawing on it using a mouse.class
ColorChooserPanel
A panel that allows the selection of one color.Methods in com.coswald.jtalker.gui with parameters of type Colorizer Modifier and Type Method Description void
ColorChooserPanel. addColorUpdater(Colorizer colorizer)
Adds aColorUpdater
to thisColorChooserPanel
.Constructors in com.coswald.jtalker.gui with parameters of type Colorizer Constructor Description ColorUpdater(Colorizer colorizer)
Constructs an updater that updates a given colorizer.
-