org.concord.util
Interface ValueGraph

All Known Implementing Classes:
BarGraph, Gauge, LineGraph

public interface ValueGraph


Field Summary
static java.awt.Color[] colors
           
 
Method Summary
 java.awt.Color getColor(int index)
           
 void setColor(java.awt.Color color, int index)
           
 void updateValue(double x)
           
 void updateValue(double x, int index)
           
 void updateValue(float x)
           
 void updateValue(float x, int index)
           
 

Field Detail

colors

public static final java.awt.Color[] colors
Method Detail

setColor

public void setColor(java.awt.Color color,
                     int index)

getColor

public java.awt.Color getColor(int index)

updateValue

public void updateValue(float x,
                        int index)

updateValue

public void updateValue(double x,
                        int index)

updateValue

public void updateValue(float x)

updateValue

public void updateValue(double x)