org.herac.tuxguitar.gui.editors.tab.layout
Class ViewLayout.TrackPosition

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout.TrackPosition
Enclosing class:
ViewLayout

public class ViewLayout.TrackPosition
extends java.lang.Object


Constructor Summary
ViewLayout.TrackPosition(int track, int posY, int height)
           
 
Method Summary
 int getHeight()
           
 int getPosY()
           
 int getTrack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewLayout.TrackPosition

public ViewLayout.TrackPosition(int track,
                                int posY,
                                int height)
Method Detail

getPosY

public int getPosY()

getHeight

public int getHeight()

getTrack

public int getTrack()