Uses of Class
org.wegra.awt.graph.Palette

Packages that use Palette
org.wegra.awt.graph   
org.wegra.mon.mem.ui   
 

Uses of Palette in org.wegra.awt.graph
 

Subclasses of Palette in org.wegra.awt.graph
static class BarGraph.Palette
          Default palette for BarGraph component.
static class HistoryGraph.Palette
          Default palette for HistoryGraph component.
 

Fields in org.wegra.awt.graph declared as Palette
protected  Palette WComponent.fPalette
          palette
 

Methods in org.wegra.awt.graph that return Palette
 Palette WComponent.getPalette()
          Returns current palette.
 

Methods in org.wegra.awt.graph with parameters of type Palette
 void WComponent.setPalette(Palette palette)
          Sets new palette.
protected  void WComponent.validatePalette(Palette palette)
          Validates given palette.
 

Uses of Palette in org.wegra.mon.mem.ui
 

Subclasses of Palette in org.wegra.mon.mem.ui
static class MmPanel.Palette
          Palette class for MmPanel.