|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.graphx.RowInfo
RowInfo class provides the information of row item
| Field Summary | |
java.awt.Color |
color
Specifies the color of the row item |
java.awt.Color |
gradientColor
|
int |
style
Specifies the style of the row item |
java.lang.String |
text
Specifies the text of the row item |
| Constructor Summary | |
RowInfo(java.awt.Color color)
Creates the RowInfo with the specified color |
|
RowInfo(java.lang.String text,
java.awt.Color color,
java.awt.Color gcolor,
int style)
Creates the RowInfo with the specified text, color, gradientColor and style |
|
RowInfo(java.lang.String text,
java.awt.Color color,
int style)
Creates the RowInfo with the specified text, color and style |
|
| Method Summary | |
java.awt.Color |
getColor()
|
java.awt.Color |
getGradientColor()
|
void |
setColor(java.awt.Color color)
|
void |
setGradientColor(java.awt.Color gcolor)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String text
public java.awt.Color color
public int style
public java.awt.Color gradientColor
| Constructor Detail |
public RowInfo(java.awt.Color color)
public RowInfo(java.lang.String text,
java.awt.Color color,
int style)
public RowInfo(java.lang.String text,
java.awt.Color color,
java.awt.Color gcolor,
int style)
| Method Detail |
public void setColor(java.awt.Color color)
public java.awt.Color getColor()
public void setGradientColor(java.awt.Color gcolor)
public java.awt.Color getGradientColor()
public java.lang.String toString()
toString in class java.lang.Object
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||