dguitar.gui
Interface OptionsDisplay

All Known Implementing Classes:
Bar, BarPanel, DGuitar, SlideLabel, SongInternalFrame, SongPanel

public interface OptionsDisplay

Any object that wants to allow its DisplayOptions to be changed/read should implement this interface

Author:
Mauricio Gracia G

Method Summary
 DisplayOptions getDisplayOptions()
           
 void setDisplayOptions(DisplayOptions aDisplayOptions)
           
 

Method Detail

setDisplayOptions

public void setDisplayOptions(DisplayOptions aDisplayOptions)

getDisplayOptions

public DisplayOptions getDisplayOptions()