Uses of Interface
be.hogent.tarsos.ui.pitch.Layer

Packages that use Layer
be.hogent.tarsos.ui.pitch Most of the user interface elements + publish subscribe wiring. 
 

Uses of Layer in be.hogent.tarsos.ui.pitch
 

Classes in be.hogent.tarsos.ui.pitch that implement Layer
 class HistogramLayer
           
 class KDELayer
           
 class ScalaLayer
          The scala layer can be seen as a background grid (with on the foreground a pitch class or ambitus histogram).
 

Methods in be.hogent.tarsos.ui.pitch that return types with arguments of type Layer
 java.util.List<Layer> PitchClassHistogramPanel.getLayers()