|
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.candle.GraphCandleDetail
Detail for Graph Title like Title text, Color, Font etc. Gap between two group of Bars Bar Width can be specified Bar Border is Visible/Hide Bar Border Style/Color Bar Gradient is Visible/Hide Bar Gradient Style/Color Bar Tooltip text
| Constructor Summary | |
GraphCandleDetail()
Constructor |
|
| Method Summary | |
com.elegantj.editors.AWTBorder |
getBarBorder()
get Bar Border Object |
boolean |
getBarBorderVisible()
get Bar Border Visible/hide |
java.util.Vector |
getBarColors()
Get Bar Properties |
int |
getBarGapInPercent()
Get Gap between two Bar Group in Percentage |
int |
getBarWidth()
Get Bar width |
int |
getCandleTransperancyInPercent()
get transperancy value of color |
java.awt.Color |
getEmptyBodyColor()
This method returns the Real body Color [Empty: Open < close ] |
java.awt.Color |
getFilledBodyColor()
This method returns the Real body Color [Filled: Open > close ] |
int |
getRealBodyWidth()
This method returns the Real body Width |
java.awt.Color |
getShadowLineColor()
This method returns the Shadow Line Color |
int |
getShadowLineWidth()
This method returns the Shadow Line Width |
java.lang.String |
getTooltipText()
get Bar Tooltip Text |
java.awt.Color |
getTransParentColor(java.awt.Color theColor)
|
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setBarBorder(com.elegantj.editors.AWTBorder newBorder)
set Bar Border Object |
void |
setBarBorderVisible(boolean visible)
set Bar Border Visible/Hide |
void |
setBarColors(java.util.Vector invalue)
Set Bar Properties |
void |
setBarGapInPercent(int gapInPercent)
Set Gap between two Bar group in Percentage |
void |
setBarWidth(int width)
Set Bar Width |
void |
setCandleTransperancyInPercent(int transperancyInPercent)
set Transperancy in Bar color |
void |
setEmptyBodyColor(java.awt.Color inEmptyBodyColor)
This method sets the Real body Color [Empty: Open < close ] |
void |
setFilledBodyColor(java.awt.Color inFilledBodyColor)
This method sets the Real body Color [Filled: Open > close ] |
void |
setRealBodyWidth(int inRealBodyWidth)
This method sets the Real body Width |
void |
setShadowLineColor(java.awt.Color inShadowLineColor)
This method sets the Shadow Line Color |
void |
setShadowLineWidth(int inShadowLineWidth)
This method sets the Shadow Line Width |
void |
setTooltipText(java.lang.String tooltip)
set Bar Tooltip text |
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 GraphCandleDetail()
| Method Detail |
public void setBarGapInPercent(int gapInPercent)
gapInPercent - Percentage of gap between two Bar Grouppublic int getBarGapInPercent()
public void setBarWidth(int width)
width - Bar widthpublic int getBarWidth()
public void setBarColors(java.util.Vector invalue)
invalue - Vector of Bar propertiespublic java.util.Vector getBarColors()
public void setCandleTransperancyInPercent(int transperancyInPercent)
transperancyInPercent - Percentage of trancparency in colorpublic int getCandleTransperancyInPercent()
public void setBarBorderVisible(boolean visible)
visible - if true then Bar border is visible otherwize notpublic boolean getBarBorderVisible()
public void setBarBorder(com.elegantj.editors.AWTBorder newBorder)
newBorder - border Object specifying border propertiespublic com.elegantj.editors.AWTBorder getBarBorder()
public void setTooltipText(java.lang.String tooltip)
tooltip - String representing Bar tooltip textpublic java.lang.String getTooltipText()
public void setShadowLineColor(java.awt.Color inShadowLineColor)
inShadowLineColor - the Shadow Line Color representing the High and Low valuepublic java.awt.Color getShadowLineColor()
public void setFilledBodyColor(java.awt.Color inFilledBodyColor)
inFilledBodyColor - the Real body Color representing the Open and Close valuepublic java.awt.Color getFilledBodyColor()
public void setEmptyBodyColor(java.awt.Color inEmptyBodyColor)
inEmptyBodyColor - the Real body Color representing the Open and Close valuepublic java.awt.Color getEmptyBodyColor()
public void setRealBodyWidth(int inRealBodyWidth)
inRealBodyWidth - the Real body Widthpublic int getRealBodyWidth()
public void setShadowLineWidth(int inShadowLineWidth)
inShadowLineWidth - the Shadow Line Widthpublic int getShadowLineWidth()
public java.awt.Color getTransParentColor(java.awt.Color theColor)
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 | |||||||||