|
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.AxisDetail
|
+--com.elegantj.graphx.GraphZAxisDetail
Detail Description to Draw Z-Axis ( Legends ) like Color, Font etc. Legends are Visible/Hide Legend Background is Visible/Hide Legend Background Color Legend Border Style/Color/width Legend Shadow Style/Color/width Legend Position(NORTH/EAST/SOUTH/WEST) Legend Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM) Axis name is Visible/Hide Axis name String Axis name Font Axis name Foreground Color Axis name Background is Visible/Hide Axis name Background Color Axis name Border is Visible/Hide Axis name Border Style/Color Axis name String Wrap(first word then character) Axis name Maximum number of lines Axis name Alignment Label(Value) Font Label Display order # 0 - left to right (H) top to bottom(V) , 1- right to left(H) bottom to top (V) Label Foreground Color Label Background is Visible/Hide Label Background Color Label Formatting Label Drill Down Effect is enable/disable Label Tooltip text
| Constructor Summary | |
GraphZAxisDetail()
Constructor |
|
| Method Summary | |
java.lang.Object |
clone()
Clones an Object |
int |
getZAxisAlignment()
get Axis Position |
java.awt.Color |
getZAxisBackground()
Get Z-Axis Background Color |
boolean |
getZAxisBackgroundVisible()
Get Z-Axis Background Visible |
java.awt.Color |
getZAxisBorderColor()
get Z Axis Border Color |
int |
getZAxisBorderStyle()
get Z Axis Border style |
int |
getZAxisBorderWidth()
get Z Axis Border width |
int |
getZAxisLabelShowOrder()
get Z AxisLabel Show Order |
int |
getZAxisPosition()
get Axis Position |
java.awt.Color |
getZAxisShadowColor()
get Z Axis Shadow Color |
int |
getZAxisShadowStyle()
get Z Axis Shadow style |
int |
getZAxisShadowWidth()
get Z Axis Shadow width |
boolean |
getZAxisVisible()
Get Z-Axis Visible/Hide |
void |
readExternal(java.io.ObjectInput in)
This method retrieves the state of the bean |
void |
setZAxisAlignment(int align)
set Axis Position |
void |
setZAxisBackground(java.awt.Color bgColor)
Set Z-Axis Background Color |
void |
setZAxisBackgroundVisible(boolean visible)
Set Z-Axis Background Visible |
void |
setZAxisBorderColor(java.awt.Color inColor)
set Z Axis Border Color |
void |
setZAxisBorderStyle(int style)
set Axis Name Border style |
void |
setZAxisBorderWidth(int width)
set Z Axis Border Width |
void |
setZAxisLabelShowOrder(int align)
set Z AxisLabel Show Order 0 : Left to Right (for H alignment) Top to Bottom (for V alignment) 1 : Right to Left (for H alignment) Bottom to Top (for V alignment) |
void |
setZAxisPosition(int pos)
set Axis Position |
void |
setZAxisShadowColor(java.awt.Color inColor)
set Z Axis Shadow Color |
void |
setZAxisShadowStyle(int style)
set Z Axis Shadow style |
void |
setZAxisShadowWidth(int width)
set Z Axis Shadow Width |
void |
setZAxisVisible(boolean visible)
Set Z-Axis Visible/Hide |
void |
writeExternal(java.io.ObjectOutput out)
Saves the state of the bean |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphZAxisDetail()
| Method Detail |
public void setZAxisVisible(boolean visible)
visible - true - legends are displayed otherwise notpublic boolean getZAxisVisible()
public void setZAxisBackgroundVisible(boolean visible)
visible - true - fill background with specified colorpublic boolean getZAxisBackgroundVisible()
public void setZAxisBackground(java.awt.Color bgColor)
bgColor - Background Colorpublic java.awt.Color getZAxisBackground()
public void setZAxisPosition(int pos)
public int getZAxisPosition()
public void setZAxisAlignment(int align)
align - Position of Z-Axispublic int getZAxisAlignment()
public void setZAxisLabelShowOrder(int align)
align - order of Z-Axis labelspublic int getZAxisLabelShowOrder()
public void setZAxisBorderStyle(int style)
style - Z Axis Border stylepublic int getZAxisBorderStyle()
public void setZAxisBorderWidth(int width)
width - Z Axis Border widthpublic int getZAxisBorderWidth()
public void setZAxisBorderColor(java.awt.Color inColor)
inColor - Z Axis Border colorpublic java.awt.Color getZAxisBorderColor()
public void setZAxisShadowStyle(int style)
style - Z Axis Shadow stylepublic int getZAxisShadowStyle()
public void setZAxisShadowWidth(int width)
width - Z Axis Shadow widthpublic int getZAxisShadowWidth()
public void setZAxisShadowColor(java.awt.Color inColor)
inColor - Z Axis Shadow colorpublic java.awt.Color getZAxisShadowColor()
public java.lang.Object clone()
clone in class AxisDetail
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
readExternal in interface java.io.ExternalizablereadExternal in class AxisDetailjava.lang.ClassNotFoundException
java.io.IOException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class AxisDetailjava.io.IOException
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||