|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPMarker
This class describes a marker.
Field Summary | |
private GPColor |
_color
The marker's color. |
private java.lang.String |
_name
The marker's name. |
Constructor Summary | |
GPMarker()
Creates a new Marker. |
Method Summary | |
GPColor |
getColor()
Returns this marker's color. |
java.lang.String |
getName()
Returns this marker's name. |
void |
setColor(GPColor color)
Sets this marker's color. |
void |
setName(java.lang.String name)
Sets this marker's name. |
java.lang.String |
toString()
Returns a string representation of this Marker. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private GPColor _color
private java.lang.String _name
Constructor Detail |
public GPMarker()
Method Detail |
public GPColor getColor()
public java.lang.String getName()
public void setColor(GPColor color)
color
- the color to set.public void setName(java.lang.String name)
name
- the name to set.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |