dguitar.adaptors.guitarPro
Class TripletMap

java.lang.Object
  extended bydguitar.adaptors.guitarPro.TripletMap

public class TripletMap
extends java.lang.Object

The triplet map stores all the triplets you are likely to find in Guitar Pro.

Author:
Chris

Field Summary
private static java.lang.String className
           
private static java.util.logging.Logger logger
           
private static java.util.Map tripletMap
           
 
Constructor Summary
TripletMap()
           
 
Method Summary
private static java.util.Map createMap()
           
static TripletValue getTriplet(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

private static java.lang.String className

logger

private static java.util.logging.Logger logger

tripletMap

private static java.util.Map tripletMap
Constructor Detail

TripletMap

public TripletMap()
Method Detail

createMap

private static java.util.Map createMap()

getTriplet

public static TripletValue getTriplet(int n)