ElegantJCharts Java API Specification v2.0

com.elegantj.graphx
Class RowInfo

java.lang.Object
  |
  +--com.elegantj.graphx.RowInfo
All Implemented Interfaces:
java.io.Serializable

public class RowInfo
extends java.lang.Object
implements java.io.Serializable

RowInfo class provides the information of row item

See Also:
Serialized Form

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

text

public java.lang.String text
Specifies the text of the row item


color

public java.awt.Color color
Specifies the color of the row item


style

public int style
Specifies the style of the row item


gradientColor

public java.awt.Color gradientColor
Constructor Detail

RowInfo

public RowInfo(java.awt.Color color)
Creates the RowInfo with the specified color


RowInfo

public RowInfo(java.lang.String text,
               java.awt.Color color,
               int style)
Creates the RowInfo with the specified text, color and style


RowInfo

public 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

Method Detail

setColor

public void setColor(java.awt.Color color)

getColor

public java.awt.Color getColor()

setGradientColor

public void setGradientColor(java.awt.Color gcolor)

getGradientColor

public java.awt.Color getGradientColor()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

ElegantJCharts Java API Specification v2.0

For any feedback, suggestion, or query, please revert back to support@elegantcharts.com

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.