|
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.line.LineGraphRowInfo
LineGraphTypeObject class provides the basic functionality to render the Graphs Line or Strip
| Field Summary | |
int |
m_DataPointShape
Specifies Line DataPointShape on Line |
java.awt.Color |
m_LineColor
Specifies the color of Line |
int |
m_LineWidth
Specifies the width of Line |
java.lang.String |
text
Specifies the text of the row item |
| Constructor Summary | |
LineGraphRowInfo()
Constructor |
|
LineGraphRowInfo(java.awt.Color linecolor,
int linewidth,
int dpshape,
int dpwidth,
int dpheight,
java.awt.Color dpshapecolor,
boolean dpbordervisible,
java.awt.Color dpbordercolor,
int stripwidth,
java.awt.Color stripbrcolor)
Creates the RowInfo with the specified text, color and style |
|
LineGraphRowInfo(java.lang.String text,
java.awt.Color clr,
int dpShape,
java.awt.Color shapeColor)
Creates the RowInfo with the specified text, color and style |
|
| Method Summary | |
int |
getDataPointShape()
returns DataPointShape |
java.awt.Color |
getDPShapeBorderColor()
Get DataPointShape border color |
java.awt.Color |
getDPShapeColor()
returns DataPointShape color |
int |
getDPShapeHeight()
get height of data point shape |
int |
getDPShapeWidth()
get width of data point shape |
java.awt.Color |
getLineColor()
get Line Color // fill Color |
int |
getLineWidth()
get Line Width |
java.awt.Color |
getStripBorderColor()
Get Strip Border color |
int |
getStripWidth()
get Strip Width in percentage of 3D Horizontal offset |
boolean |
isDPShapeBorderVisible()
Get DataPointShape border visible or not |
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setDataPointShape(int inValue)
set DataPointShape |
void |
setDPShapeBorderColor(java.awt.Color inColor)
set DataPointShape border color |
void |
setDPShapeBorderVisible(boolean value)
set DataPointShape border visible or not |
void |
setDPShapeColor(java.awt.Color inColor)
set DataPointShape color |
void |
setDPShapeHeight(int inValue)
set height of data point shape |
void |
setDPShapeWidth(int inValue)
set width of data point shape |
void |
setLineColor(java.awt.Color inColor)
Set Line Color // fill Color |
void |
setLineWidth(int Width)
Set Line Width |
void |
setStripBorderColor(java.awt.Color inColor)
Set Strip Border color |
void |
setStripWidth(int Width)
Set Strip Width in percentage of 3D Horizontal offset |
void |
writeExternal(java.io.ObjectOutput out)
This method saves the state of the bean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String text
public java.awt.Color m_LineColor
public int m_LineWidth
public int m_DataPointShape
| Constructor Detail |
public LineGraphRowInfo()
public LineGraphRowInfo(java.lang.String text,
java.awt.Color clr,
int dpShape,
java.awt.Color shapeColor)
public LineGraphRowInfo(java.awt.Color linecolor,
int linewidth,
int dpshape,
int dpwidth,
int dpheight,
java.awt.Color dpshapecolor,
boolean dpbordervisible,
java.awt.Color dpbordercolor,
int stripwidth,
java.awt.Color stripbrcolor)
| Method Detail |
public void setLineWidth(int Width)
Width - public int getLineWidth()
public void setLineColor(java.awt.Color inColor)
public java.awt.Color getLineColor()
public void setDataPointShape(int inValue)
public int getDataPointShape()
public void setDPShapeWidth(int inValue)
inValue - widthpublic int getDPShapeWidth()
public void setDPShapeHeight(int inValue)
inValue - heightpublic int getDPShapeHeight()
public void setDPShapeColor(java.awt.Color inColor)
inColor - public java.awt.Color getDPShapeColor()
public void setDPShapeBorderVisible(boolean value)
value - true - border visible otherwise notpublic boolean isDPShapeBorderVisible()
public void setDPShapeBorderColor(java.awt.Color inColor)
inColor - public java.awt.Color getDPShapeBorderColor()
public void setStripWidth(int Width)
Width - public int getStripWidth()
public void setStripBorderColor(java.awt.Color inColor)
public java.awt.Color getStripBorderColor()
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||