Style Intelligence v12.0

inetsoft.uql
Interface ReportChartConstants

All Superinterfaces:
Serializable

public interface ReportChartConstants
extends Serializable

This class defines the constants used for chart.


Field Summary
static int AM_PM_DATE_GROUP
          AM/PM date group.
static int AM_PM_OF_DAY_DATE_GROUP
          Am/pm of day date group.
static int AUTO
          Auto placement.
static String AVERAGE_FORMULA
          Formula "Average".
static int BOTTOM
          Placement at the bottom.
static int BOTTOM_ALIGNMENT
          Vertical bottom alignment.
static int CENTER
          Placement at the center.
static int CENTER_ALIGNMENT
          Horizontal center alignment.
static String COLUMN
          Represents current column.
static String CONCAT_FORMULA
          Formula "Concat".
static String CORRELATION_FORMULA
          Formula "Correlation".
static String COUNT_FORMULA
          Formula "Count".
static String COVARIANCE_FORMULA
          Formula "Covariance".
static int DASH_LINE
          Draw dashed lines.
static int DASH_MASK
          This mask is used to extract the dash length.
static String DATE_FORMAT
          Date format type.
static int DAY_DATE_GROUP
          Day date group.
static int DAY_INTERVAL
          Day Option.
static int DAY_OF_MONTH_DATE_GROUP
          Day of month date group.
static int DAY_OF_MONTH_PART
          Day Of Month Part.
static int DAY_OF_WEEK_DATE_GROUP
          Day of week date group.
static int DAY_OF_WEEK_PART
          Day Of Week Part.
static int DAY_OF_YEAR_DATE_GROUP
          Day of year date group.
static String DECIMAL_FORMAT
          Decimal format type.
static int DIMENSION
          Dimension data ref.
static String DISTINCTCOUNT_FORMULA
          Formula "DistinctCount".
static int DOT_LINE
          Draw dotted lines.
static int HOUR_DATE_GROUP
          Hour date group.
static int HOUR_INTERVAL
          Hour Option.
static int HOUR_OF_DAY_DATE_GROUP
          Hour of day date group.
static int HOUR_OF_DAY_PART
          Hour Of Day Part.
static int IN_PLACE
          The legend will be floated on the top of the chart.
static int LARGE_DASH
          Draw large dashed lines.
static int LEFT
          Placement at the left.
static int LEFT_ALIGNMENT
          Horizontal left alignment.
static String MAX_FORMULA
          Formula "Max".
static int MEASURE
          Measure data ref.
static String MEDIAN_FORMULA
          Formula "Median".
static int MEDIUM_DASH
          Draw medium dashed lines.
static int MEDIUM_LINE
          Medium, two pixel width line.
static String MESSAGE_FORMAT
          Message format type.
static int MIDDLE_ALIGNMENT
          Vertical middel alignment.
static int MILLISECOND_DATE_GROUP
          Millisecond date group.
static String MIN_FORMULA
          Formula "Min".
static int MINUTE_DATE_GROUP
          Minute date group.
static int MINUTE_INTERVAL
          Minute Option.
static String MODE_FORMULA
          Formula "Mode".
static int MONTH_DATE_GROUP
          Month date group.
static int MONTH_INTERVAL
          Month Option.
static int MONTH_OF_YEAR_DATE_GROUP
          Month of year date group.
static int MONTH_OF_YEAR_PART
          Month Of Year Part.
static int NONE
          This constant is used to signal no value (e.g.
static int NONE_DATE_GROUP
          None date group.
static String NONE_FORMULA
          Formula "None".
static String NTHLARGEST_FORMULA
          Formula "NthLargest".
static String NTHMOSTFREQUENT_FORMULA
          Formula "NthMostFrequent".
static String NTHSMALLEST_FORMULA
          Formula "NthSmallest".
static int PART_DATE_GROUP
          Part date group.
static String PERCENT_FORMAT
          Percent format type.
static int PERCENTAGE_BY_COL
          Percentage by column.
static int PERCENTAGE_BY_ROW
          Percentage by row.
static int PERCENTAGE_NONE
          No Percentage.
static int PERCENTAGE_OF_GRANDTOTAL
          Percentage of grand total.
static int PERCENTAGE_OF_GROUP
          Percentage of group.
static String POPULATIONSTANDARDDEVIATION_FORMULA
          Formula "PopulationStandardDeviation".
static String POPULATIONVARIANCE_FORMULA
          Formula "PopulationVariance".
static String PRODUCT_FORMULA
          Formula "Product".
static String PTHPERCENTILE_FORMULA
          Formula "PthPercentile".
static int QUARTER_DATE_GROUP
          Quarter date group.
static int QUARTER_INTERVAL
          Quarter Option.
static int QUARTER_OF_YEAR_DATE_GROUP
          Quarter of year date group.
static int QUARTER_OF_YEAR_PART
          Quarter Of Year Part.
static int RIGHT
          Placement at the right.
static int RIGHT_ALIGNMENT
          Horizontal right alignment.
static int SECOND_DATE_GROUP
          Second date group.
static int SECOND_INTERVAL
          Second Option.
static String SET_FORMULA
          Formula "Set".
static int SOLID_MASK
          This mask can be used to check if a line style is solid.
static int SORT_ASC
          Ascending sorting order.
static int SORT_DESC
          Descending sorting order.
static int SORT_NONE
          No sorting.
static int SORT_ORIGINAL
          Original sorting.
static int SORT_SPECIFIC
          Specific sorting.
static int SORT_VALUE_ASC
          Sort by (aggregate) value, ascending.
static int SORT_VALUE_DESC
          Sort by (aggregate) value, descending.
static String STANDARDDEVIATION_FORMULA
          Formula "StandardDeviation".
static String SUM_FORMULA
          Formula "Sum".
static String SUMSQ_FORMULA
          Forumula "SumSQ"
static String SUMWT_FORMULA
          Formula "WeightSum".
static int THICK_LINE
          Thick, three pixel width line.
static int THIN_LINE
          Thin, single width line.
static int THIN_THIN_LINE
          Very thin line, at half of the width of a thin line.
static int TIME
          Time dimension data ref.
static int TOP
          Placement at the top.
static int TOP_ALIGNMENT
          Vertical top alignment.
static int ULTRA_THIN_LINE
          Very thin line, at quarter of the width of a thin line.
static String VARIANCE_FORMULA
          Formula "Variance".
static int WEEK_DATE_GROUP
          Week date group.
static int WEEK_INTERVAL
          Week Option.
static int WEEK_OF_MONTH_DATE_GROUP
          Week of month date group.
static int WEEK_OF_YEAR_DATE_GROUP
          Week of of year date group.
static int WEEK_OF_YEAR_PART
          Week Of Year Part.
static String WEIGHTEDAVERAGE_FORMULA
          Formula "WeightedAverage".
static int WIDTH_MASK
          This mask is used to extract the encoded line width from line styles.
static int YEAR_DATE_GROUP
          Year date group.
static int YEAR_INTERVAL
          Year Option.
 

Field Detail

SOLID_MASK

static final int SOLID_MASK
This mask can be used to check if a line style is solid.

See Also:
Constant Field Values

DASH_MASK

static final int DASH_MASK
This mask is used to extract the dash length.

See Also:
Constant Field Values

WIDTH_MASK

static final int WIDTH_MASK
This mask is used to extract the encoded line width from line styles.

See Also:
Constant Field Values

NONE

static final int NONE
This constant is used to signal no value (e.g. legend or border).

See Also:
Constant Field Values

ULTRA_THIN_LINE

static final int ULTRA_THIN_LINE
Very thin line, at quarter of the width of a thin line.

See Also:
Constant Field Values

THIN_THIN_LINE

static final int THIN_THIN_LINE
Very thin line, at half of the width of a thin line.

See Also:
Constant Field Values

THIN_LINE

static final int THIN_LINE
Thin, single width line.

See Also:
Constant Field Values

MEDIUM_LINE

static final int MEDIUM_LINE
Medium, two pixel width line.

See Also:
Constant Field Values

THICK_LINE

static final int THICK_LINE
Thick, three pixel width line.

See Also:
Constant Field Values

DOT_LINE

static final int DOT_LINE
Draw dotted lines.

See Also:
Constant Field Values

DASH_LINE

static final int DASH_LINE
Draw dashed lines.

See Also:
Constant Field Values

MEDIUM_DASH

static final int MEDIUM_DASH
Draw medium dashed lines.

See Also:
Constant Field Values

LARGE_DASH

static final int LARGE_DASH
Draw large dashed lines.

See Also:
Constant Field Values

TOP

static final int TOP
Placement at the top.

See Also:
Constant Field Values

RIGHT

static final int RIGHT
Placement at the right.

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
Placement at the bottom.

See Also:
Constant Field Values

LEFT

static final int LEFT
Placement at the left.

See Also:
Constant Field Values

CENTER

static final int CENTER
Placement at the center.

See Also:
Constant Field Values

TOP_ALIGNMENT

static final int TOP_ALIGNMENT
Vertical top alignment.

See Also:
Constant Field Values

MIDDLE_ALIGNMENT

static final int MIDDLE_ALIGNMENT
Vertical middel alignment.

See Also:
Constant Field Values

BOTTOM_ALIGNMENT

static final int BOTTOM_ALIGNMENT
Vertical bottom alignment.

See Also:
Constant Field Values

LEFT_ALIGNMENT

static final int LEFT_ALIGNMENT
Horizontal left alignment.

See Also:
Constant Field Values

CENTER_ALIGNMENT

static final int CENTER_ALIGNMENT
Horizontal center alignment.

See Also:
Constant Field Values

RIGHT_ALIGNMENT

static final int RIGHT_ALIGNMENT
Horizontal right alignment.

See Also:
Constant Field Values

AUTO

static final int AUTO
Auto placement.

See Also:
Constant Field Values

IN_PLACE

static final int IN_PLACE
The legend will be floated on the top of the chart.

See Also:
Constant Field Values

YEAR_INTERVAL

static final int YEAR_INTERVAL
Year Option.

See Also:
Constant Field Values

QUARTER_INTERVAL

static final int QUARTER_INTERVAL
Quarter Option.

See Also:
Constant Field Values

MONTH_INTERVAL

static final int MONTH_INTERVAL
Month Option.

See Also:
Constant Field Values

WEEK_INTERVAL

static final int WEEK_INTERVAL
Week Option.

See Also:
Constant Field Values

DAY_INTERVAL

static final int DAY_INTERVAL
Day Option.

See Also:
Constant Field Values

HOUR_INTERVAL

static final int HOUR_INTERVAL
Hour Option.

See Also:
Constant Field Values

MINUTE_INTERVAL

static final int MINUTE_INTERVAL
Minute Option.

See Also:
Constant Field Values

SECOND_INTERVAL

static final int SECOND_INTERVAL
Second Option.

See Also:
Constant Field Values

DIMENSION

static final int DIMENSION
Dimension data ref.

See Also:
Constant Field Values

MEASURE

static final int MEASURE
Measure data ref.

See Also:
Constant Field Values

TIME

static final int TIME
Time dimension data ref.

See Also:
Constant Field Values

QUARTER_OF_YEAR_PART

static final int QUARTER_OF_YEAR_PART
Quarter Of Year Part.

See Also:
Constant Field Values

MONTH_OF_YEAR_PART

static final int MONTH_OF_YEAR_PART
Month Of Year Part.

See Also:
Constant Field Values

WEEK_OF_YEAR_PART

static final int WEEK_OF_YEAR_PART
Week Of Year Part.

See Also:
Constant Field Values

DAY_OF_MONTH_PART

static final int DAY_OF_MONTH_PART
Day Of Month Part.

See Also:
Constant Field Values

DAY_OF_WEEK_PART

static final int DAY_OF_WEEK_PART
Day Of Week Part.

See Also:
Constant Field Values

HOUR_OF_DAY_PART

static final int HOUR_OF_DAY_PART
Hour Of Day Part.

See Also:
Constant Field Values

SORT_ASC

static final int SORT_ASC
Ascending sorting order.

See Also:
Constant Field Values

SORT_DESC

static final int SORT_DESC
Descending sorting order.

See Also:
Constant Field Values

SORT_NONE

static final int SORT_NONE
No sorting.

See Also:
Constant Field Values

SORT_ORIGINAL

static final int SORT_ORIGINAL
Original sorting.

See Also:
Constant Field Values

SORT_SPECIFIC

static final int SORT_SPECIFIC
Specific sorting.

See Also:
Constant Field Values

SORT_VALUE_ASC

static final int SORT_VALUE_ASC
Sort by (aggregate) value, ascending.

See Also:
Constant Field Values

SORT_VALUE_DESC

static final int SORT_VALUE_DESC
Sort by (aggregate) value, descending.

See Also:
Constant Field Values

NONE_DATE_GROUP

static final int NONE_DATE_GROUP
None date group.

See Also:
Constant Field Values

YEAR_DATE_GROUP

static final int YEAR_DATE_GROUP
Year date group.

See Also:
Constant Field Values

QUARTER_DATE_GROUP

static final int QUARTER_DATE_GROUP
Quarter date group.

See Also:
Constant Field Values

MONTH_DATE_GROUP

static final int MONTH_DATE_GROUP
Month date group.

See Also:
Constant Field Values

WEEK_DATE_GROUP

static final int WEEK_DATE_GROUP
Week date group.

See Also:
Constant Field Values

DAY_DATE_GROUP

static final int DAY_DATE_GROUP
Day date group.

See Also:
Constant Field Values

AM_PM_DATE_GROUP

static final int AM_PM_DATE_GROUP
AM/PM date group.

See Also:
Constant Field Values

HOUR_DATE_GROUP

static final int HOUR_DATE_GROUP
Hour date group.

See Also:
Constant Field Values

MINUTE_DATE_GROUP

static final int MINUTE_DATE_GROUP
Minute date group.

See Also:
Constant Field Values

SECOND_DATE_GROUP

static final int SECOND_DATE_GROUP
Second date group.

See Also:
Constant Field Values

MILLISECOND_DATE_GROUP

static final int MILLISECOND_DATE_GROUP
Millisecond date group.

See Also:
Constant Field Values

PART_DATE_GROUP

static final int PART_DATE_GROUP
Part date group.

See Also:
Constant Field Values

QUARTER_OF_YEAR_DATE_GROUP

static final int QUARTER_OF_YEAR_DATE_GROUP
Quarter of year date group.

See Also:
Constant Field Values

MONTH_OF_YEAR_DATE_GROUP

static final int MONTH_OF_YEAR_DATE_GROUP
Month of year date group.

See Also:
Constant Field Values

WEEK_OF_YEAR_DATE_GROUP

static final int WEEK_OF_YEAR_DATE_GROUP
Week of of year date group.

See Also:
Constant Field Values

WEEK_OF_MONTH_DATE_GROUP

static final int WEEK_OF_MONTH_DATE_GROUP
Week of month date group.

See Also:
Constant Field Values

DAY_OF_YEAR_DATE_GROUP

static final int DAY_OF_YEAR_DATE_GROUP
Day of year date group.

See Also:
Constant Field Values

DAY_OF_MONTH_DATE_GROUP

static final int DAY_OF_MONTH_DATE_GROUP
Day of month date group.

See Also:
Constant Field Values

DAY_OF_WEEK_DATE_GROUP

static final int DAY_OF_WEEK_DATE_GROUP
Day of week date group.

See Also:
Constant Field Values

AM_PM_OF_DAY_DATE_GROUP

static final int AM_PM_OF_DAY_DATE_GROUP
Am/pm of day date group.

See Also:
Constant Field Values

HOUR_OF_DAY_DATE_GROUP

static final int HOUR_OF_DAY_DATE_GROUP
Hour of day date group.

See Also:
Constant Field Values

NONE_FORMULA

static final String NONE_FORMULA
Formula "None".

See Also:
Constant Field Values

AVERAGE_FORMULA

static final String AVERAGE_FORMULA
Formula "Average".

See Also:
Constant Field Values

COUNT_FORMULA

static final String COUNT_FORMULA
Formula "Count".

See Also:
Constant Field Values

DISTINCTCOUNT_FORMULA

static final String DISTINCTCOUNT_FORMULA
Formula "DistinctCount".

See Also:
Constant Field Values

MAX_FORMULA

static final String MAX_FORMULA
Formula "Max".

See Also:
Constant Field Values

MIN_FORMULA

static final String MIN_FORMULA
Formula "Min".

See Also:
Constant Field Values

PRODUCT_FORMULA

static final String PRODUCT_FORMULA
Formula "Product".

See Also:
Constant Field Values

SUM_FORMULA

static final String SUM_FORMULA
Formula "Sum".

See Also:
Constant Field Values

SET_FORMULA

static final String SET_FORMULA
Formula "Set".

See Also:
Constant Field Values

CONCAT_FORMULA

static final String CONCAT_FORMULA
Formula "Concat".

See Also:
Constant Field Values

STANDARDDEVIATION_FORMULA

static final String STANDARDDEVIATION_FORMULA
Formula "StandardDeviation".

See Also:
Constant Field Values

VARIANCE_FORMULA

static final String VARIANCE_FORMULA
Formula "Variance".

See Also:
Constant Field Values

POPULATIONSTANDARDDEVIATION_FORMULA

static final String POPULATIONSTANDARDDEVIATION_FORMULA
Formula "PopulationStandardDeviation".

See Also:
Constant Field Values

POPULATIONVARIANCE_FORMULA

static final String POPULATIONVARIANCE_FORMULA
Formula "PopulationVariance".

See Also:
Constant Field Values

CORRELATION_FORMULA

static final String CORRELATION_FORMULA
Formula "Correlation".

See Also:
Constant Field Values

COVARIANCE_FORMULA

static final String COVARIANCE_FORMULA
Formula "Covariance".

See Also:
Constant Field Values

MEDIAN_FORMULA

static final String MEDIAN_FORMULA
Formula "Median".

See Also:
Constant Field Values

MODE_FORMULA

static final String MODE_FORMULA
Formula "Mode".

See Also:
Constant Field Values

NTHLARGEST_FORMULA

static final String NTHLARGEST_FORMULA
Formula "NthLargest".

See Also:
Constant Field Values

NTHMOSTFREQUENT_FORMULA

static final String NTHMOSTFREQUENT_FORMULA
Formula "NthMostFrequent".

See Also:
Constant Field Values

NTHSMALLEST_FORMULA

static final String NTHSMALLEST_FORMULA
Formula "NthSmallest".

See Also:
Constant Field Values

PTHPERCENTILE_FORMULA

static final String PTHPERCENTILE_FORMULA
Formula "PthPercentile".

See Also:
Constant Field Values

WEIGHTEDAVERAGE_FORMULA

static final String WEIGHTEDAVERAGE_FORMULA
Formula "WeightedAverage".

See Also:
Constant Field Values

SUMWT_FORMULA

static final String SUMWT_FORMULA
Formula "WeightSum".

See Also:
Constant Field Values

SUMSQ_FORMULA

static final String SUMSQ_FORMULA
Forumula "SumSQ"

See Also:
Constant Field Values

DATE_FORMAT

static final String DATE_FORMAT
Date format type.

See Also:
Constant Field Values

DECIMAL_FORMAT

static final String DECIMAL_FORMAT
Decimal format type.

See Also:
Constant Field Values

PERCENT_FORMAT

static final String PERCENT_FORMAT
Percent format type.

See Also:
Constant Field Values

MESSAGE_FORMAT

static final String MESSAGE_FORMAT
Message format type.

See Also:
Constant Field Values

PERCENTAGE_NONE

static final int PERCENTAGE_NONE
No Percentage.

See Also:
Constant Field Values

PERCENTAGE_OF_GROUP

static final int PERCENTAGE_OF_GROUP
Percentage of group.

See Also:
Constant Field Values

PERCENTAGE_OF_GRANDTOTAL

static final int PERCENTAGE_OF_GRANDTOTAL
Percentage of grand total.

See Also:
Constant Field Values

PERCENTAGE_BY_COL

static final int PERCENTAGE_BY_COL
Percentage by column. Only use in CrossTabFilter.

See Also:
Constant Field Values

PERCENTAGE_BY_ROW

static final int PERCENTAGE_BY_ROW
Percentage by row. Only use in CrossTabFilter.

See Also:
Constant Field Values

COLUMN

static final String COLUMN
Represents current column.

See Also:
Constant Field Values

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.