|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.ColorCode
Color codes
Constructor Summary | |
ColorCode(java.lang.String value)
construct the ColorCode object |
Method Summary | |
int |
getBlue()
|
int |
getGreen()
|
int |
getRed()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ColorCode(java.lang.String value) throws java.io.IOException
value
- the string containing the colorsjava.io.IOException
- if the string is badly formedMethod Detail |
public int getRed()
public int getGreen()
public int getBlue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |