Uses of Interface
org.wegra.awt.graph.PaletteId

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

Uses of PaletteId in org.wegra.awt.graph
 

Fields in org.wegra.awt.graph declared as PaletteId
static PaletteId Palette.BACKGROUND
           
static PaletteId Palette.FOREGROUND
           
static PaletteId HistoryGraph.BACKGROUND
          [PaletteID] background
static PaletteId HistoryGraph.HISTORY
          [PaletteID] history
static PaletteId HistoryGraph.MATRIX
          [PaletteID] matrix
static PaletteId BarGraph.BACKGROUND
          [PaletteID] background
static PaletteId BarGraph.USED
          [PaletteID] used
static PaletteId BarGraph.FREE
          [PaletteID] free
 

Methods in org.wegra.awt.graph with parameters of type PaletteId
 java.awt.Color Palette.getColor(PaletteId id)
          Returns specified color.
 void Palette.setColor(PaletteId id, java.awt.Color color)
          Sets specified color.
 

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

Fields in org.wegra.mon.mem.ui declared as PaletteId
static PaletteId MmPanel.BACKGROUND
          [PaletteID] background
static PaletteId MmPanel.HISTORY
          [PaletteID] history (using history graph)
static PaletteId MmPanel.MATRIX
          [PaletteID] matrix (using history graph)
static PaletteId MmPanel.USED
          [PaletteID] used memory (using bar graph)
static PaletteId MmPanel.FREE
          [PaletteID] free memory (using bar graph)