|
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.GraphLineDetail
Detail for Graph Line like , Color, style etc. Line Width Line Style/Color Line DataPointShape shape : Square, Circle, Triangle, Diamond, Plus, Desh etc
| Constructor Summary | |
GraphLineDetail()
|
|
| Method Summary | |
int |
getLinePosition()
get Line position |
java.util.Vector |
getLineProperties()
get Line Properties |
java.awt.Color |
getLineShadowColor()
Get Line shadow color |
boolean |
getLineShadowVisible()
Get Line shadow is Enable/Disable |
java.lang.String |
getLineTooltipText()
get Line Tooltip Text |
int |
getTransperancyInPercent()
get transperancy value of color |
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setLinePosition(int position)
Set Line Position |
void |
setLineProperties(java.util.Vector invalue)
set Line Properties |
void |
setLineShadowColor(java.awt.Color inColor)
Set Line shadow color |
void |
setLineShadowVisible(boolean isVisible)
Set Line shadow is Enable/Disable |
void |
setLineTooltipText(java.lang.String tooltip)
set Line Tooltip text |
void |
setTransperancyInPercent(int transperancyInPercent)
set Transperancy in line/strip/point color |
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 |
| Constructor Detail |
public GraphLineDetail()
| Method Detail |
public void setLineProperties(java.util.Vector invalue)
public java.util.Vector getLineProperties()
public void setTransperancyInPercent(int transperancyInPercent)
transperancyInPercent - Percentage of trancparency in colorpublic int getTransperancyInPercent()
public void setLineTooltipText(java.lang.String tooltip)
tooltip - String representing Line tooltip textpublic java.lang.String getLineTooltipText()
public void setLinePosition(int position)
position - (GraphConstants.FRONT/GraphConstants.MIDDLE/GraphConstants.BACK)public int getLinePosition()
public void setLineShadowVisible(boolean isVisible)
isVisible - shadow of line is Enable/Disablepublic boolean getLineShadowVisible()
public void setLineShadowColor(java.awt.Color inColor)
inColor - color for shadow of linepublic java.awt.Color getLineShadowColor()
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
readExternal in interface java.io.Externalizablejava.lang.ClassNotFoundException
java.io.IOException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||