public class Region
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
beginningtrack
Beginning track
|
long |
end
end of the region (microseconds)
|
int |
endtrack |
long |
start
Start of the region (microseconds)
|
Constructor and Description |
---|
Region()
Default constructor
|
Region(long start,
long end,
int notedebut,
int notefin)
Constructor with all the parameters
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getHeight() |
long |
getWidth() |
int |
hashCode() |
public long start
public long end
public int beginningtrack
public int endtrack