Package quadbase.util
Class PickData
java.lang.Object
quadbase.util.PickData
PickData
This class is used to return information related to chart data points receiving mouse clicks
-
Field Summary
FieldsModifier and TypeFieldDescriptionAngle for Polarname of selected category dataColumn name of CategoryClose column nameend-date column name for Gantt chartFaceData for SurfaceChartHigh column nameLow column nameOpen column namedoublePercentage for Pie and 100% Column chartRadian for PolarFormatted name of category for date / time / logical dataFormatted percentage for Pie and 100% Column chartFormatted name of series for date / time / logical dataFormatted name of sumBy for date / time / logical dataFormatted 50% value for box chartFormatted 75% value for box chartFormatted data value for all chart type except scatter, high low and HLCOFormatted close value for high low and HLCO chartFormatted end-date value for Gantt chartFormatted high value for high low, HLCO and box chartFormatted low value for high low, HLCO and box chartFormatted open value for HLCO chartFormatted 25% value for box chartFormatted start-date value for Gantt chartFormatted x value for scatter chartFormatted y value for scatter chartFormatted z value for scatter chartname of selected series dataColumn name of seriesstart-date column name for Gantt chartname of selected sumBy dataColumn name of SumBydouble50% value for box chartdouble75% value for box chartdoubledata value for all chart type except scatter, high low and HLCOColumn name of valuedoubleclose value for high low and HLCO chartlongend-date value for Gantt chartdoublehigh value for high low, HLCO and box chartdoublelow value for high low, HLCO and box chartdoubleopen value for HLCO chartdouble25% value for box chartlongstart-date value for Gantt chartdoublex value for scatter chartdoubley value for scatter chartdoublez value for scatter chart -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public double valuedata value for all chart type except scatter, high low and HLCO -
s_value
Formatted data value for all chart type except scatter, high low and HLCO -
valueName
Column name of value -
seriesName
Column name of series -
categoryName
Column name of Category -
sumByName
Column name of SumBy -
xvalue
public double xvaluex value for scatter chart -
s_xvalue
Formatted x value for scatter chart -
yvalue
public double yvaluey value for scatter chart -
s_yvalue
Formatted y value for scatter chart -
zvalue
public double zvaluez value for scatter chart -
s_zvalue
Formatted z value for scatter chart -
percent
public double percentPercentage for Pie and 100% Column chart -
s_percent
Formatted percentage for Pie and 100% Column chart -
vopen
public double vopenopen value for HLCO chart -
s_vopen
Formatted open value for HLCO chart -
vclose
public double vcloseclose value for high low and HLCO chart -
s_vclose
Formatted close value for high low and HLCO chart -
vhigh
public double vhighhigh value for high low, HLCO and box chart -
s_vhigh
Formatted high value for high low, HLCO and box chart -
vlow
public double vlowlow value for high low, HLCO and box chart -
s_vlow
Formatted low value for high low, HLCO and box chart -
vQuart
public double vQuart25% value for box chart -
s_vQuart
Formatted 25% value for box chart -
v2Quart
public double v2Quart50% value for box chart -
s_v2Quart
Formatted 50% value for box chart -
v3Quart
public double v3Quart75% value for box chart -
s_v3Quart
Formatted 75% value for box chart -
series
name of selected series data -
category
name of selected category data -
sumBy
name of selected sumBy data -
s_series
Formatted name of series for date / time / logical data -
s_category
Formatted name of category for date / time / logical data -
s_sumBy
Formatted name of sumBy for date / time / logical data -
high_name
High column name -
low_name
Low column name -
close_name
Close column name -
open_name
Open column name -
faceData
FaceData for SurfaceChart -
vstartdate
public long vstartdatestart-date value for Gantt chart -
s_vstartdate
Formatted start-date value for Gantt chart -
venddate
public long venddateend-date value for Gantt chart -
s_venddate
Formatted end-date value for Gantt chart -
startdateName
start-date column name for Gantt chart -
enddateName
end-date column name for Gantt chart -
angle
Angle for Polar -
radian
Radian for Polar
-
-
Constructor Details
-
PickData
public PickData()Create a new PickData object. -
PickData
Create an identical object from a given PickData object.
-
-
Method Details