genegui
Interface OptionsPanelInterface

All Known Implementing Classes:
TimeGraph

public interface OptionsPanelInterface

Interface for communicating with either TimeGraph of Graph Panel class


Method Summary
 void setGridOn(boolean b)
          Turns grid display on or off.
 void setGridSpacing(int spacing)
          Set spacing for grid pattern.
 void setLegendOn(boolean b)
          Turns legend display on or off.
 void setRangeOn(boolean b)
          Turns range display on or off.
 void setXScale(float scale)
          Set scale of X axis
 void setYScale(float scale)
          Set scale of Y axis
 

Method Detail

setGridOn

public void setGridOn(boolean b)
Turns grid display on or off.


setGridSpacing

public void setGridSpacing(int spacing)
Set spacing for grid pattern.


setLegendOn

public void setLegendOn(boolean b)
Turns legend display on or off.


setRangeOn

public void setRangeOn(boolean b)
Turns range display on or off.


setXScale

public void setXScale(float scale)
Set scale of X axis


setYScale

public void setYScale(float scale)
Set scale of Y axis