|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPColor
This class describes a color read from a Guitar Pro file.
Field Summary | |
int |
blue
The blue component. |
int |
green
The green component. |
int |
red
The red component. |
Constructor Summary | |
GPColor()
Creates a new Color. |
|
GPColor(int r,
int g,
int b)
Creates a new color with the specified components. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this GPColor object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int red
public int green
public int blue
Constructor Detail |
public GPColor()
public GPColor(int r, int g, int b)
r
- the red component.g
- the green component.b
- the blue component.Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |