org.herac.tuxguitar.song.models
Class TGTupleto

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGTupleto

public abstract class TGTupleto
extends java.lang.Object


Field Summary
static TGTupleto NORMAL
           
 
Constructor Summary
TGTupleto()
           
 
Method Summary
 TGTupleto clone(TGFactory factory)
           
 long convertTime(long time)
           
 void copy(TGTupleto tupleto)
           
 int getEnters()
           
 int getTimes()
           
 boolean isEqual(TGTupleto tupleto)
           
 void setEnters(int enters)
           
 void setTimes(int times)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final TGTupleto NORMAL
Constructor Detail

TGTupleto

public TGTupleto()
Method Detail

getEnters

public int getEnters()

setEnters

public void setEnters(int enters)

getTimes

public int getTimes()

setTimes

public void setTimes(int times)

convertTime

public long convertTime(long time)

isEqual

public boolean isEqual(TGTupleto tupleto)

clone

public TGTupleto clone(TGFactory factory)

copy

public void copy(TGTupleto tupleto)