Serialized Form
|
Package com.elegantj.common |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Object Serialization
- Throws:
java.io.IOException - When I/O error occurs,
java.lang.ClassNotFoundException - When it cannot search the definition of the class which has designated name
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Object Serialization
- Throws:
java.io.IOException - When I/O error occurs,
form
char[] form
- It is control pattern.
formNum
int formNum
- It is decoration number of control pattern. Please do not use usually.
originalFormat
java.lang.String originalFormat
- It is the format descriptor which it appoints.
useWareki
boolean useWareki
- The harmony calendar will be done, it is the appointment whether or not it is of. Indication of year changes with this flag.
keys
java.util.Vector keys
values
java.util.Vector values
|
Package com.elegantj.data.comp.computedfield |
m_strText
java.lang.String m_strText
- Specifies the label text
m_strExp
java.lang.String m_strExp
- Specifies the expression string to be executed
expExecutor
ExpressionExecutor expExecutor
- Specifies the expression executor
methodClass
MethodsClass methodClass
- Specifies the methods class of miscellaneous functions
currentIndex
int currentIndex
- Specifies the current index
columnNames
java.util.Vector columnNames
- Specifies the column names
dataVector
java.util.Vector dataVector
- Specifies the data vector
|
Package com.elegantj.data.dataprovider |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Externalizable interface implementation to save and retrieve the state of this bean
oldValue
java.util.Hashtable oldValue
- Specifies the old data value before the event is occured
newValue
java.util.Hashtable newValue
- Specifies the new data value for which the event is occured
tableStatus
java.lang.String tableStatus
- Specifies the table status
rowStatus
java.lang.String rowStatus
- Specifies the row status
index
int index
- Specifies the row index
|
Package com.elegantj.data.dataprovider.ftp |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Externalizable interface implementation to save and retrieve the state of this bean
|
Package com.elegantj.data.dataprovider.http |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Externalizable interface implementation to save and retrieve the state of this bean
|
Package com.elegantj.data.dataprovider.sql |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Externalizable interface implementation to save and retrieve the state of this bean
sqlDataProvider
SqlDataProvider sqlDataProvider
allowUpdate
javax.swing.JCheckBox allowUpdate
lUpdateTable
javax.swing.JLabel lUpdateTable
cUpdateTable
javax.swing.JComboBox cUpdateTable
whereClause
javax.swing.JPanel whereClause
bgWhere
javax.swing.ButtonGroup bgWhere
unique
javax.swing.JRadioButton unique
uniqueU
javax.swing.JRadioButton uniqueU
uniqueM
javax.swing.JRadioButton uniqueM
keyModification
javax.swing.JPanel keyModification
bgModification
javax.swing.ButtonGroup bgModification
useDThanI
javax.swing.JRadioButton useDThanI
useUpdate
javax.swing.JRadioButton useUpdate
lColumns
javax.swing.JLabel lColumns
lUniqueKeys
javax.swing.JLabel lUniqueKeys
scrollPaneColumns
javax.swing.JScrollPane scrollPaneColumns
scrollPaneKeys
javax.swing.JScrollPane scrollPaneKeys
listColumns
javax.swing.JList listColumns
listUniqueKeys
javax.swing.JList listUniqueKeys
showActualName
javax.swing.JCheckBox showActualName
pk
javax.swing.JButton pk
titleBorder
javax.swing.border.TitledBorder titleBorder
cellRenderer
com.elegantj.data.dataprovider.sql.UpdateableProperty.ColumnListCellRenderer cellRenderer
tableNames
java.util.Vector tableNames
tableNamesDisp
java.util.Vector tableNamesDisp
updateTable
java.lang.String updateTable
updateTableDisp
java.lang.String updateTableDisp
nWhereClause
int nWhereClause
nKeyModification
int nKeyModification
columnAttribs
java.util.Vector columnAttribs
|
Package com.elegantj.data.dataprovider.text |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Externalizable interface implementation to save and retrieve the state of this bean
|
Package com.elegantj.data.dataprovider.xml |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Externalizable interface implementation to save and retrieve the state of this bean
|
Package com.elegantj.data.dataviewer |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Retrieves the state of the object
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Saves the state of the object
allowDot
boolean allowDot
- Specifies whether or not dot is allowed
m_bIsAllowMinus
boolean m_bIsAllowMinus
- Specifies whether or not minus sign is allowed
m_iDigitBeforeDot
int m_iDigitBeforeDot
- Specifies allowed Digit before Dot(Default is 0, means no restriction on Number entered)
m_iDigitAfterDot
int m_iDigitAfterDot
- Specifies allowed Digit after Dot(Default is 0, means no restriction on Number entered)
|
Package com.elegantj.graphx |
m_GraphObject
AreaGraph m_GraphObject
m_Object
GraphAreaDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_oldAreaWidth
int m_oldAreaWidth
totalAreas
int totalAreas
m_oldAreaTransperancy
int m_oldAreaTransperancy
isAreaColorChanged
boolean isAreaColorChanged
theAreaColorArray
java.util.Vector theAreaColorArray
grVisible
boolean grVisible
grStyle
int grStyle
grAngle
int grAngle
grExtent
int grExtent
tooltipString
java.lang.String tooltipString
areaColorButton
javax.swing.JButton areaColorButton
areaBrVisible
javax.swing.JCheckBox areaBrVisible
brColorButton
com.elegantj.editors.ColorChooser brColorButton
grButton
javax.swing.JButton grButton
areaGapTextField
javax.swing.JTextField areaGapTextField
areaWidthTextField
javax.swing.JTextField areaWidthTextField
areaTooltipButton
javax.swing.JButton areaTooltipButton
TransperancySlider
javax.swing.JSlider TransperancySlider
generalPanel
javax.swing.JPanel generalPanel
bColorChanged
boolean bColorChanged
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
graphGrVisible
boolean graphGrVisible
graphGrStyle
int graphGrStyle
graphGrAngle
int graphGrAngle
graphGrExtent
int graphGrExtent
graphGrColor
java.awt.Color graphGrColor
graphBrColor
java.awt.Color graphBrColor
graphBrWidth
int graphBrWidth
graphBrStyle
int graphBrStyle
graphBgColorButton
com.elegantj.editors.ColorChooser graphBgColorButton
graphGrButton
javax.swing.JButton graphGrButton
graphBrButton
javax.swing.JButton graphBrButton
cmbBgImageDisplayType
javax.swing.JComboBox cmbBgImageDisplayType
cmbBgImageFlipType
javax.swing.JComboBox cmbBgImageFlipType
BgImageVisibility
javax.swing.JCheckBox BgImageVisibility
BgImageEmbedded
javax.swing.JCheckBox BgImageEmbedded
BgImageButton
javax.swing.JButton BgImageButton
m_Object
GraphPanel m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_BgImage
java.awt.Image m_BgImage
m_BgImagePath
java.lang.String m_BgImagePath
m_GraphObject
BarGraph m_GraphObject
m_Object
GraphBarDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_oldBarWidth
int m_oldBarWidth
totalBars
int totalBars
isBarColorChanged
boolean isBarColorChanged
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
theBarColorArray
java.util.Vector theBarColorArray
m_oldBarTransperancy
int m_oldBarTransperancy
grVisible
boolean grVisible
grStyle
int grStyle
grAngle
int grAngle
grExtent
int grExtent
tooltipString
java.lang.String tooltipString
barTypeChoice
javax.swing.JComboBox barTypeChoice
barColorButton
javax.swing.JButton barColorButton
brStyleChoice
javax.swing.JComboBox brStyleChoice
brWidthChoice
LineThicknessComboBox brWidthChoice
brColorButton
com.elegantj.editors.ColorChooser brColorButton
grButton
javax.swing.JButton grButton
barGapTextField
javax.swing.JTextField barGapTextField
barWidthTextField
javax.swing.JTextField barWidthTextField
barTooltipButton
javax.swing.JButton barTooltipButton
TransperancySlider
javax.swing.JSlider TransperancySlider
StartOfSectionTextField
javax.swing.JTextField StartOfSectionTextField
EndOfSectionTextField
javax.swing.JTextField EndOfSectionTextField
WidthOfSectionTextField
javax.swing.JTextField WidthOfSectionTextField
generalPanel
javax.swing.JPanel generalPanel
m_GraphType
int m_GraphType
m_BarTypes
int m_BarTypes
bColorChanged
boolean bColorChanged
segments
java.util.Vector segments
master
BasicGradientPainter master
isChanged
boolean isChanged
brStyle
int brStyle
brWidth
int brWidth
brColor
java.awt.Color brColor
shStyle
int shStyle
shWidth
int shWidth
shColor
java.awt.Color shColor
tempbrColor
java.awt.Color tempbrColor
tempshColor
java.awt.Color tempshColor
brStyleChoice
javax.swing.JComboBox brStyleChoice
brWidthChoice
LineThicknessComboBox brWidthChoice
brColorButton
com.elegantj.editors.ColorChooser brColorButton
shStyleChoice
javax.swing.JComboBox shStyleChoice
shWidthChoice
LineThicknessComboBox shWidthChoice
shColorButton
com.elegantj.editors.ColorChooser shColorButton
mainPanel
javax.swing.JPanel mainPanel
okButton
javax.swing.JButton okButton
cancelButton
javax.swing.JButton cancelButton
isBorderProperty
boolean isBorderProperty
- Specifies the Border property shown in Dialog
isShadowProperty
boolean isShadowProperty
- Specifies the Shadow property shown in Dialog
m_GraphObject
BubbleGraph m_GraphObject
m_Object
GraphBubbleDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
totalColors
int totalColors
isColorChanged
boolean isColorChanged
theColorArray
java.util.Vector theColorArray
m_oldTransperancy
int m_oldTransperancy
m_Position
int[] m_Position
grVisible
boolean grVisible
grStyle
int grStyle
grAngle
int grAngle
grExtent
int grExtent
maxValue
int maxValue
minValue
int minValue
tooltipString
java.lang.String tooltipString
m_computType
int[] m_computType
ColorButton
javax.swing.JButton ColorButton
PositionCB
javax.swing.JComboBox PositionCB
lineThicknessCMB
LineThicknessComboBox lineThicknessCMB
computationTypeChoice
javax.swing.JComboBox computationTypeChoice
brVisible
javax.swing.JCheckBox brVisible
centerVisible
javax.swing.JCheckBox centerVisible
brColorButton
com.elegantj.editors.ColorChooser brColorButton
grButton
javax.swing.JButton grButton
TooltipButton
javax.swing.JButton TooltipButton
TransperancySlider
javax.swing.JSlider TransperancySlider
generalPanel
javax.swing.JPanel generalPanel
bColorChanged
boolean bColorChanged
m_CandleGraph
CandleGraph m_CandleGraph
m_Parent
javax.swing.JPanel m_Parent
m_Object
GraphCandleDetail m_Object
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
ShadowLineWidthTextField
javax.swing.JTextField ShadowLineWidthTextField
RealBodyWidthTextField
javax.swing.JTextField RealBodyWidthTextField
SessionStartTextField
javax.swing.JTextField SessionStartTextField
SessionEndTextField
javax.swing.JTextField SessionEndTextField
TimeSeriesChoice
javax.swing.JComboBox TimeSeriesChoice
TimeSeriesDivTextField
javax.swing.JTextField TimeSeriesDivTextField
filledBodyColorButton
com.elegantj.editors.ColorChooser filledBodyColorButton
emptyBodyColorButton
com.elegantj.editors.ColorChooser emptyBodyColorButton
shadowLineColorButton
com.elegantj.editors.ColorChooser shadowLineColorButton
brWidthChoice
LineThicknessComboBox brWidthChoice
brColorButton
com.elegantj.editors.ColorChooser brColorButton
brStyleChoice
javax.swing.JComboBox brStyleChoice
TransperancySlider
javax.swing.JSlider TransperancySlider
candleTooltipButton
javax.swing.JButton candleTooltipButton
m_oldCandleTransperancy
int m_oldCandleTransperancy
tooltipString
java.lang.String tooltipString
m_GraphObject
DoughnutGraph m_GraphObject
m_Object
GraphDonutDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
totalColors
int totalColors
isColorChanged
boolean isColorChanged
theColorArray
java.util.Vector theColorArray
m_oldTransperancy
int m_oldTransperancy
grVisible
boolean grVisible
grStyle
int grStyle
grAngle
int grAngle
grExtent
int grExtent
maxValue
int maxValue
minValue
int minValue
tooltipString
java.lang.String tooltipString
ColorButton
javax.swing.JButton ColorButton
brVisible
javax.swing.JCheckBox brVisible
brColorButton
com.elegantj.editors.ColorChooser brColorButton
lineThicknessCMB
LineThicknessComboBox lineThicknessCMB
grButton
javax.swing.JButton grButton
TooltipButton
javax.swing.JButton TooltipButton
TransperancySlider
javax.swing.JSlider TransperancySlider
WidthTF
javax.swing.JTextField WidthTF
DepthTF
javax.swing.JTextField DepthTF
HeightSpinner
javax.swing.JSpinner HeightSpinner
HoleSizeSpinner
javax.swing.JSpinner HoleSizeSpinner
StartAngleSpinner
javax.swing.JSpinner StartAngleSpinner
generalPanel
javax.swing.JPanel generalPanel
bColorChanged
boolean bColorChanged
m_DrillDownDetail
DrillDownDetail m_DrillDownDetail
- Specifies the detail description of portion of Graph where event occur
OK
boolean OK
- Pushing the OK button, you closed dialogue
selectedFont
java.awt.Font selectedFont
- The font which is selected
font
java.awt.Font font
fontNameChoice
javax.swing.JComboBox fontNameChoice
fontStyleChoice
javax.swing.JComboBox fontStyleChoice
fontSizeChoice
javax.swing.JComboBox fontSizeChoice
labelSample
javax.swing.JLabel labelSample
middlePanel
FontChooser.FontSamplePanel middlePanel
okButton
javax.swing.JButton okButton
cancelButton
javax.swing.JButton cancelButton
iFontSize
int[] iFontSize
m_dateStyles
java.lang.String[] m_dateStyles
m_dateFormats
java.lang.String[] m_dateFormats
m_timeStyles
java.lang.String[] m_timeStyles
m_timeFormats
java.lang.String[] m_timeFormats
mainPanel
javax.swing.JPanel mainPanel
middlePanel
javax.swing.JPanel middlePanel
columnCB
javax.swing.JComboBox columnCB
okB
javax.swing.JButton okB
cancelB
javax.swing.JButton cancelB
datePanel
javax.swing.JPanel datePanel
dateStyleCB
javax.swing.JComboBox dateStyleCB
timeStyleCB
javax.swing.JComboBox timeStyleCB
numberPanel
javax.swing.JPanel numberPanel
negFormatCB
javax.swing.JComboBox negFormatCB
decimalFormatTF
javax.swing.JTextField decimalFormatTF
decimalptTF
javax.swing.JTextField decimalptTF
commaFormatCH
javax.swing.JCheckBox commaFormatCH
unitTF
javax.swing.JTextField unitTF
unitSuffixCH
javax.swing.JCheckBox unitSuffixCH
m_FormatVector
java.util.Hashtable m_FormatVector
- Specifies the Format Hashtable(key as column Name and Value as format vector
m_curColName
java.lang.String m_curColName
- Specifies the Current selected column name
m_OkPressed
boolean m_OkPressed
- Specifies the flag for "Ok" button clicked
graphFont
java.awt.Font graphFont
graphTypeChoice
javax.swing.JComboBox graphTypeChoice
graphFontButton
javax.swing.JButton graphFontButton
graphDrillDownChoice
javax.swing.JCheckBox graphDrillDownChoice
graphDataSortChoice
javax.swing.JCheckBox graphDataSortChoice
graph3DEffectChoice
javax.swing.JCheckBox graph3DEffectChoice
graph3DHOffsetTextField
javax.swing.JTextField graph3DHOffsetTextField
graph3DVOffsetTextField
javax.swing.JTextField graph3DVOffsetTextField
graphWidthTextField
javax.swing.JTextField graphWidthTextField
graphHeightTextField
javax.swing.JTextField graphHeightTextField
rbSingleYAxis
javax.swing.JRadioButton rbSingleYAxis
rbDoubleYAxis
javax.swing.JRadioButton rbDoubleYAxis
m_Parent
javax.swing.JPanel m_Parent
m_Object
GraphPanel m_Object
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_GraphTypeAV
int[] m_GraphTypeAV
m_GraphTypeDV
java.lang.String[] m_GraphTypeDV
xAxisNameAlignChoice
javax.swing.JComboBox xAxisNameAlignChoice
xAxislabelAlignChoice
javax.swing.JComboBox xAxislabelAlignChoice
yAxisNameAlignChoice
javax.swing.JComboBox[] yAxisNameAlignChoice
m_GraphType
int m_GraphType
grVisible
boolean grVisible
grStyle
int grStyle
grAngle
int grAngle
grExtent
int grExtent
grColor
java.awt.Color grColor
grVisibleChoice
javax.swing.JCheckBox grVisibleChoice
grStyleChoice
javax.swing.JComboBox grStyleChoice
grAngleTextField
javax.swing.JTextField grAngleTextField
grExtentTextField
javax.swing.JTextField grExtentTextField
grColorButton
com.elegantj.editors.ColorChooser grColorButton
okButton
javax.swing.JButton okButton
cancelButton
javax.swing.JButton cancelButton
m_isColorShow
boolean m_isColorShow
isOkClicked
boolean isOkClicked
bg
java.awt.Color bg
defAngle
int defAngle
defExtent
int defExtent
defCenter
java.awt.Point defCenter
c1c
java.awt.Color c1c
c2c
java.awt.Color c2c
c1p
float[] c1p
c2p
float[] c2p
start
float start
end
float end
useHSB
boolean useHSB
graphAreaGrVisible
boolean graphAreaGrVisible
graphAreaGrStyle
int graphAreaGrStyle
graphAreaGrAngle
int graphAreaGrAngle
graphAreaGrExtent
int graphAreaGrExtent
graphAreaGrColor
java.awt.Color graphAreaGrColor
graphAreaBgVisibleChoice
javax.swing.JCheckBox graphAreaBgVisibleChoice
graphAreaBgColorButton
com.elegantj.editors.ColorChooser graphAreaBgColorButton
graphAreaGrButton
javax.swing.JButton graphAreaGrButton
m_Parent
javax.swing.JPanel m_Parent
m_Object
GraphPanel m_Object
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_ColorTab
java.util.Vector m_ColorTab
- Specifies the Graph Colors
m_Object
GraphPanel m_Object
m_OkPressed
boolean m_OkPressed
m_kGraphType
int m_kGraphType
okButton
javax.swing.JButton okButton
m_LowerPanel
javax.swing.JPanel m_LowerPanel
m_gpPanel
javax.swing.JPanel m_gpPanel
generalPanel
GeneralProperty generalPanel
backgroundPanel
BackgroundProperty backgroundPanel
graphAreaPanel
GraphAreaProperty graphAreaPanel
mouseOverPanel
MouseOverProperty mouseOverPanel
tooltipPanel
TooltipProperty tooltipPanel
titlePanel
TitleProperties titlePanel
xAxisPanel
XAxisProperties xAxisPanel
yAxisPanel
YAxisProperties yAxisPanel
zAxisPanel
ZAxisProperties zAxisPanel
m_bStandAlone
boolean m_bStandAlone
m_showGeneralProperty
boolean m_showGeneralProperty
isDebugMode
boolean isDebugMode
m_PropertyChangeSupport
java.beans.PropertyChangeSupport m_PropertyChangeSupport
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
cmbGraphType
javax.swing.JComboBox cmbGraphType
m_gEx
GraphEx m_gEx
graphExProperties
GraphExProperties graphExProperties
generalPanel
GeneralProperty generalPanel
backgroundPanel
BackgroundProperty backgroundPanel
graphAreaPanel
GraphAreaProperty graphAreaPanel
mouseOverPanel
MouseOverProperty mouseOverPanel
tooltipPanel
TooltipProperty tooltipPanel
titlePanel
TitleProperties titlePanel
xAxisPanel
XAxisProperties xAxisPanel
yAxisPanel
YAxisProperties yAxisPanel
zAxisPanel
ZAxisProperties zAxisPanel
mouseOverPanel2
MouseOverProperty mouseOverPanel2
yAxisPanel2
YAxisProperties yAxisPanel2
zAxisPanel2
ZAxisProperties zAxisPanel2
barPanel
BarProperties barPanel
linePanel
LineProperties linePanel
areaPanel
AreaProperties areaPanel
piePanel
PieProperties piePanel
radarPanel
RadarProperties radarPanel
candlePanel
CandleProperties candlePanel
bubblePanel
BubbleProperties bubblePanel
donutPanel
DoughnutProperties donutPanel
m_ApplyDlg
com.elegantj.common.propertysheet.IApplyDialog m_ApplyDlg
- Specifies the Customizer Dialog class
m_strPropertyType
java.lang.String m_strPropertyType
m_OriginalClipRect
java.awt.Rectangle m_OriginalClipRect
- Specifies the original clipping rectange
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_NotePosition
int m_NotePosition
- Specifies Z-Axis Position (LEFT/RIGHT/TOP/BOTTOM)
m_MaxStrLength
int m_MaxStrLength
- Specifies the maximum number of character
m_ZAxisNameHeight
int m_ZAxisNameHeight
- Specifies the Z axis name height in pixel
m_LabelList
java.util.Vector m_LabelList
- Specifies the Label list
m_GraphFormTable
java.util.Vector m_GraphFormTable
- Specifies the Graph form table object
m_Formatter
ValueFormat m_Formatter
- Specifies the Value formatting Object
m_inV
int m_inV
m_inH
int m_inH
m_Height
int m_Height
m_Width
int m_Width
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
xTF
javax.swing.JTextField xTF
- Specifies the Bound textfields
yTF
javax.swing.JTextField yTF
- Specifies the Bound textfields
widthTF
javax.swing.JTextField widthTF
- Specifies the Bound textfields
heightTF
javax.swing.JTextField heightTF
- Specifies the Bound textfields
visibleCHB
javax.swing.JCheckBox visibleCHB
- Specifies the Visible
layeredCHB
javax.swing.JCheckBox layeredCHB
- Specifies the Layered
seriesAxisLabelCB
javax.swing.JComboBox seriesAxisLabelCB
- Specifies the Database Column Name ComboBox for X-Axis
numericalAxisLabelCB
javax.swing.JComboBox numericalAxisLabelCB
- Specifies the Database Column Name ComboBox for Y-Axis
numericalAxisLabelCB2
javax.swing.JComboBox numericalAxisLabelCB2
- Specifies the Database Column Name ComboBox for Y-Axis
itemAxisLabelCB
javax.swing.JComboBox itemAxisLabelCB
- Specifies the Database Column Name ComboBox for Item Axis
itemAxisLabelCB2
javax.swing.JComboBox itemAxisLabelCB2
- Specifies the Database Column Name ComboBox for Item Axis
borderB
javax.swing.JButton borderB
- Specifies the Border Button
numericalColNames
java.util.Vector numericalColNames
- Specifies the Numerical column Name List
nonNumericalColNames
java.util.Vector nonNumericalColNames
- Specifies the Non-Numerical column Name List
borderEditor
com.elegantj.editors.JFCBorderEditor borderEditor
- Specifies the Editors
parentFrame
java.awt.Frame parentFrame
- Specifies the Parent frame
m_Bounds
java.awt.Rectangle m_Bounds
m_bVisible
boolean m_bVisible
m_bLayered
boolean m_bLayered
m_strSerialAxisLabel
java.lang.String m_strSerialAxisLabel
m_strNumericalAxisLabel
java.lang.String m_strNumericalAxisLabel
m_strNumericalAxisLabel2
java.lang.String m_strNumericalAxisLabel2
m_strItemAxisLabel
java.lang.String m_strItemAxisLabel
m_strItemAxisLabel2
java.lang.String m_strItemAxisLabel2
m_Border
javax.swing.border.Border m_Border
m_Parent
javax.swing.JPanel m_Parent
m_Object
GraphPanel m_Object
m_GraphEx
GraphEx m_GraphEx
m_bPopulateGraph
boolean m_bPopulateGraph
m_ColNameTypeTable
HashtableEx m_ColNameTypeTable
m_YAxisMaxLabelValue
double m_YAxisMaxLabelValue
- Specifies the maximum label value of y-axis
m_YAxisMinLabelValue
double m_YAxisMinLabelValue
- Specifies the minimum label value of y-axis
m_fYAxisCommaFormat
boolean m_fYAxisCommaFormat
- Specifies whether or not the comma format is applied to y-axis
m_XLabelList
java.util.Vector m_XLabelList
- Specifies the x-axis labels
m_ZLabelList
java.util.Vector m_ZLabelList
- Specifies the z-axis labels
m_DataMatrix
java.util.Vector m_DataMatrix
- Specifies the graph data
m_XMaxLabelWidthString
java.lang.String m_XMaxLabelWidthString
- Specifies the x-axis label maximum width
m_YMaxLabelWidthString
java.lang.String m_YMaxLabelWidthString
- Specifies the y-axis label maximum width
m_PlusYLabels
int m_PlusYLabels
- Specifies the total number of y-axis maximum labels
m_MinusYLabels
int m_MinusYLabels
- Specifies the total number of y-axis minimum labels
m_YAbsRegGrad
double m_YAbsRegGrad
- Specifies the total number of y-axis gradient labels
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum label value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum label value
m_YMaxValue
double m_YMaxValue
- Specifies the y-axis maximum value
m_YMinValue
double m_YMinValue
- Specifies the y-axis minimum value
m_XAxisMaxLabelValue
double m_XAxisMaxLabelValue
- Specifies the maximum label value of X-axis
m_XAxisMinLabelValue
double m_XAxisMinLabelValue
- Specifies the minimum label value of X-axis
m_fXAxisCommaFormat
boolean m_fXAxisCommaFormat
- Specifies whether or not the comma format is applied to X-axis
m_PlusXLabels
int m_PlusXLabels
- Specifies the total number of X-axis maximum labels
m_MinusXLabels
int m_MinusXLabels
- Specifies the total number of X-axis minimum labels
m_XAbsGradLabel
double m_XAbsGradLabel
- Specifies the X-axis gradient absolute label size
m_XMaxLabelValue
double m_XMaxLabelValue
- Specifies the x-axis maximum label value
m_XMinLabelValue
double m_XMinLabelValue
- Specifies the x-axis minimum label value
m_XMaxValue
double m_XMaxValue
- Specifies the x-axis maximum value
m_XMinValue
double m_XMinValue
- Specifies the -axis minimum value
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the GraphXAxisDetail
m_LineStyleTab
int[] m_LineStyleTab
- Specifies the line styles
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
m_GraphPanel
GraphPanel m_GraphPanel
- Specifies the GraphPanel object
m_DDDetail
DrillDownDetail m_DDDetail
- Specifies the DrillDownDetail object
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Saves the state of the bean
thumbnail
javax.swing.ImageIcon thumbnail
file
java.io.File file
m_GraphObject
LineGraph m_GraphObject
m_Object
GraphLineDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
theLineProperty
java.util.Vector theLineProperty
tooltipString
java.lang.String tooltipString
m_LinePosition
int[] m_LinePosition
m_oldTransperancy
int m_oldTransperancy
lineStyledEnableChoice
javax.swing.JCheckBox lineStyledEnableChoice
lineCurvedEnableChoice
javax.swing.JCheckBox lineCurvedEnableChoice
lineShadowColorEnableChoice
javax.swing.JCheckBox lineShadowColorEnableChoice
lineStyleChoice
javax.swing.JComboBox lineStyleChoice
linePositionCB
javax.swing.JComboBox linePositionCB
lineShadowColorB
com.elegantj.editors.ColorChooser lineShadowColorB
linesPropertiesB
javax.swing.JButton linesPropertiesB
lineTooltipB
javax.swing.JButton lineTooltipB
TransperancySlider
javax.swing.JSlider TransperancySlider
b_PropertyChanged
boolean b_PropertyChanged
moFont
java.awt.Font moFont
brStyle
int brStyle
brWidth
int brWidth
brColor
java.awt.Color brColor
shStyle
int shStyle
shWidth
int shWidth
shColor
java.awt.Color shColor
moText
java.lang.String moText
graphMOTextEnableChoice
javax.swing.JCheckBox graphMOTextEnableChoice
grpahMOTextStaticChoice
javax.swing.JCheckBox grpahMOTextStaticChoice
graphMOTextAlignChoice
javax.swing.JComboBox graphMOTextAlignChoice
graphMOTextButton
javax.swing.JButton graphMOTextButton
graphMOTextMaxLenTextField
javax.swing.JTextField graphMOTextMaxLenTextField
graphMOTextFontButton
javax.swing.JButton graphMOTextFontButton
graphMOTextBgVisibleChoice
javax.swing.JCheckBox graphMOTextBgVisibleChoice
graphMOTextBgColorButton
com.elegantj.editors.ColorChooser graphMOTextBgColorButton
graphMOTextFrColorButton
com.elegantj.editors.ColorChooser graphMOTextFrColorButton
graphMOBrShButton
javax.swing.JButton graphMOBrShButton
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_Parent
javax.swing.JPanel m_Parent
m_Object
GraphPanel m_Object
m_GraphType
int m_GraphType
m_GraphObject
PieGraph m_GraphObject
m_Object
GraphPieDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_oldPieStartAngle
int m_oldPieStartAngle
m_oldPieWidth
int m_oldPieWidth
m_oldPieHeight
int m_oldPieHeight
m_oldPieDepth
int m_oldPieDepth
m_oldPieCol
int m_oldPieCol
m_oldPieRow
int m_oldPieRow
m_oldPieGap
int m_oldPieGap
m_oldPieTransperancy
int m_oldPieTransperancy
totalPies
int totalPies
isPieColorChanged
boolean isPieColorChanged
thePieColorArray
java.util.Vector thePieColorArray
grVisible
boolean grVisible
grStyle
int grStyle
grAngle
int grAngle
grExtent
int grExtent
tooltipString
java.lang.String tooltipString
pieColorButton
javax.swing.JButton pieColorButton
pieBrVisible
javax.swing.JCheckBox pieBrVisible
brStyleChoice
javax.swing.JComboBox brStyleChoice
brWidthChoice
LineThicknessComboBox brWidthChoice
brColorButton
com.elegantj.editors.ColorChooser brColorButton
grButton
javax.swing.JButton grButton
pieStartAngleTextField
javax.swing.JTextField pieStartAngleTextField
pieWidthTextField
javax.swing.JTextField pieWidthTextField
pieHeightTextField
javax.swing.JTextField pieHeightTextField
pieDepthTextField
javax.swing.JTextField pieDepthTextField
pieRowTextField
javax.swing.JTextField pieRowTextField
pieColTextField
javax.swing.JTextField pieColTextField
pieGapTextField
javax.swing.JTextField pieGapTextField
pieTooltipButton
javax.swing.JButton pieTooltipButton
generalPanel
javax.swing.JPanel generalPanel
formatPanel
javax.swing.JPanel formatPanel
TransperancySlider
javax.swing.JSlider TransperancySlider
bColorChanged
boolean bColorChanged
m_GraphObject
RadarGraph m_GraphObject
m_Object
GraphRadarDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_oldRadarDiameter
int m_oldRadarDiameter
totalRadars
int totalRadars
m_oldRadarTransperancy
int m_oldRadarTransperancy
m_oldRadarBorderWidth
int m_oldRadarBorderWidth
isRadarColorChanged
boolean isRadarColorChanged
theRadarColorArray
java.util.Vector theRadarColorArray
grVisible
boolean grVisible
grStyle
int grStyle
grAngle
int grAngle
grExtent
int grExtent
tooltipString
java.lang.String tooltipString
radarColorButton
javax.swing.JButton radarColorButton
radarBrVisible
javax.swing.JCheckBox radarBrVisible
brWidthChoice
LineThicknessComboBox brWidthChoice
brColorButton
com.elegantj.editors.ColorChooser brColorButton
grButton
javax.swing.JButton grButton
radarDiameterTF
javax.swing.JTextField radarDiameterTF
TransperancySlider
javax.swing.JSlider TransperancySlider
radarTooltipButton
javax.swing.JButton radarTooltipButton
generalPanel
javax.swing.JPanel generalPanel
bColorChanged
boolean bColorChanged
text
java.lang.String text
- Specifies the text of the row item
color
java.awt.Color color
- Specifies the color of the row item
style
int style
- Specifies the style of the row item
gradientColor
java.awt.Color gradientColor
m_AlignType
int m_AlignType
- Specifies the alignment
m_GraphObject
GraphPanel m_GraphObject
m_Object
GraphTitleDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
titleFont
java.awt.Font titleFont
brStyle
int brStyle
brWidth
int brWidth
brColor
java.awt.Color brColor
shStyle
int shStyle
shWidth
int shWidth
shColor
java.awt.Color shColor
nameVisibleChoice
javax.swing.JCheckBox nameVisibleChoice
nameStringTextField
javax.swing.JTextField nameStringTextField
nameMaxLineChoice
javax.swing.JComboBox nameMaxLineChoice
nameAlignChoice
javax.swing.JComboBox nameAlignChoice
namePositionChoice
javax.swing.JComboBox namePositionChoice
nameFontButton
javax.swing.JButton nameFontButton
nameFrColorButton
com.elegantj.editors.ColorChooser nameFrColorButton
nameBgVisibleChoice
javax.swing.JCheckBox nameBgVisibleChoice
nameBgColorButton
com.elegantj.editors.ColorChooser nameBgColorButton
nameBrButton
javax.swing.JButton nameBrButton
tabPanel
javax.swing.JPanel tabPanel
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_TtComponent
java.awt.Container m_TtComponent
- Specifies the Parent component of this tooltip
m_TooltipVisible
boolean m_TooltipVisible
- Specifies the Tooltip is Enable or Disable
m_TtShowInterval
long m_TtShowInterval
- Specifies the Tooltip show after this interval
m_TtVisibleInterval
long m_TtVisibleInterval
- Specifies the Tooltip is visible for this interval
m_TtBorderStyle
int m_TtBorderStyle
- Specifies the Tooltip Border is Style
m_TtBorderWidth
int m_TtBorderWidth
- Specifies the Tooltip Border Width
m_TtBorderColor
java.awt.Color m_TtBorderColor
- Specifies the Tooltip Border Color
m_TtShadowStyle
int m_TtShadowStyle
- Specifies the Tooltip Shadow is Style
m_TtShadowWidth
int m_TtShadowWidth
- Specifies the Tooltip Shadow Width
m_TtShadowColor
java.awt.Color m_TtShadowColor
- Specifies the Tooltip Shadow Color
m_TtViewRect
java.awt.Rectangle m_TtViewRect
- Specifies the Tooltip View Rectangle
m_TooltipString
java.lang.String m_TooltipString
- Specifies the Tooltip string
m_TtThread
java.lang.Thread m_TtThread
- Specifies the Tooltip Thread
movePoint_x
int movePoint_x
- Specifies the Tooltip starting X point
movePoint_y
int movePoint_y
- Specifies the Tooltip starting Y point
show_tooltip
boolean show_tooltip
- Specifies the Tooltip flag to show/Hide
ttFont
java.awt.Font ttFont
brStyle
int brStyle
brWidth
int brWidth
brColor
java.awt.Color brColor
m_sTooltipText
java.lang.String m_sTooltipText
graphTtEnableChoice
javax.swing.JCheckBox graphTtEnableChoice
graphTtDefaultStringB
javax.swing.JButton graphTtDefaultStringB
graphTtShowIntervalTextField
javax.swing.JTextField graphTtShowIntervalTextField
graphTtVisibleIntervalTextField
javax.swing.JTextField graphTtVisibleIntervalTextField
graphTtFontButton
javax.swing.JButton graphTtFontButton
graphTtBgColorButton
com.elegantj.editors.ColorChooser graphTtBgColorButton
graphTtFrColorButton
com.elegantj.editors.ColorChooser graphTtFrColorButton
graphTtBrButton
javax.swing.JButton graphTtBrButton
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
m_Parent
javax.swing.JPanel m_Parent
m_Object
GraphPanel m_Object
m_GraphObject
GraphPanel m_GraphObject
m_Object
GraphXAxisDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
nameFont
java.awt.Font nameFont
labelFont
java.awt.Font labelFont
brStyle
int brStyle
brWidth
int brWidth
brColor
java.awt.Color brColor
shStyle
int shStyle
shWidth
int shWidth
shColor
java.awt.Color shColor
tooltipString
java.lang.String tooltipString
m_lineWidth
int m_lineWidth
valueIntervalTextField
javax.swing.JTextField valueIntervalTextField
maxValueTextField
javax.swing.JTextField maxValueTextField
minValueTextField
javax.swing.JTextField minValueTextField
nameVisibleChoice
javax.swing.JCheckBox nameVisibleChoice
nameStringTextField
javax.swing.JTextField nameStringTextField
nameMaxLineChoice
javax.swing.JComboBox nameMaxLineChoice
nameAlignChoice
javax.swing.JComboBox nameAlignChoice
nameFontButton
javax.swing.JButton nameFontButton
nameFrColorButton
com.elegantj.editors.ColorChooser nameFrColorButton
nameBgVisibleChoice
javax.swing.JCheckBox nameBgVisibleChoice
nameBgColorButton
com.elegantj.editors.ColorChooser nameBgColorButton
nameBrButton
javax.swing.JButton nameBrButton
labelVisibleChoice
javax.swing.JCheckBox labelVisibleChoice
labelAlignChoice
javax.swing.JComboBox labelAlignChoice
labelGap
javax.swing.JTextField labelGap
labelFontButton
javax.swing.JButton labelFontButton
labelFrColorButton
com.elegantj.editors.ColorChooser labelFrColorButton
labelBgVisibleChoice
javax.swing.JCheckBox labelBgVisibleChoice
labelBgColorButton
com.elegantj.editors.ColorChooser labelBgColorButton
labelDrillDownChoice
javax.swing.JCheckBox labelDrillDownChoice
labelTooltipButton
javax.swing.JButton labelTooltipButton
labelOverLapChoice
javax.swing.JCheckBox labelOverLapChoice
labelAlignAngle
javax.swing.JSpinner labelAlignAngle
axisLineWidthChoice
LineThicknessComboBox axisLineWidthChoice
axisLineColorButton
com.elegantj.editors.ColorChooser axisLineColorButton
tickLineVisibleChoice
javax.swing.JCheckBox tickLineVisibleChoice
tickLinePositionChoice
javax.swing.JComboBox tickLinePositionChoice
tickLineWidthChoice
LineThicknessComboBox tickLineWidthChoice
tickLineHeightChoice
javax.swing.JComboBox tickLineHeightChoice
tickLineColorButton
com.elegantj.editors.ColorChooser tickLineColorButton
gridLineVisibleChoice
javax.swing.JCheckBox gridLineVisibleChoice
gridLineStyleChoice
javax.swing.JComboBox gridLineStyleChoice
gridLineWidthChoice
LineThicknessComboBox gridLineWidthChoice
gridLineColorButton
com.elegantj.editors.ColorChooser gridLineColorButton
zeroGridLineStyleChoice
javax.swing.JComboBox zeroGridLineStyleChoice
zeroGridLineWidthChoice
LineThicknessComboBox zeroGridLineWidthChoice
zeroGridLineColorButton
com.elegantj.editors.ColorChooser zeroGridLineColorButton
gridStripVisibleChoice
javax.swing.JCheckBox gridStripVisibleChoice
gridStripColorButton
com.elegantj.editors.ColorChooser gridStripColorButton
generalPanel
javax.swing.JPanel generalPanel
namePanel
javax.swing.JPanel namePanel
labelPanel
javax.swing.JPanel labelPanel
axisLinePanel
javax.swing.JPanel axisLinePanel
gridPanel
javax.swing.JPanel gridPanel
m_TickPosition
int[] m_TickPosition
IsEnableFormat
boolean IsEnableFormat
m_GraphType
int m_GraphType
m_GraphObject
GraphPanel m_GraphObject
m_Object
GraphYAxisDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
nameFont
java.awt.Font nameFont
labelFont
java.awt.Font labelFont
brStyle
int brStyle
brWidth
int brWidth
brColor
java.awt.Color brColor
shStyle
int shStyle
shWidth
int shWidth
shColor
java.awt.Color shColor
tooltipString
java.lang.String tooltipString
m_lineWidth
int m_lineWidth
valueIntervalTextField
javax.swing.JTextField valueIntervalTextField
unitLabelTextField
javax.swing.JTextField unitLabelTextField
maxValueTextField
javax.swing.JTextField maxValueTextField
minValueTextField
javax.swing.JTextField minValueTextField
divisionTextField
javax.swing.JTextField divisionTextField
computationTypeChoice
javax.swing.JComboBox computationTypeChoice
positionCB
javax.swing.JComboBox positionCB
nameVisibleChoice
javax.swing.JCheckBox nameVisibleChoice
nameStringTextField
javax.swing.JTextField nameStringTextField
nameMaxLineChoice
javax.swing.JComboBox nameMaxLineChoice
nameAlignChoice
javax.swing.JComboBox nameAlignChoice
nameFontButton
javax.swing.JButton nameFontButton
nameFrColorButton
com.elegantj.editors.ColorChooser nameFrColorButton
nameBgVisibleChoice
javax.swing.JCheckBox nameBgVisibleChoice
nameBgColorButton
com.elegantj.editors.ColorChooser nameBgColorButton
nameBrButton
javax.swing.JButton nameBrButton
labelVisibleChoice
javax.swing.JCheckBox labelVisibleChoice
labelFontButton
javax.swing.JButton labelFontButton
labelFrColorButton
com.elegantj.editors.ColorChooser labelFrColorButton
labelBgVisibleChoice
javax.swing.JCheckBox labelBgVisibleChoice
labelBgColorButton
com.elegantj.editors.ColorChooser labelBgColorButton
labelDrillDownChoice
javax.swing.JCheckBox labelDrillDownChoice
labelTooltipButton
javax.swing.JButton labelTooltipButton
labelOverLapChoice
javax.swing.JCheckBox labelOverLapChoice
labelAlignAngle
javax.swing.JSpinner labelAlignAngle
axisLineWidthChoice
LineThicknessComboBox axisLineWidthChoice
axisLineColorButton
com.elegantj.editors.ColorChooser axisLineColorButton
tickLineVisibleChoice
javax.swing.JCheckBox tickLineVisibleChoice
tickLinePositionChoice
javax.swing.JComboBox tickLinePositionChoice
tickLineWidthChoice
LineThicknessComboBox tickLineWidthChoice
tickLineHeightChoice
javax.swing.JComboBox tickLineHeightChoice
tickLineColorButton
com.elegantj.editors.ColorChooser tickLineColorButton
gridLineVisibleChoice
javax.swing.JCheckBox gridLineVisibleChoice
gridLineStyleChoice
javax.swing.JComboBox gridLineStyleChoice
gridLineWidthChoice
LineThicknessComboBox gridLineWidthChoice
gridLineColorButton
com.elegantj.editors.ColorChooser gridLineColorButton
zeroGridLineStyleChoice
javax.swing.JComboBox zeroGridLineStyleChoice
zeroGridLineWidthChoice
LineThicknessComboBox zeroGridLineWidthChoice
zeroGridLineColorButton
com.elegantj.editors.ColorChooser zeroGridLineColorButton
gridStripVisibleChoice
javax.swing.JCheckBox gridStripVisibleChoice
gridStripColorButton
com.elegantj.editors.ColorChooser gridStripColorButton
generalPanel
javax.swing.JPanel generalPanel
namePanel
javax.swing.JPanel namePanel
labelPanel
javax.swing.JPanel labelPanel
axisLinePanel
javax.swing.JPanel axisLinePanel
gridPanel
javax.swing.JPanel gridPanel
m_computType
int[] m_computType
m_TickPosition
int[] m_TickPosition
m_GraphType
int m_GraphType
m_GraphObject
GraphPanel m_GraphObject
m_Object
GraphZAxisDetail m_Object
m_Parent
javax.swing.JPanel m_Parent
m_bStandAlone
boolean m_bStandAlone
m_hLabelPropertyTable
HashtableEx m_hLabelPropertyTable
nameFont
java.awt.Font nameFont
labelFont
java.awt.Font labelFont
brStyle
int brStyle
brWidth
int brWidth
brColor
java.awt.Color brColor
shStyle
int shStyle
shWidth
int shWidth
shColor
java.awt.Color shColor
genBrStyle
int genBrStyle
genBrWidth
int genBrWidth
genBrColor
java.awt.Color genBrColor
genShStyle
int genShStyle
genShWidth
int genShWidth
genShColor
java.awt.Color genShColor
tooltipString
java.lang.String tooltipString
axisVisibleChoice
javax.swing.JCheckBox axisVisibleChoice
strLengthTextField
javax.swing.JTextField strLengthTextField
axisPositionChoice
javax.swing.JComboBox axisPositionChoice
axisAlignChoice
javax.swing.JComboBox axisAlignChoice
axisBgVisibleChoice
javax.swing.JCheckBox axisBgVisibleChoice
axisBgColorButton
com.elegantj.editors.ColorChooser axisBgColorButton
axisBrButton
javax.swing.JButton axisBrButton
nameVisibleChoice
javax.swing.JCheckBox nameVisibleChoice
nameStringTextField
javax.swing.JTextField nameStringTextField
nameMaxLineChoice
javax.swing.JComboBox nameMaxLineChoice
nameAlignChoice
javax.swing.JComboBox nameAlignChoice
nameFontButton
javax.swing.JButton nameFontButton
nameFrColorButton
com.elegantj.editors.ColorChooser nameFrColorButton
nameBgVisibleChoice
javax.swing.JCheckBox nameBgVisibleChoice
nameBgColorButton
com.elegantj.editors.ColorChooser nameBgColorButton
nameBrButton
javax.swing.JButton nameBrButton
labelVisibleChoice
javax.swing.JCheckBox labelVisibleChoice
labelFontButton
javax.swing.JButton labelFontButton
labelFrColorButton
com.elegantj.editors.ColorChooser labelFrColorButton
labelBgVisibleChoice
javax.swing.JCheckBox labelBgVisibleChoice
labelBgColorButton
com.elegantj.editors.ColorChooser labelBgColorButton
labelDrillDownChoice
javax.swing.JCheckBox labelDrillDownChoice
labelTooltipButton
javax.swing.JButton labelTooltipButton
generalPanel
javax.swing.JPanel generalPanel
namePanel
javax.swing.JPanel namePanel
labelPanel
javax.swing.JPanel labelPanel
m_Position
int[] m_Position
m_GraphType
int m_GraphType
m_XZoomFactor
float m_XZoomFactor
- Specifies the zoom factor for x coordinate
m_YZoomFactor
float m_YZoomFactor
- Specifies the zoom factor for y coordinate
|
Package com.elegantj.graphx.bar |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
barPanel
BarProperties barPanel
m_GraphBarDetail
GraphBarDetail m_GraphBarDetail
- Specifies the Bar Properties of Graph
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the Explanation area height
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_ZGradLength
int m_ZGradLength
- Specifies the z-axis gradient length
m_FontHeight
int m_FontHeight
- Specifies the font height
m_BarWidth
int m_BarWidth
- Specifies the bar width
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_BarGraphExplanNotes
BarGraphExplanNotes m_BarGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphBarDetail
GraphBarDetail m_GraphBarDetail
- Specifies the Bar Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_3DHOffset
int m_3DHOffset
- Specifies the Horizontal Deviation for Display 3D effect
m_3DVOffset
int m_3DVOffset
- Specifies the Vertical Deviation for Display 3D effect
m_BarGraph
BarGraph m_BarGraph
- Specifies BarGraph Object
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the Explanation area Position(NORTH/EAST/SOUTH/WEST)
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
m_SBDataMatrix
java.util.Vector m_SBDataMatrix
- contain graph data for stacked bar graph
m_PolXLabelList
java.awt.Polygon[] m_PolXLabelList
- contain bound polygon of X axis labels
m_PolYLabelList
java.awt.Polygon[] m_PolYLabelList
- contain bound polygon of Y axis labels
m_YLabelVSteps
int m_YLabelVSteps
- Specifies the number of Y-axis labels skip steps
m_PyramidSet
java.awt.Polygon[] m_PyramidSet
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
m_lastPointX
int m_lastPointX
- Specifies the Previous point Where Mouse Over effect is drawn
m_lastPointY
int m_lastPointY
- Specifies the Previous point Where Mouse Over effect is drawn
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_XMaxLabelWidth
int m_XMaxLabelWidth
m_YLabelVSteps
int m_YLabelVSteps
m_YMaxLabelWidth
int m_YMaxLabelWidth
m_PercentageDataMatrix
java.util.Vector m_PercentageDataMatrix
m_PercentageDataMatrix
java.util.Vector m_PercentageDataMatrix
- this contain graph data in percentage form
m_dMaxData
double m_dMaxData
- contain maximum stacked data value
m_dMinData
double m_dMinData
- contain minimum stacked data value
m_PercentageDataMatrix
java.util.Vector m_PercentageDataMatrix
- this contain graph data in percentage form
m_dMaxData
double m_dMaxData
- contain maximum stacked data value
m_dMinData
double m_dMinData
- contain minimum stacked data value
m_PercentageDataMatrix
java.util.Vector m_PercentageDataMatrix
m_PyramidSet
java.awt.Polygon[] m_PyramidSet
m_PyramidRectangle
java.awt.Rectangle m_PyramidRectangle
m_PyramidSet
java.awt.Polygon[] m_PyramidSet
m_PyramidRectangle
java.awt.Rectangle m_PyramidRectangle
- contain bound rectangle of pyramid for redraw
m_lastPointX
int m_lastPointX
- Specifies the Previous point Where Mouse Over effect is drawn
m_lastPointY
int m_lastPointY
- Specifies the Previous point Where Mouse Over effect is drawn
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_PyramidSet
java.awt.Polygon[] m_PyramidSet
- this polygon array contain the front side of pyramid
m_PyramidRectangle
java.awt.Rectangle m_PyramidRectangle
m_PyramidSet
java.awt.Polygon[] m_PyramidSet
- this polygon array contain the front side of pyramid
m_PyramidRectangle
java.awt.Rectangle m_PyramidRectangle
|
Package com.elegantj.graphx.bubble |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
bubblePanel
BubbleProperties bubblePanel
m_GraphBubbleDetail
GraphBubbleDetail m_GraphBubbleDetail
- Specifies the Bubble Properties of Graph
m_BubbleGraph
BubbleGraph m_BubbleGraph
- Specifies BubbleGraph Object
m_GraphBubbleDetail
GraphBubbleDetail m_GraphBubbleDetail
- Specifies GraphBubbleDetail Object
m_BubbleGraphExplanNotes
BubbleGraphExplanNotes m_BubbleGraphExplanNotes
- Specifies the graph explanation notes
m_BubbleMaxSizeValue
double m_BubbleMaxSizeValue
- Specifies the Bubble Max Size Value
m_BubbleMinSizeValue
double m_BubbleMinSizeValue
- Specifies the Bubble Min Size Value
m_ClipRectangle
java.awt.Rectangle m_ClipRectangle
- Specifies GraphFrontRectangle
m_VBubbleSet
java.util.Vector m_VBubbleSet
- contain all Bubble
m_BubbleRectangle
java.awt.Rectangle m_BubbleRectangle
- Specifies Bubble Rectangle
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
|
Package com.elegantj.graphx.candle |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
candlePanel
CandleProperties candlePanel
m_GraphCandleDetail
GraphCandleDetail m_GraphCandleDetail
- Specifies the Candle Properties of Graph
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the Explanation area height
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_ZGradLength
int m_ZGradLength
- Specifies the z-axis gradient length
m_FontHeight
int m_FontHeight
- Specifies the font height
m_BarWidth
int m_BarWidth
- Specifies the bar width
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_CandleGraphExplanNotes
CandleGraphExplanNotes m_CandleGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphCandleDetail
GraphCandleDetail m_GraphCandleDetail
- Specifies the Bar Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_3DHOffset
int m_3DHOffset
- Specifies the Horizontal Deviation for Display 3D effect
m_3DVOffset
int m_3DVOffset
- Specifies the Vertical Deviation for Display 3D effect
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the Explanation area Position(NORTH/EAST/SOUTH/WEST)
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
m_CandleGraph
CandleGraph m_CandleGraph
- Specifies CandleGraph Object
m_CandleDataVect
java.util.Vector m_CandleDataVect
m_ShadowLineWidth
int m_ShadowLineWidth
m_RealBodyWidth
int m_RealBodyWidth
m_FilledBodyColor
java.awt.Color m_FilledBodyColor
m_EmptyBodyColor
java.awt.Color m_EmptyBodyColor
m_ShadowLineColor
java.awt.Color m_ShadowLineColor
m_PolXLabelList
java.awt.Polygon[] m_PolXLabelList
- contain bound polygon of X axis labels
m_PolYLabelList
java.awt.Polygon[] m_PolYLabelList
- contain bound polygon of Y axis labels
m_YLabelVSteps
int m_YLabelVSteps
- Specifies the number of Y-axis labels skip steps
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
|
Package com.elegantj.graphx.doughnut |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
doughtnutPanel
DoughnutProperties doughtnutPanel
m_GraphDonutDetail
GraphDonutDetail m_GraphDonutDetail
- Specifies the Donut Properties of Graph
m_NoOfLabels
int m_NoOfLabels
- Specifie the Series axis is present
m_XMaxLabelWidth
int m_XMaxLabelWidth
m_XLabelHeight
int m_XLabelHeight
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_FontHeight
int m_FontHeight
- Specifies the font height
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_DoughnutGraphExplanNotes
DoughnutGraphExplanNotes m_DoughnutGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphDonutDetail
GraphDonutDetail m_GraphDonutDetail
- Specifies the Doughnut Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_DoughnutGraph
DoughnutGraph m_DoughnutGraph
- Specifies DoughnutGraph Object
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the explanation area position(LEFT/RIGHT/TOP/BOTTOM/CENTER)
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the explanation area height
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
dataPointRect
java.awt.Rectangle dataPointRect
- Specifies Mouse over DataPoint Circle Rectangle
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
m_NegValRep
int m_NegValRep
- Specifies the representation type for yaxis label -ve value
m_TotalOfDataMatrix
int[] m_TotalOfDataMatrix
- Contain Total of each Row from data matrix
m_DonutShapeList
java.awt.Shape[] m_DonutShapeList
- Contain Doughnut Shpae
m_DonutHOffset
int m_DonutHOffset
- Donut parameter
m_DonutVOffset
int m_DonutVOffset
m_DonutWidth
int m_DonutWidth
m_DonutHeight
int m_DonutHeight
m_DonutBarWidth
double m_DonutBarWidth
m_DonutBoundRect
java.awt.Rectangle m_DonutBoundRect
m_StaticTextPoint
java.awt.Point[] m_StaticTextPoint
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
m_TotalOfDataMatrix
int m_TotalOfDataMatrix
|
Package com.elegantj.graphx.histogram |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
barPanel
BarProperties barPanel
|
Package com.elegantj.graphx.line |
m_DPShape
java.util.Vector m_DPShape
- Specifies the Line DataPoint shapes
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Saves the state of the bean
linePanel
LineProperties linePanel
m_GraphLineDetail
GraphLineDetail m_GraphLineDetail
- Specifies the Line Properties of Graph
m_3DEffectEnable
boolean m_3DEffectEnable
- Specifies the Graph 3D effect Enable/Disable
m_GraphStripEnable
boolean m_GraphStripEnable
- Specifies the Graph Strip Enable/Disable
m_LineGraphTypeObject
LineGraphTypeObject m_LineGraphTypeObject
text
java.lang.String text
- Specifies the text of the row item
m_LineColor
java.awt.Color m_LineColor
- Specifies the color of Line
m_LineWidth
int m_LineWidth
- Specifies the width of Line
m_DataPointShape
int m_DataPointShape
- Specifies Line DataPointShape on Line
m_DPShapeWidth
int m_DPShapeWidth
- Specifies width of DataPointShape on Line
m_DPShapeHeight
int m_DPShapeHeight
- Specifies height of DataPointShape on Line
m_DPShapeColor
java.awt.Color m_DPShapeColor
- Specifies color of DataPointShape on Line
m_DPShapeBorderVisible
boolean m_DPShapeBorderVisible
- Specifies border of DataPointShape is visible or not
m_DPShapeBorderColor
java.awt.Color m_DPShapeBorderColor
- Specifies bordercolor of DataPointShape on Line
m_StripWidth
int m_StripWidth
- Specifies the width of 3D Strip in percentage of 3D H Offset
m_StripBorderColor
java.awt.Color m_StripBorderColor
- Specifies bordercolor of DataPointShape on Line
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the explanation area height
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_ZGradLength
int m_ZGradLength
- Specifies the z-axis gradient length
m_FontHeight
int m_FontHeight
- Specifies the font height
m_LineWidth
int m_LineWidth
- Specifies the line width
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_LineGraphExplanNotes
LineGraphExplanNotes m_LineGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphLineDetail
GraphLineDetail m_GraphLineDetail
- Specifies the Line Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_3DHOffset
int m_3DHOffset
- Specifies the Horizontal Deviation for Display 3D effect
m_3DVOffset
int m_3DVOffset
- Specifies the Vertical Deviation for Display 3D effect
m_LineGraph
LineGraph m_LineGraph
- Specifies LineGraph Object
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the Explanation area Position(NORTH/EAST/SOUTH/WEST)
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
zoomedRect
java.awt.Rectangle zoomedRect
- stores the boundes of zommed datapointshape area
theLeftGap
int theLeftGap
- Horizontal gap
m_LinePosition
int m_LinePosition
- Specifies the position of line (MIDDLE/FRONT/BACK)
m_YAxisPosition
int m_YAxisPosition
- Specifies the position of Y Axis (LEFT/RIGHT)
m_PolXLabelList
java.awt.Polygon[] m_PolXLabelList
- contain bound polygon of X axis labels
m_PolYLabelList
java.awt.Polygon[] m_PolYLabelList
- contain bound polygon of Y axis labels
m_YLabelVSteps
int m_YLabelVSteps
- Specifies the number of Y-axis labels skip steps
m_PercentageDataMatrix
java.util.Vector m_PercentageDataMatrix
m_SBDataMatrix
java.util.Vector m_SBDataMatrix
- contain graph data for stacked bar graph
|
Package com.elegantj.graphx.mix |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
linePanel
LineProperties linePanel
barPanel
BarProperties barPanel
mouseOverPanel2
MouseOverProperty mouseOverPanel2
yAxisPanel2
YAxisProperties yAxisPanel2
zAxisPanel2
ZAxisProperties zAxisPanel2
m_IsPointSet_Graph1
boolean m_IsPointSet_Graph1
- Specifies the Mouse Over effect is drawn then this flag is false
m_IsPointSet_Graph2
boolean m_IsPointSet_Graph2
- Specifies the Mouse Over effect is drawn then this flag is false
m_BarGraph
BarGraph m_BarGraph
m_LineGraph
LineGraph m_LineGraph
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanArea1_Width
int m_ExplanArea1_Width
- Specifies the explanation area 1 width
m_ExplanArea2_Width
int m_ExplanArea2_Width
- Specifies the explanation area 2 width
m_ExplanArea1_Height
int m_ExplanArea1_Height
- Specifies the explanation area height
m_ExplanArea2_Height
int m_ExplanArea2_Height
- Specifies the explanation area height
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLength2
int m_YClipLength2
- Specifies the y-axis 2 length
m_PlusYClipLength2
int m_PlusYClipLength2
- Specifies the y-axis 2 maximum extra length
m_MinusYClipLength2
int m_MinusYClipLength2
- Specifies the y-axis 2 minimum extra length
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YGradLength2
int m_YGradLength2
- Specifies the y-axis2 gradient length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_YClipLabels2
int m_YClipLabels2
- Specifies the total number of y-axis labels
m_PlusYClipLabels2
int m_PlusYClipLabels2
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels2
int m_MinusYClipLabels2
- Specifies the total number of y-axis minimum labels
m_YAbsGradLabel2
double m_YAbsGradLabel2
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue2
double m_YMaxLabelValue2
- Specifies the y-axis maximum value
m_YMinLabelValue2
double m_YMinLabelValue2
- Specifies the y-axis minimum value
m_Z1Labels
int m_Z1Labels
- Specifies the total number of z-axis labels
m_Z2Labels
int m_Z2Labels
- Specifies the total number of z-axis labels
m_ZGradLength
int m_ZGradLength
- Specifies the z-axis gradient length
m_FontHeight
int m_FontHeight
- Specifies the font height
m_LineWidth
int m_LineWidth
- Specifies the line width
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the combinedgraph label
m_GraphLabel2
GraphLabel m_GraphLabel2
- Specifies the combinedgraph label
m_BarGraphExplanNotes
BarGraphExplanNotes m_BarGraphExplanNotes
- Specifies the graph explanation notes
m_LineGraphExplanNotes
LineGraphExplanNotes m_LineGraphExplanNotes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph1
m_Graph2_YAxisDetail
GraphYAxisDetail m_Graph2_YAxisDetail
- Specifies the Y-Axis Detail for Graph2
m_Graph1_ZAxisDetail
GraphZAxisDetail m_Graph1_ZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_Graph2_ZAxisDetail
GraphZAxisDetail m_Graph2_ZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphLineDetail
GraphLineDetail m_GraphLineDetail
- Specifies the Line Properties of Graph
m_GraphBarDetail
GraphBarDetail m_GraphBarDetail
- Specifies the Bar Properties of Graph
m_BarWidth
int m_BarWidth
- Specifies the bar width
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_YAxisLabelFont2
java.awt.Font m_YAxisLabelFont2
- Specifies Y-Axis Font for another y axis
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_YMaxLabelWidth2
int m_YMaxLabelWidth2
- Specifies Y-Axis 2 Label Maximum Width
m_YAxisWidth2
int m_YAxisWidth2
- Specifies Y-Axis 2 Label Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_3DHOffset
int m_3DHOffset
- Specifies the Horizontal Deviation for Display 3D effect
m_3DVOffset
int m_3DVOffset
- Specifies the Vertical Deviation for Display 3D effect
m_CombinedGraph
CombinedGraph m_CombinedGraph
- Specifies CombinedGraph Object
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the explanation area position(LEFT/RIGHT/TOP/BOTTOM/CENTER)
m_ExplanAreaPosition2
int m_ExplanAreaPosition2
- Specifies the explanation area position For LineGraph(LEFT/RIGHT/TOP/BOTTOM/CENTER)
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_ExplanAreaAlign2
int m_ExplanAreaAlign2
- Specifies the Explanation area Alignment For LineGraph(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphYAxis2Rectangle
java.awt.Rectangle m_GraphYAxis2Rectangle
- Specifies Actual Y-Axis 2 Label Area Rectangle
m_Graph1_ZAxisRectangle
java.awt.Rectangle m_Graph1_ZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle for graph 1
m_Graph2_ZAxisRectangle
java.awt.Rectangle m_Graph2_ZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle for graph 2
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect_Graph1
java.awt.Rectangle m_MouseOverTextRect_Graph1
- Specifies Mouse Over text Area Rectangle
m_MouseOverTextRect_Graph2
java.awt.Rectangle m_MouseOverTextRect_Graph2
- Specifies Mouse Over text Area Rectangle
m_OldMODetail_Graph1
DrillDownDetail m_OldMODetail_Graph1
- Specifies old Mouse Over Object (DrillDownDetail)
m_OldMODetail_Graph2
DrillDownDetail m_OldMODetail_Graph2
- Specifies old Mouse Over Object (DrillDownDetail)
zoomedRect
java.awt.Rectangle zoomedRect
- stores the boundes of zommed datapointshape area
m_LinePosition
int m_LinePosition
- Specifies the position of line # middle,front,back
m_IsPointOnBarGraph
boolean m_IsPointOnBarGraph
- Specifies the representation type for yaxis label -ve value
m_IsPointOnLineGraph
boolean m_IsPointOnLineGraph
m_Formatter
ValueFormat m_Formatter
- Specifies the Value formatting Object
m_LineGraphObj
LineGraphTypeObject m_LineGraphObj
m_PolXLabelList
java.awt.Polygon[] m_PolXLabelList
- contain bound polygon of X axis labels
m_PolYLabelList
java.awt.Polygon[] m_PolYLabelList
- contain bound polygon of Y axis labels
m_PolY2LabelList
java.awt.Polygon[] m_PolY2LabelList
m_YLabelVSteps
int m_YLabelVSteps
- Specifies the number of Y-axis labels skip steps
|
Package com.elegantj.graphx.pie |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_ZGradLength
int m_ZGradLength
- Specifies the z-axis gradient length
m_FontHeight
int m_FontHeight
- Specifies the font height
m_PieWidth
int m_PieWidth
- Specifies the Pie width
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_PieGraphExplanNotes
PieGraphExplanNotes m_PieGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphPieDetail
GraphPieDetail m_GraphPieDetail
- Specifies the Pie Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_3DHOffset
int m_3DHOffset
- Specifies the Horizontal Deviation for Display 3D effect
m_3DVOffset
int m_3DVOffset
- Specifies the Vertical Deviation for Display 3D effect
m_PieGraph
PieGraph m_PieGraph
- Specifies PieGraph Object
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the explanation area position(LEFT/RIGHT/TOP/BOTTOM/CENTER)
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the explanation area height
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_PieRectangle
java.awt.Polygon[] m_PieRectangle
- Specifies Individual Pie Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
m_NegValRep
int m_NegValRep
- Specifies the representation type for yaxis label -ve value
colorTrack
java.util.Vector colorTrack
- Specifies the Color Vector for Pie Graph
width
int width
- Specifies the Width of Pie Graph
height
int height
- Specifies the Height of Pie Graph
depth
int depth
- Specifies the Depth of Pie Graph
top
int top
- Specifies the top for Pie Graph Rectangle
left
int left
- Specifies the left for Pie Graph Rectangle
tHETArray
double[] tHETArray
- Keeps track of the Extent Angles
pretHETArray
double[] pretHETArray
- Keeps track of the Start Angles
sum
double sum
- Specifies the total sum
i
int i
- Specifies the loop Variables
j
int j
- Specifies the loop Variables
pX2
double pX2
- Specifies points on to the circumference
pY2
double pY2
- Specifies points on to the circumference
pX
double[] pX
pY
double[] pY
starttHETA
double starttHETA
- Specifies the starting theta
endtHETA
double endtHETA
- Specifies the ending theta
tHETA
double tHETA
- Specifies the theta & previous theta variables
pretHETA
double pretHETA
- Specifies the theta & previous theta variables
temp
double temp
- Specifies the theta & previous theta variables
tHETAtrack
double[] tHETAtrack
- Specifies the Theta tracking array
theStringWidth
int theStringWidth
- Specifies the Mouse Over String Width
theStringHeight
int theStringHeight
- Specifies the Mouse Over String Height
m_topMultiple
double m_topMultiple
- Specifies the Dimentions of Multiple Pie
m_leftMultiple
double m_leftMultiple
- Specifies the Dimentions of Multiple Pie
m_widthMultiple
double m_widthMultiple
- Specifies the Dimentions of Multiple Pie
m_heightMultiple
double m_heightMultiple
- Specifies the Dimentions of Multiple Pie
m_rowColumnChoice
int m_rowColumnChoice
- Specifies the Row/Column preferance of Multiple Pie
ttop
double ttop
- Specifies the Dimentions of Multiple Pie
tleft
double tleft
- Specifies the Dimentions of Multiple Pie
twidth
double twidth
- Specifies the Dimentions of Multiple Pie
theight
double theight
- Specifies the Dimentions of Multiple Pie
drawWidth
double drawWidth
- Specifies the Dimentions of Multiple Pie
drawHeight
double drawHeight
- Specifies the Dimentions of Multiple Pie
choice
int choice
- Specifies the Dimentions of Multiple Pie
row
int row
- Specifies the Dimentions of Multiple Pie
col
int col
- Specifies the Dimentions of Multiple Pie
gap
int gap
- Specifies the Dimentions of Multiple Pie
gap_xLabels
int gap_xLabels
- Specifies the gap for XLabels
m_PieRect
java.awt.Rectangle m_PieRect
- Specifies Pie Rectangle
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Saves the state of the bean
piePanel
PieProperties piePanel
m_GraphPieDetail
GraphPieDetail m_GraphPieDetail
- Specifies the Pie Properties of Graph
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_ZGradLength
int m_ZGradLength
- Specifies the z-axis gradient length
m_FontHeight
int m_FontHeight
- Specifies the font height
m_PieWidth
int m_PieWidth
- Specifies the Pie width
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_PieGraphExplanNotes
PieGraphExplanNotes m_PieGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphPieDetail
GraphPieDetail m_GraphPieDetail
- Specifies the Pie Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_3DHOffset
int m_3DHOffset
- Specifies the Horizontal Deviation for Display 3D effect
m_3DVOffset
int m_3DVOffset
- Specifies the Vertical Deviation for Display 3D effect
m_PieGraph
PieGraph m_PieGraph
- Specifies PieGraph Object
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the explanation area position(LEFT/RIGHT/TOP/BOTTOM/CENTER)
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the explanation area height
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
m_NegValRep
int m_NegValRep
- Specifies the representation type for yaxis label -ve value
colorTrack
java.util.Vector colorTrack
- Specifies the Color Vector for Pie Graph
width
int width
- Specifies the Width of Pie Graph
height
int height
- Specifies the Height of Pie Graph
depth
int depth
- Specifies the Depth of Pie Graph
top
int top
- Specifies the top for Pie Graph Rectangle
left
int left
- Specifies the left for Pie Graph Rectangle
tHETArray
double[] tHETArray
- Keeps track of the Extent Angles
pretHETArray
double[] pretHETArray
- Keeps track of the Start Angles
sum
double sum
- Specifies the total sum
i
int i
- Specifies the loop Variables
j
int j
- Specifies the loop Variables
pX2
double pX2
- Specifies points on to the circumference
pY2
double pY2
- Specifies points on to the circumference
pX
double[] pX
pY
double[] pY
starttHETA
double starttHETA
- Specifies the starting theta
endtHETA
double endtHETA
- Specifies the ending theta
tHETA
double tHETA
- Specifies the theta & previous theta variables
pretHETA
double pretHETA
- Specifies the theta & previous theta variables
temp
double temp
- Specifies the theta & previous theta variables
tHETAtrack
double[] tHETAtrack
- Specifies the Theta tracking array
theStringWidth
int theStringWidth
- Specifies the Mouse Over String Width
theStringHeight
int theStringHeight
- Specifies the Mouse Over String Height
m_PieRect
java.awt.Rectangle m_PieRect
- Specifies Pie Rectangle
|
Package com.elegantj.graphx.radar |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
radarPanel
RadarProperties radarPanel
m_GraphRadarDetail
GraphRadarDetail m_GraphRadarDetail
- Specifies the Radar Properties of Graph
m_XMaxLabelWidth
int m_XMaxLabelWidth
m_XLabelHeight
int m_XLabelHeight
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_FontHeight
int m_FontHeight
- Specifies the font height
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_RadarGraphExplanNotes
RadarGraphExplanNotes m_RadarGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphRadarDetail
GraphRadarDetail m_GraphRadarDetail
- Specifies the Radar Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_RadarGraph
RadarGraph m_RadarGraph
- Specifies RadarGraph Object
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the explanation area position(LEFT/RIGHT/TOP/BOTTOM/CENTER)
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the explanation area height
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
dataPointRect
java.awt.Rectangle dataPointRect
- Specifies Mouse over DataPoint Circle Rectangle
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
m_pRadarArea
java.util.Vector m_pRadarArea
- contain Radar Area polygon
m_NegValRep
int m_NegValRep
- Specifies the representation type for yaxis label -ve value
m_RSDataMatrix
java.util.Vector m_RSDataMatrix
- Data Matrix for Stacked Radar
|
Package com.elegantj.graphx.scatter |
m_PercentageDataMatrix
java.util.Vector m_PercentageDataMatrix
m_SBDataMatrix
java.util.Vector m_SBDataMatrix
- contain graph data for stacked bar graph
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Saves the state of the bean
linePanel
LineProperties linePanel
m_XClipLabels
int m_XClipLabels
- Specifies the total number of x-axis labels
m_PlusXClipLabels
int m_PlusXClipLabels
- Specifies the total number of x-axis maximum labels
m_MinusXClipLabels
int m_MinusXClipLabels
- Specifies the total number of x-axis minimum labels
m_XAbsGradLabel
double m_XAbsGradLabel
- Specifies the x-axis gradient absolute label size
m_XMaxLabelValue
double m_XMaxLabelValue
- Specifies the x-axis maximum value
m_XMinLabelValue
double m_XMinLabelValue
- Specifies the x-axis minimum value
m_XYScatterGraph
XYScatterGraph m_XYScatterGraph
- Specifies XYScatterGraph Object
|
Package com.elegantj.graphx.surface |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
areaPanel
AreaProperties areaPanel
m_GraphAreaDetail
GraphAreaDetail m_GraphAreaDetail
- Specifies the Area Properties of Graph
m_IsPointSet
boolean m_IsPointSet
- Specifies the Mouse Over effect is drawn then this flag is false
m_Width
int m_Width
- Specifies the total width
m_Height
int m_Height
- Specifies the total height
m_GraphAreaWidth
int m_GraphAreaWidth
- Specifies the graph width
m_ExplanAreaWidth
int m_ExplanAreaWidth
- Specifies the explanation area width
m_HOffset
int m_HOffset
- Specifies the horizontal offset
m_VOffset
int m_VOffset
- Specifies the vertical offset
m_XLength
int m_XLength
- Specifies the x-axis length
m_XLabels
int m_XLabels
- Specifies the total number of x-axis labels
m_XGradLength
int m_XGradLength
- Specifies the x-axis gradient length
m_XLabelVSteps
int m_XLabelVSteps
- Specifies the total number of x-axis labels vertical steps
m_YClipLength
int m_YClipLength
- Specifies the y-axis length
m_PlusYClipLength
int m_PlusYClipLength
- Specifies the y-axis maximum extra length
m_MinusYClipLength
int m_MinusYClipLength
- Specifies the y-axis minimum extra length
m_YClipLabels
int m_YClipLabels
- Specifies the total number of y-axis labels
m_PlusYClipLabels
int m_PlusYClipLabels
- Specifies the total number of y-axis maximum labels
m_MinusYClipLabels
int m_MinusYClipLabels
- Specifies the total number of y-axis minimum labels
m_YGradLength
int m_YGradLength
- Specifies the y-axis gradient length
m_YAbsGradLabel
double m_YAbsGradLabel
- Specifies the y-axis gradient absolute label size
m_YMaxLabelValue
double m_YMaxLabelValue
- Specifies the y-axis maximum value
m_YMinLabelValue
double m_YMinLabelValue
- Specifies the y-axis minimum value
m_ZLabels
int m_ZLabels
- Specifies the total number of z-axis labels
m_ZGradLength
int m_ZGradLength
- Specifies the z-axis gradient length
m_ZLength
int m_ZLength
- Specifies the z-axis length
m_zX
int m_zX
- Specifies the z-axis length in X
m_zY
int m_zY
- Specifies the z-axis length in Y
m_FontHeight
int m_FontHeight
- Specifies the font height
m_AreaWidth
int m_AreaWidth
- Specifies the Area width
m_GraphLabel
GraphLabel m_GraphLabel
- Specifies the graph label
m_AreaGraphExplanNotes
AreaGraphExplanNotes m_AreaGraphExplanNotes
- Specifies the graph explanation notes
m_TextAlign
TextAlign m_TextAlign
- Specifies the text alignment
m_GraphTitleDetail
GraphTitleDetail m_GraphTitleDetail
- Specifies the Title Detail for Graph
m_GraphXAxisDetail
GraphXAxisDetail m_GraphXAxisDetail
- Specifies the X-Axis Detail for Graph
m_GraphYAxisDetail
GraphYAxisDetail m_GraphYAxisDetail
- Specifies the Y-Axis Detail for Graph
m_GraphZAxisDetail
GraphZAxisDetail m_GraphZAxisDetail
- Specifies the Z-Axis (Legends) Detail for Graph
m_GraphAreaDetail
GraphAreaDetail m_GraphAreaDetail
- Specifies the Area Properties of Graph
m_TitleFont
java.awt.Font m_TitleFont
- Specifies Title Font
m_TitleFontHeight
int m_TitleFontHeight
- Specifies Graph Title Font Height
m_XAxisLabelFont
java.awt.Font m_XAxisLabelFont
- Specifies X-Axis Font
m_YAxisLabelFont
java.awt.Font m_YAxisLabelFont
- Specifies Y-Axis Font
m_TitleHeight
int m_TitleHeight
- Specifies Graph Title Height
m_XAxisHeight
int m_XAxisHeight
- Specifies X-Axis Label Height
m_XAxisWidth
int m_XAxisWidth
- Specifies X-Axis Label Width
m_YAxisHeight
int m_YAxisHeight
- Specifies Y-Axis Label Height
m_YAxisWidth
int m_YAxisWidth
- Specifies Y-Axis Label Width
m_YMaxLabelWidth
int m_YMaxLabelWidth
- Specifies Y-Axis Label Maximum Width
m_Is3DGraph
boolean m_Is3DGraph
- Specifies 3D effect is Enable or Disable
m_3DHOffset
int m_3DHOffset
- Specifies the Horizontal Deviation for Display 3D effect
m_3DVOffset
int m_3DVOffset
- Specifies the Vertical Deviation for Display 3D effect
m_ThiTa
double m_ThiTa
- Specifies the angle of 3D effect
m_AreaGraph
AreaGraph m_AreaGraph
- Specifies AreaGraph Object
m_ExplanAreaPosition
int m_ExplanAreaPosition
- Specifies the explanation area position(LEFT/RIGHT/TOP/BOTTOM/CENTER)
m_ExplanAreaAlign
int m_ExplanAreaAlign
- Specifies the Explanation area Alignment(LEFT/CENTER/RIGHT OR TOP/CENTER/BOTTOM)
m_ExplanAreaHeight
int m_ExplanAreaHeight
- Specifies the explanation area height
m_GraphRectangle
java.awt.Polygon m_GraphRectangle
- Specifies Actual Graph Area Rectangle
m_GraphXAxisRectangle
java.awt.Rectangle m_GraphXAxisRectangle
- Specifies Actual X-Axis label Area Rectangle
m_GraphYAxisRectangle
java.awt.Rectangle m_GraphYAxisRectangle
- Specifies Actual Y-Axis Label Area Rectangle
m_GraphZAxisRectangle
java.awt.Rectangle m_GraphZAxisRectangle
- Specifies Actual Z-Axis Label Area Rectangle
m_TitleRectangle
java.awt.Rectangle m_TitleRectangle
- Specifies Title Rectangle
m_MouseOverTextRect
java.awt.Rectangle m_MouseOverTextRect
- Specifies Mouse Over text Area Rectangle
dataPointRect
java.awt.Rectangle dataPointRect
- Store the boundary of DataPoint
m_OldMODetail
DrillDownDetail m_OldMODetail
- Specifies old Mouse Over Object (DrillDownDetail)
m_NegValRep
int m_NegValRep
- Specifies the representation type for yaxis label -ve value
m_AreaPolygon
StoreAreaPolygon m_AreaPolygon
- contain area polygon
m_AsDataMatrix
java.util.Vector m_AsDataMatrix
- contain graph data for area stack graph
m_PolXLabelList
java.awt.Polygon[] m_PolXLabelList
- contain bound polygon of X axis labels
m_PolYLabelList
java.awt.Polygon[] m_PolYLabelList
- contain bound polygon of Y axis labels
m_YLabelVSteps
int m_YLabelVSteps
- Specifies the number of Y-axis labels skip steps
m_PercentageDataMatrix
java.util.Vector m_PercentageDataMatrix
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- This method retrieves the state of the bean
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- This method saves the state of the bean
|
Package com.elegantj.net.ftp |
readExternal
public void readExternal(java.io.ObjectInput ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput oos)
throws java.io.IOException
statusStr
java.lang.String statusStr
|
Package com.elegantj.net.message |
label
javax.swing.JLabel label
messageBodyField
javax.swing.JTextArea messageBodyField
changes
java.beans.PropertyChangeSupport changes
readExternal
public void readExternal(java.io.ObjectInput ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput oos)
throws java.io.IOException
|
Package com.elegantj.util.combobox |
intArray
java.lang.Integer[] intArray
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Implementation of the readExternal
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Implementation of the writeExternal
colorInvoker
com.elegantj.editors.ColorInvoker colorInvoker
- Color Palette Invoker Arrow Button
colorDisplayer
com.elegantj.editors.ColorDisplayer colorDisplayer
- Color Displayer Label
colorPalette
com.elegantj.editors.ColorPalette colorPalette
- Color Palette
popup
javax.swing.Popup popup
- Popup which contains Color Palette
nonSelectionBorder
javax.swing.border.Border nonSelectionBorder
- Specifies a Selection Border for all Labels
selectionBorder
javax.swing.border.Border selectionBorder
- Specifies a Non-Selection Border for all Labels
selected
boolean selected
- Specifies a Selected status
selectionBorder
javax.swing.border.Border selectionBorder
- Specifies a Selection Border
nonSelectionBorder
javax.swing.border.Border nonSelectionBorder
- Specifies a NonSelection Border
pressed
boolean pressed
- Specifies whether this button is pressed or unpressed
colorChooser
com.elegantj.editors.ColorChooser colorChooser
- A ColorChooser Container
lblNone
javax.swing.JLabel lblNone
- Specifies a "No Color" label
lblMore
javax.swing.JLabel lblMore
- Specifies a "More Colors" label
pnlColor
javax.swing.JPanel pnlColor
- Specifies a Container Panel for Colors
selectedColor
java.awt.Color selectedColor
- Specifies a Selected Color
focusedComponent
java.awt.Component focusedComponent
- Specifies a Current Focused Component
colorColumns
int colorColumns
- Specifies a no of Columns in Color Palette
selectionBorder
javax.swing.border.Border selectionBorder
- Specifies a Selection Border for all Labels
nonSelectionBorder
javax.swing.border.Border nonSelectionBorder
- Specifies a Non-Selection Border for all Labels
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.