org.herac.tuxguitar.gui.editors
Class EditorCache

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.EditorCache

public class EditorCache
extends java.lang.Object


Constructor Summary
EditorCache()
           
 
Method Summary
 TGBeatImpl getEditBeat()
           
 TGBeatImpl getPlayBeat()
           
 TGMeasureImpl getPlayMeasure()
           
 long getPlayStart()
           
 long getPlayTick()
           
 boolean isPlaying(TGMeasure measure)
           
 boolean isPlaying(TGMeasure measure, TGBeat b)
           
 void reset()
           
 boolean shouldRedraw()
           
 void updateEditMode()
           
 void updatePlayMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorCache

public EditorCache()
Method Detail

reset

public void reset()

updateEditMode

public void updateEditMode()

updatePlayMode

public void updatePlayMode()

getEditBeat

public TGBeatImpl getEditBeat()

getPlayBeat

public TGBeatImpl getPlayBeat()

getPlayTick

public long getPlayTick()

getPlayStart

public long getPlayStart()

getPlayMeasure

public TGMeasureImpl getPlayMeasure()

shouldRedraw

public boolean shouldRedraw()

isPlaying

public boolean isPlaying(TGMeasure measure)

isPlaying

public boolean isPlaying(TGMeasure measure,
                         TGBeat b)