org.rubato.rubettes.bigbang.view.subview.multitouch
Class MTDisplayContents

java.lang.Object
  extended by org.rubato.rubettes.bigbang.view.subview.DisplayContents
      extended by org.rubato.rubettes.bigbang.view.subview.multitouch.MTDisplayContents

public class MTDisplayContents
extends DisplayContents


Constructor Summary
MTDisplayContents(BigBangPlayer player)
           
 
Method Summary
 double getMaxVisibleX()
           
 double getMaxVisibleY()
           
 double getMinVisibleX()
           
 double getMinVisibleY()
           
 double translateXDenotatorValue(double value)
           
 double translateYDenotatorValue(double value)
           
 void updateNoteBounds()
           
 
Methods inherited from class org.rubato.rubettes.bigbang.view.subview.DisplayContents
centerView, changeZoomFactors, getCurrentHeight, getCurrentWidth, getDenotatorValue, getDisplayObjects, getPosition, getSelectedViewParameter, getTimeAxisIndex, getViewParameter, getViewParameters, getXYDisplayValues, getXYZDenotatorValues, getXZoomFactor, getYZoomFactor, paint, paintAxes, paintNotes, paintPlaybackLine, paintTool, satellitesConnected, setCurrentSize, setObjects, setPosition, setSatellitesConnected, setTool, setViewParameters, setZoomFactors, translateValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTDisplayContents

public MTDisplayContents(BigBangPlayer player)
Method Detail

getMinVisibleX

public double getMinVisibleX()
Overrides:
getMinVisibleX in class DisplayContents

getMaxVisibleX

public double getMaxVisibleX()
Overrides:
getMaxVisibleX in class DisplayContents

getMinVisibleY

public double getMinVisibleY()
Overrides:
getMinVisibleY in class DisplayContents

getMaxVisibleY

public double getMaxVisibleY()
Overrides:
getMaxVisibleY in class DisplayContents

translateXDenotatorValue

public double translateXDenotatorValue(double value)
Overrides:
translateXDenotatorValue in class DisplayContents

translateYDenotatorValue

public double translateYDenotatorValue(double value)
Overrides:
translateYDenotatorValue in class DisplayContents

updateNoteBounds

public void updateNoteBounds()
Overrides:
updateNoteBounds in class DisplayContents