com.frinika.sequencer.gui
Class Layout

java.lang.Object
  extended by com.frinika.sequencer.gui.Layout

public class Layout
extends java.lang.Object


Field Summary
static int laneHeightIndex
           
static int[] laneItemHeights
           
static int noteHeightIndex
           
static int[] noteItemHeights
           
static int timePanelHeight
           
 
Constructor Summary
Layout()
           
 
Method Summary
static int getLaneHeightScale()
           
static int getNoteItemHeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timePanelHeight

public static int timePanelHeight

noteHeightIndex

public static int noteHeightIndex

noteItemHeights

public static int[] noteItemHeights

laneHeightIndex

public static int laneHeightIndex

laneItemHeights

public static int[] laneItemHeights
Constructor Detail

Layout

public Layout()
Method Detail

getNoteItemHeight

public static int getNoteItemHeight()

getLaneHeightScale

public static int getLaneHeightScale()