|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.groovemanager.sampled.waveform.Marker
A Marker is an element that can be added to a Markable instance. It has a position and a name.
| Field Summary | |
|---|---|
private java.lang.String |
name
The Markerīs name |
private int |
position
The Markerīs position |
| Constructor Summary | |
|---|---|
Marker(int pos,
java.lang.String s)
Construct a new Marker |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the Markerīs name |
int |
getPosition()
Get the markerīs position |
void |
setName(java.lang.String s)
Set the Markerīs name |
protected void |
setPosition(int pos)
Set the markerīs position |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String name
private int position
| Constructor Detail |
|---|
public Marker(int pos,
java.lang.String s)
pos - The position of the Markers - The name of the Marker| Method Detail |
|---|
public java.lang.String getName()
public int getPosition()
public void setName(java.lang.String s)
s - The new nameprotected void setPosition(int pos)
pos - The new position
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||