oracle.dss.gauge
Interface GaugeAttributes
- All Superinterfaces:
- DataviewConstants
- All Known Subinterfaces:
- GaugeConstants, GaugeSetAttributes
- All Known Implementing Classes:
- CommonGauge, CoreGauge, Gauge, UIGauge
public interface GaugeAttributes
- extends DataviewConstants
This interface contains all of the property keys and constant values needed
to customize a gauge.
For example, to provide METRIC key and value into a Map
java.util.HashMap propMap = new HashMap();
propMap.put(GaugeAttributes.METRIC, new Double(35));
Fields inherited from interface oracle.dss.dataView.DataviewConstants |
AD_AUTO, AD_MAX, AD_MIN, AD_NONE, ADC_AUTO, ADC_MAX, ADC_MIN, ADC_NONE, ADC_ON, AI_ALL, AI_MAX, AI_MIN, AI_NONE, ANIMATION_DOWN_COLOR, ANIMATION_DURATION, ANIMATION_INDICATORS, ANIMATION_ON_DATA_CHANGE, ANIMATION_ON_DISPLAY, ANIMATION_UP_COLOR, DATAVIEW_FOOTNOTE, DATAVIEW_FOOTNOTE_NAME, DATAVIEW_SUBTITLE, DATAVIEW_SUBTITLE_NAME, DATAVIEW_TITLE, DATAVIEW_TITLE_NAME, DEFAULT_ZOOM_FACTOR, FOOTNOTE, FOOTNOTE_NAME, FORMAT_MANAGER_NAME, FT_COLOR, FT_GRADIENT, FT_PATTERN, FT_TEXTURE, GD_CUSTOM_LINEAR, GD_CUSTOM_RADIAL, GD_DIAGONAL_135, GD_DIAGONAL_45, GD_DOWN, GD_RADIAL, GD_RADIAL_BOTTOM_LEFT, GD_RADIAL_BOTTOM_RIGHT, GD_RADIAL_OFF_CENTER, GD_RADIAL_TOP_LEFT, GD_RADIAL_TOP_RIGHT, GD_RIGHT, LAP_BOTTOM, LAP_LEFT, LAP_RIGHT, LAP_TOP, MAP_ALL, MAP_DATA, MAP_DATATEXT, MAP_LABELS, MAP_LEGEND, MAP_ORDINALLABELS, MAP_TITLES, PAGE_CONTROL, page_header, PAGE_HEADER, PAGE_HEADER_NAME, PAGE_ITEM, PAGE_ITEM_NAME, PAGING_COMPONENT_NAME, PAGING_CONTROL_ABOVE_TITLES, PAGING_CONTROL_BELOW_TITLES, PAGING_CONTROL_EAST_OF_VIEW, PAGING_CONTROL_SOUTH_OF_VIEW, PAGING_CONTROL_WEST_OF_VIEW, RESET_EVERYTHING, RESET_EVERYTHING_CUSTOM, RESET_EVERYTHING_NOT_DATASOURCE, RESET_EVERYTHING_ORIGINAL, RESET_MAX, RESET_MIN, RESET_NONE, RESET_XML_PROPERTIES, RESET_XML_PROPERTIES_CUSTOM, RESET_XML_PROPERTIES_ORIGINAL, STYLE_MANAGER_NAME, SUBTITLE, SUBTITLE_NAME, TITLE, TITLE_NAME, TOOLTIP_NAME, VE_AUTO, VE_BEVEL, VE_GLOW, VE_MAX, VE_MIN, VE_NONE, VE_SFX_MAX, VE_SFX_MIN, VE_SHADOW, VIEW_FORMAT_NAME, VIEW_STYLE_NAME, VIEW_TYPE_CROSSTAB, VIEW_TYPE_GAUGE, VIEW_TYPE_GRAPH, VIEW_TYPE_PAGINGCONTROL, VIEW_TYPE_TABLE, VISUAL_EFFECTS |
DATAVIEW_END
static final int DATAVIEW_END
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Starting point for specific views
GAUGE
static final java.lang.String GAUGE
- The component name representing a single gauge.
- See Also:
- Constant Field Values
ID_GAUGE
static final int ID_GAUGE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- The component ID representing a single gauge.
METRIC
static final java.lang.String METRIC
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- The data value represented by the gauge. The Guage indicator
points at this value. If the metric is not provided,
MetricUnavailableException is thrown.
Key: METRIC
Value : Double
MIN_VALUE
static final java.lang.String MIN_VALUE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the minimum axis value. If not specified, the default
will be 0. If the metric is less than this value, the minimum
will be reduced to some value slightly lower than the metric.
If the specified minimum value is greater than the metric, a
MetricOutOfBoundsException will be thrown by renderGauge() method
in GuageEngine class.
Key: METRIC
Value : Double
MAX_VALUE
static final java.lang.String MAX_VALUE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the maximum axis value. If not specified, the default
will be 100. If the metric exceeds this value, the maximum will
be increased to some value slightly higher than the metric.
If the specified maximum value is lower than the metric, a
MetricOutOfBoundsException will be thrown by renderGauge() method
in GaugeEngine class.
Key: METRIC
Value : Double
ANGLE_EXTENT
static final java.lang.String ANGLE_EXTENT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to the angular extent of the dial gauge plotArea.
Key : ANGLE_EXTENT
Value : Integer
CUSTOM_LAYOUT
static final java.lang.String CUSTOM_LAYOUT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to the setting for custom layout.
Key : CUSTOM_LAYOUT
Value : Integer
CL_NONE
static final int CL_NONE
- Renders the default custom layout.
- See Also:
- Constant Field Values
CL_TITLE_SEPARATOR
static final int CL_TITLE_SEPARATOR
- Renders a title separator.
- See Also:
- Constant Field Values
CL_OUTER_FRAME
static final int CL_OUTER_FRAME
- Renders an outer frame.
- See Also:
- Constant Field Values
CL_MIN
static final int CL_MIN
- Represents the minimum value for the custom layout attribute.
- See Also:
- Constant Field Values
CL_MAX
static final int CL_MAX
- Represents the maximum value for the custom layout attribute.
- See Also:
- Constant Field Values
CUSTOM_SHAPES_PATH
static final java.lang.String CUSTOM_SHAPES_PATH
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to the path to the Custom Shapes definition file.
Key : CUSTOM_SHAPES_PATH
Value : String
MAJORTICK_COLOR
static final java.lang.String MAJORTICK_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the color for the major tick marks.
Key: MAJORTICK_COLOR
Value : Color
MAJORTICK_COUNT
static final java.lang.String MAJORTICK_COUNT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the number of major tick marks.
Key: MAJORTICK_COUNT
Value : Integer
MINORTICK_COLOR
static final java.lang.String MINORTICK_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the color for the minor tick marks.
Key: MINORTICK_COLOR
Value : Color
MINORTICK_COUNT
static final java.lang.String MINORTICK_COUNT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the number of minor tick marks.
Key: MINORTICK_COUNT
Value : Integer
THRESHOLD_VALUES
static final java.lang.String THRESHOLD_VALUES
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the threshold values map. This map's element
size should be exactly one less than the threshold
attributes map.
Key: THRESHOLD_VALUES
Value: Double[]
THRESHOLD_ATTRIBUTES
static final java.lang.String THRESHOLD_ATTRIBUTES
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the threshold attributes map. Each map, accessed
by an Integer instance representing the index of the
threshold, contains the threshold value (a Double) and one
of either the threshold color or an SFX object.
Key: THRESHOLD_ATTRIBUTES
Value: HashMap
THRESHOLD_FILLCOLOR
static final java.lang.String THRESHOLD_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents a threshold color in the threshold map. This key
refers to colors saved in the attributes map.
Key: THRESHOLD_FILLCOLOR
Value: Color
THRESHOLD_BORDERCOLOR
static final java.lang.String THRESHOLD_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents a threshold border color in the threshold map. This key
refers to colors saved in the attributes map.
Key: THRESHOLD_BORDERCOLOR
Value: Color
THRESHOLD_TEXT
static final java.lang.String THRESHOLD_TEXT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents a threshold text in the threshold map. This key
refers to text strings saved in the attributes map.
Key: THRESHOLD_TEXT
Value: String
THRESHOLD_SFX
static final java.lang.String THRESHOLD_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents an SFX for a particular threshold in the threshold map.
This key refers to colors saved in the attributes map.
Key: THRESHOLD_SFX
Value: SFX
TICK_LABEL_NUMBER_TYPE
static final java.lang.String TICK_LABEL_NUMBER_TYPE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the number type of the tick labels. This property controls
how TickLabels are formatted. The default will be to treat the values as
numbers.
Key : TICK_LABEL_NUMBER_TYPE
Value : Integer, the valid constants are NT_NUMBER and NT_PERCENT.
Ex: To create a value, do the following
new Integer( NT_PERCENT);
METRIC_LABEL_NUMBER_TYPE
static final java.lang.String METRIC_LABEL_NUMBER_TYPE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the number type of the metric labels. This property controls
how MetricLabels are formatted. The default will be to treat the values as
numbers.
Key : METRIC_LABEL_NUMBER_TYPE
Value : Integer, the valid constants are NT_NUMBER and NT_PERCENT.
Ex: To create a value, do the following
new Integer( NT_PERCENT);
NT_NUMBER
static final int NT_NUMBER
- Represents an ordinary raw threshold value in the legend text.
This is a value constant for METRIC_LABEL_NUMBER_TYPE and
TICK_LABEL_NUMBER_TYPE key.
- See Also:
- Constant Field Values
NT_PERCENT
static final int NT_PERCENT
- Represents the percentage value of a threshold compared to its
position between the minimum and maximum values.
This is a value constant for METRIC_LABEL_NUMBER_TYPE and
TICK_LABEL_NUMBER_TYPE key.
- See Also:
- Constant Field Values
NUMBER_TYPE_MIN
static final int NUMBER_TYPE_MIN
- Represents the lowest number type setting, used for bounds testing.
- See Also:
- Constant Field Values
NUMBER_TYPE_MAX
static final int NUMBER_TYPE_MAX
- Represents the highest number type setting, used for bounds testing.
- See Also:
- Constant Field Values
TOP_LABEL
static final java.lang.String TOP_LABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the label displayed above the gauge. The label will be
centered above the gauge. If the label is wider than the gauge
itself, it will be truncated on the right side.
Key : TOP_LABEL
Value : String
TOP_LABEL_TEXT
static final java.lang.String TOP_LABEL_TEXT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the text of the top label.
Key : TOP_LABEL_TEXT
Value : Font
BOTTOM_LABEL
static final java.lang.String BOTTOM_LABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the label displayed below the gauge. The label will be
centered below the gauge. If the label is wider than the gauge
itself, it will be truncated on the right side.
Key : BOTTOM_LABEL
Value : String
BOTTOM_LABEL_TEXT
static final java.lang.String BOTTOM_LABEL_TEXT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the text of the bottom label.
Key : BOTTOM_LABEL_TEXT
Value : Font
BACKGROUND_FILLCOLOR
static final java.lang.String BACKGROUND_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the area behind the gauge.
If not specified, the default color will be white.
Key : BACKGROUND_FILLCOLOR
Value : Color
BACKGROUND_BORDERCOLOR
static final java.lang.String BACKGROUND_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the gauge background.
If not specified, the default color will be white.
Key : BACKGROUND_BORDERCOLOR
Value : Color
PLOTAREA_FILLCOLOR
static final java.lang.String PLOTAREA_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the area inside the gauge.
If not specified, the default color will be white.
Key : PLOTAREA_FILLCOLOR
Value : Color
PLOTAREA_BORDERCOLOR
static final java.lang.String PLOTAREA_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the area inside the gauge.
If not specified, the default color will be white.
Key : PLOTAREA_BORDERCOLOR
Value : Color
PLOTAREA_USE_THRESHOLD_FILLCOLOR
static final java.lang.String PLOTAREA_USE_THRESHOLD_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents if plot area fill colors should use the threshold color
in which the metric falls. If TRUE, Fill color of the
threshold will be used as the fill color for the plot area.
If FALSE, the default plot area color or FillColor specified
on the PlotArea component will be used.
Key : PLOTAREA_USE_THRESHOLD_FILLCOLOR
Value : Boolean
TOP_LABEL_FONT
static final java.lang.String TOP_LABEL_FONT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the Font of the label above the gauge. If not
specified, the default font will be {"Dialog", Font.PLAIN, 10}.
Key : TOP_LABEL_FONT
Value : Font
BOTTOM_LABEL_FONT
static final java.lang.String BOTTOM_LABEL_FONT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the Font of the label below the gauge. If not
specified, the default font will be {"Dialog", Font.PLAIN, 10}.
Key : BOTTOM_LABEL_FONT
Value : Font
TOP_LABEL_COLOR
static final java.lang.String TOP_LABEL_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the font color of the label above the gauge. If not
specified, the default color will be black.
Key : TOP_LABEL_COLOR
Value : Color
BOTTOM_LABEL_COLOR
static final java.lang.String BOTTOM_LABEL_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the font color of the label below the gauge. If not
specified, the default color will be black
Key : BOTTOM_LABEL_COLOR
Value : Color
TOP_LABEL_POSITION
static final java.lang.String TOP_LABEL_POSITION
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Determines where the top label will be placed.
The default will be to display the top label below the gauge.
(i.e. LP_NONE).
Key : TOP_LABEL_POSITION
Value : Integer, the valid constants are LP_NONE,
LP_ABOVE_GAUGE, and LP_INSIDE_GAUGE
BOTTOM_LABEL_POSITION
static final java.lang.String BOTTOM_LABEL_POSITION
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Determines where the bottom label will be placed.
The default will be to display the bottom label below the gauge.
(i.e. LP_NONE).
Key : BOTTOM_LABEL_POSITION
Value : Integer, the valid constants are LP_NONE,
LP_BELOW_GAUGE, and LP_INSIDE_GAUGE
TOP_LABEL_VISIBLE
static final java.lang.String TOP_LABEL_VISIBLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the visibility setting of the label above the gauge.
If not specified, the label will be visible.
Key : TOP_LABEL_VISIBLE
Value : Boolean
BOTTOM_LABEL_VISIBLE
static final java.lang.String BOTTOM_LABEL_VISIBLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the visibility setting of the label below the gauge.
If not specified, the label will be visible.
Key : BOTTOM_LABEL_VISIBLE
Value : Boolean
INDICATOR_USE_THRESHOLD_FILLCOLOR
static final java.lang.String INDICATOR_USE_THRESHOLD_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents if indicators should use the threshold color
in which the metric falls. If TRUE, Fill color of the
threshold will be used as the fill color for the indicator.
If FALSE, the default indicator color or FillColor specified
on the Indicator component will be used.
Key : INDICATOR_USE_THRESHOLD_FILLCOLOR
Value : Boolean
INDICATOR_TYPE
static final java.lang.String INDICATOR_TYPE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the indicator type. For 3.2 release, if threshold
values are specified, the indicator type is always
INDICATOR_TYPE_NEEDLE. If the threshold values are not
specified, the indicator type can be set to
INDICATOR_TYPE_LINE or INDICATOR_TYPE_FILL.
Key : INDICATOR_TYPE
Value : Integer, the valid constants are INDICATOR_TYPE_LINE,
INDICATOR_TYPE_FILL and INDICATOR_TYPE_NEEDLE.
Ex: To create a value, do the following
new Interger( INDICATOR_TYPE_LINE);
IT_LINE
static final int IT_LINE
- Specifies an indicator that is a line.
This is a value constant for INDICATOR_TYPE key
- See Also:
- Constant Field Values
IT_FILL
static final int IT_FILL
- Specifies an indicator that fills the area up to the
specified gauge value, assuming a left to right axis
scale.
This is a value constant for INDICATOR_TYPE key
- See Also:
- Constant Field Values
IT_NEEDLE
static final int IT_NEEDLE
- Specifies a diamond-shaped indicator.
This is a value constant for INDICATOR_TYPE key
- See Also:
- Constant Field Values
INDICATOR_TYPE_MIN
static final int INDICATOR_TYPE_MIN
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the lowest indicator type setting, used for bounds testing
INDICATOR_TYPE_MAX
static final int INDICATOR_TYPE_MAX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the highest indicator type setting, used for bounds testing
INDICATOR_FILLCOLOR
static final java.lang.String INDICATOR_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the indicator.
Key : INDICATOR_FILLCOLOR
Value : Color
INDICATOR_BAR_FILLCOLOR
static final java.lang.String INDICATOR_BAR_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the bar indicator when the gauge type
is STATUSMETER.
Key : INDICATOR_BAR_FILLCOLOR
Value : Color
INDICATOR_BAR_BORDERCOLOR
static final java.lang.String INDICATOR_BAR_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the bar indicator when the gauge type
is STATUSMETER.
Key : INDICATOR_BAR_BORDERCOLOR
Value : Color
INDICATOR_BAR_SFX
static final java.lang.String INDICATOR_BAR_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the IndicatorBar component.
Key : INDICATOR_BAR_SFX
Value : SFX
INDICATOR_BORDERCOLOR
static final java.lang.String INDICATOR_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color when the indicator type is
INDICATOR_TYPE_FILL or INDICATOR_TYPE_NEEDLE.
Key : INDICATOR_BORDERCOLOR
Value : Color
INDICATOR_BASE_FILLCOLOR
static final java.lang.String INDICATOR_BASE_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the indicator base when the gauge type
is DIAL.
Key : INDICATOR_BASE_FILLCOLOR
Value : Color
INDICATOR_BASE_BORDERCOLOR
static final java.lang.String INDICATOR_BASE_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the indicator base when the gauge type
is DIAL.
Key : INDICATOR_BASE_BORDERCOLOR
Value : Color
INDICATOR_BASE_SFX
static final java.lang.String INDICATOR_BASE_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the IndicatorBase component.
Key : INDICATOR_BASE_SFX
Value : SFX
INDICATOR_BASE_VISIBLE
static final java.lang.String INDICATOR_BASE_VISIBLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents whether the indicatorBase is visible for a DIAL gauge.
Key : INDICATOR_BASE_VISIBLE
Value : Color
TICKLABEL_CONTENT
static final java.lang.String TICKLABEL_CONTENT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the displayed tick label content. One or more
components of the tick label axis can be specified, though it
is possible for some components to overwrite others in the gauge.
If not specified, the default will be to display the minimum and
maximum values, as well as auto-generated increments.
Key : TICKLABEL_CONTENT
Value : Integer, the valid constants are TC_NONE,
TC_MIN_MAX, TC_INCREMENTS,
TC_THRESHOLD and TC_METRIC. Any
combination of these values can be specified.
To display min, max and increments, you can
create a value = TC_MIN_MAX | TC_INCREMENTS
TICKLABEL_POSITION
static final java.lang.String TICKLABEL_POSITION
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the tick label position.
Key : TICKLABEL_POSITION
Value : Integer, the valid constants are TLP_INTERIOR and TLP_EXTERIOR.
LINK
static final java.lang.String LINK
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
TC_NONE
static final int TC_NONE
- Specifies that no ticklabels/tickmarks should be visible.
This is a value constant for TICKLABEL_CONTENT and
TICKMARKS_DISPLAYED key
- See Also:
- Constant Field Values
TC_MIN_MAX
static final int TC_MIN_MAX
- Specifies the label/tickmarks representing the minimum and maximum value.
This is a value constant for TICKLABEL_CONTENT and
TICKMARKS_DISPLAYED key
- See Also:
- Constant Field Values
TC_INCREMENTS
static final int TC_INCREMENTS
- Specifies the labels/tickmarks representing the incremental axis values.
This is a value constant for TICKLABEL_CONTENT and
TICKMARKS_DISPLAYED key
- See Also:
- Constant Field Values
TC_THRESHOLD
static final int TC_THRESHOLD
- Specifies the label/tickmarks representing the threshold values.
This is a value constant for TICKLABEL_CONTENT and
TICKMARKS_DISPLAYED key
- See Also:
- Constant Field Values
TC_METRIC
static final int TC_METRIC
- Specifies the label/tickmarks representing the metric value.
This is a value constant for TICKLABEL_CONTENT and
TICKMARKS_DISPLAYED key
- See Also:
- Constant Field Values
TC_MAJORTICK
static final int TC_MAJORTICK
- Specifies the labels/tickmarks representing the majortick values.
This is a value constant for TICKLABEL_CONTENT and
TICKMARKS_DISPLAYED key
- See Also:
- Constant Field Values
TICK_CONTENT_MIN
static final int TICK_CONTENT_MIN
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the lowest tick content setting, used for bounds testing
TICK_CONTENT_MAX
static final int TICK_CONTENT_MAX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the highest tick content setting, used for bounds testing
TLP_INTERIOR
static final int TLP_INTERIOR
- Specifies the position of the TickLabel object.
This is a value constant for TICKLABEL_POSITION
- See Also:
- Constant Field Values
TLP_EXTERIOR
static final int TLP_EXTERIOR
- Specifies the position of the TickLabel object.
This is a value constant for TICKLABEL_POSITION
- See Also:
- Constant Field Values
TICKLABEL_POSITION_MIN
static final int TICKLABEL_POSITION_MIN
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the lowest tick position setting, used for bounds testing
TICKLABEL_POSITION_MAX
static final int TICKLABEL_POSITION_MAX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the highest tick position setting, used for bounds testing
TICKLABEL_FONT
static final java.lang.String TICKLABEL_FONT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the Font for TickLabel. If not
specified, the default font will be {"Dialog", Font.PLAIN, 10}.
Key : TICKLABEL_FONT
Value : Font
TICKLABEL_COLOR
static final java.lang.String TICKLABEL_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the font color for TickLabel. If not
specified, the default color will be black.
Key : TICKLABEL_COLOR
Value : Color
TICKLABEL_VIEWFORMAT
static final java.lang.String TICKLABEL_VIEWFORMAT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the ViewFormat to use when formatting tick labels.
The format used in this ViewFormat instance will apply to all
tick labels except for the metric tick label, which will have
a format controlled by the ViewFormat property on the
MetricLabel component.
Key : TICKLABEL_VIEWFORMAT
Value :
ViewFormat
instance
LEGENDTEXT_VIEWFORMAT
static final java.lang.String LEGENDTEXT_VIEWFORMAT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Bug 7360942
LegendText shares the TickLabel's view format
This attribute is only used when the number type of TickLabel and
LegendText differs
This does not represent an independent ViewFormat
LEGENDTEXT_NUMBER_TYPE
static final java.lang.String LEGENDTEXT_NUMBER_TYPE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the number type of the legend text. This property controls
how LegendText are formatted. The default will be to treat the values as
numbers.
Key : TICK_LABEL_NUMBER_TYPE
Value : Integer, the valid constants are NT_NUMBER and NT_PERCENT.
Ex: To create a value, do the following
new Integer( NT_PERCENT);
TICKMARK_CONTENT
static final java.lang.String TICKMARK_CONTENT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the display tick mark content.
If this attribute is not specified and if threshold values are
not specified, the default will be to display tick marks for
the minimum, maximum, and increments. If this attribute
is not specified and if threshold values are specified, the
default will be to display the tickmarks for minimum, maximum and
and threshold values.
Key : TICKMARK_CONTENT
Value : Integer, the valid constants are TICK_NONE,
TICK_MIN_MAX, TICK_INCREMENTS,
TICK_THRESHOLD and TICK_METRIC. Any
combination of these values can be specified.
To display tick marks for min, max and increments, you can
create a value = TICK_MIN_MAX | TICK_INCREMENTS
METRIC_LABEL_POSITION
static final java.lang.String METRIC_LABEL_POSITION
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Determines where the metric value will be placed in the
gauge. The default will be to not display the metric label
(i.e. LP_NONE).
Key : METRIC_LABEL_POSITION
Value : Integer, the valid constants are LP_NONE,
LP_BELOW_GAUGE, LP_WITH_BOTTOM_LABEL,
and LP_INSIDE_GAUGE
LP_NONE
static final int LP_NONE
- No metric label.
- See Also:
- Constant Field Values
LP_BELOW_GAUGE
static final int LP_BELOW_GAUGE
- Places the label below the gauge.
- See Also:
- Constant Field Values
LP_WITH_BOTTOM_LABEL
static final int LP_WITH_BOTTOM_LABEL
- Places the label along side the bottom label.
- See Also:
- Constant Field Values
LP_ABOVE_GAUGE
static final int LP_ABOVE_GAUGE
- Places the label above the gauge.
- See Also:
- Constant Field Values
LP_INSIDE_GAUGE
static final int LP_INSIDE_GAUGE
- Places the label inside the gauge.
- See Also:
- Constant Field Values
LP_INSIDE_GAUGE_LEFT
static final int LP_INSIDE_GAUGE_LEFT
- Places the label inside the gauge left aligned.
- See Also:
- Constant Field Values
LP_INSIDE_GAUGE_RIGHT
static final int LP_INSIDE_GAUGE_RIGHT
- Places the label inside the gauge right aligned.
- See Also:
- Constant Field Values
LP_MIN
static final int LP_MIN
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the lowest position setting, used for bounds testing
LP_MAX
static final int LP_MAX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the highest position setting, used for bounds testing
METRIC_LABEL_FONT
static final java.lang.String METRIC_LABEL_FONT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the Font for Metric Label. If not
specified, the default font will be {"Dialog", Font.PLAIN, 10}.
Key : METRIC_LABEL_FONT
Value : Font
METRIC_LABEL_COLOR
static final java.lang.String METRIC_LABEL_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the font color for Metric Label. If not
specified, the default color will be black.
Key : METRIC_LABEL_COLOR
Value : Color
METRIC_LABEL_VIEWFORMAT
static final java.lang.String METRIC_LABEL_VIEWFORMAT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the ViewFormat to use when formatting labels which
display the metric, which include the metric label itself and
the metric tick label.
Key : METRIC_LABEL_VIEWFORMAT
Value :
ViewFormat
instance
METRIC_LABEL_BACKCOLOR
static final java.lang.String METRIC_LABEL_BACKCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the background color for the plate behind the Metric Label.
If not specified, the default color will be white.
Key : METRIC_LABEL_BACKCOLOR
Value : Color
LED_STYLE
static final java.lang.String LED_STYLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the style to use in rendering LED gauges.
If not specified, KPI styles will be used.
Key : LED_STYLE
Value : Integer, valid values are LS_KPI, LS_DOT,
LS_ARROW, LS_TRIANGLE, and LS_CUSTOM
SPECULAR_HIGHLIGHT
static final java.lang.String SPECULAR_HIGHLIGHT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the option to use specular highlights in LED gauges.
Key : SPECULAR_HIGHLIGHT
Value : Integer, valid values are SH_ON, SH_OFF
SH_ON
static final int SH_ON
- Specular highlight on for LED gauge LS_DOT style
- See Also:
- Constant Field Values
SH_OFF
static final int SH_OFF
- Specular highlight on for LED gauge LS_DOT style
- See Also:
- Constant Field Values
TD_STYLE
static final java.lang.String TD_STYLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the style to use in rendering Threshold dial gauges.
Key : TD_STYLE
Value : Integer, valid values are TDS_PIE_FILL and TDS_RING_FILL
LS_DOT
static final int LS_DOT
- LED style which makes use of a dot.
- See Also:
- Constant Field Values
LS_KPI
static final int LS_KPI
- KPI-based LED style.
- See Also:
- Constant Field Values
LS_ARROW
static final int LS_ARROW
- LED style which makes use of arrows.
- See Also:
- Constant Field Values
LS_TRIANGLE
static final int LS_TRIANGLE
- LED style which makes use of triangles.
- See Also:
- Constant Field Values
LS_CUSTOM
static final int LS_CUSTOM
- Custom LED style.
- See Also:
- Constant Field Values
LS_RECTANGLE
static final int LS_RECTANGLE
- "Chicklet" (rounded rectangle) LED style.
- See Also:
- Constant Field Values
LS_SQUARE
static final int LS_SQUARE
- Square LED style.
- See Also:
- Constant Field Values
TDS_PIE_FILL
static final int TDS_PIE_FILL
- Pie shaped fill for Threshold dial style. This is the default.
- See Also:
- Constant Field Values
TDS_RING_FILL
static final int TDS_RING_FILL
- Ring shaped fill for Threshold dial style.
- See Also:
- Constant Field Values
TDS_SEGMENTS
static final int TDS_SEGMENTS
- Segments fill for Threshold dial style.
- See Also:
- Constant Field Values
TDS_MIN
static final int TDS_MIN
- Min value for Threshold dial style.
- See Also:
- Constant Field Values
TDS_MAX
static final int TDS_MAX
- Max value for Threshold dial style.
- See Also:
- Constant Field Values
LEDSTYLE_MIN
static final int LEDSTYLE_MIN
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the lowest LED style setting, used for bounds testing
LEDSTYLE_MAX
static final int LEDSTYLE_MAX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Marks the highest LED style setting, used for bounds testing
LED_STYLE_CALLBACK
static final java.lang.String LED_STYLE_CALLBACK
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the callback handler to use in rendering LED gauges.
If not specified, an instance of KPIStyleCallback will be used.
Key : LED_STYLE_CALLBACK
Value : oracle.dss.gauge.LEDStyleCallback
LOCALE
static final java.lang.String LOCALE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the locale for the gauge
Key : LOCALE
Value : java.util.Locale
TOOLTIP_TEXT
static final java.lang.String TOOLTIP_TEXT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Applications should not specifiy this attribute. After
rendering the gauge using GaugeEngine, the tooltip text
can be retrieved using this attribute.
Key : TOOLTIP_TEXT
Value : String[]
NAME_ELEMENTA
static final java.lang.String NAME_ELEMENTA
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the common A element constant.
ELEMENTA_VALUE
static final java.lang.String ELEMENTA_VALUE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the value of the A element in a Venn diagram.
Key : ELEMENTA_VALUE
Value : Double
ELEMENTA_FILLCOLOR
static final java.lang.String ELEMENTA_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the A element in a Venn diagram.
Key : ELEMENTA_FILLCOLOR
Value : Color
ELEMENTA_BORDERCOLOR
static final java.lang.String ELEMENTA_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the A element in a Venn diagram.
Key : ELEMENTA_BORDERCOLOR
Value : Color
ELEMENTA_SFX
static final java.lang.String ELEMENTA_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the A element of a Venn diagram.
Key : ELEMENTA_SFX
Value : SFX
ELEMENTA_TOPLABEL
static final java.lang.String ELEMENTA_TOPLABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the top label of the A element in a Venn diagram.
Key : ELEMENTA_TOPLABEL
Value : String
ELEMENTA_BOTTOMLABEL
static final java.lang.String ELEMENTA_BOTTOMLABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the bottom label of the A element in a Venn diagram.
Key : ELEMENTA_BOTTOMLABEL
Value : String
NAME_ELEMENTB
static final java.lang.String NAME_ELEMENTB
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the common B element constant.
ELEMENTB_VALUE
static final java.lang.String ELEMENTB_VALUE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the value of the B element in a Venn diagram.
Key : ELEMENTB_VALUE
Value : Double
ELEMENTB_FILLCOLOR
static final java.lang.String ELEMENTB_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the B element in a Venn diagram.
Key : ELEMENTB_FILLCOLOR
Value : Color
ELEMENTB_BORDERCOLOR
static final java.lang.String ELEMENTB_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the B element in a Venn diagram.
Key : ELEMENTB_BORDERCOLOR
Value : Color
ELEMENTB_SFX
static final java.lang.String ELEMENTB_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the B element of a Venn diagram.
Key : ELEMENTB_SFX
Value : SFX
ELEMENTB_TOPLABEL
static final java.lang.String ELEMENTB_TOPLABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the top label of the B element in a Venn diagram.
Key : ELEMENTA_TOPLABEL
Value : String
ELEMENTB_BOTTOMLABEL
static final java.lang.String ELEMENTB_BOTTOMLABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the bottom label of the B element in a Venn diagram.
Key : ELEMENTA_BOTTOMLABEL
Value : String
NAME_INTERSECTIONAB
static final java.lang.String NAME_INTERSECTIONAB
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the common AB intersection constant.
INTERSECTIONAB_VALUE
static final java.lang.String INTERSECTIONAB_VALUE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the value of the intersection of elements A and B
in a Venn diagram.
Key : INTERSECTIONAB_VALUE
Value : Double
INTERSECTIONAB_FILLCOLOR
static final java.lang.String INTERSECTIONAB_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the intersection of elements A and B
in a Venn diagram.
Key : INTERSECTIONAB_FILLCOLOR
Value : Color
INTERSECTIONAB_BORDERCOLOR
static final java.lang.String INTERSECTIONAB_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the intersection of elements A and B
in a Venn diagram.
Key : INTERSECTIONAB_BORDERCOLOR
Value : Color
INTERSECTIONAB_SFX
static final java.lang.String INTERSECTIONAB_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the A and B intersection of a Venn diagram.
Key : INTERSECTIONAB_SFX
Value : SFX
INTERSECTIONAB_TOPLABEL
static final java.lang.String INTERSECTIONAB_TOPLABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the top label of the A and B intersection in a Venn diagram.
Key : ELEMENTA_TOPLABEL
Value : String
INTERSECTIONAB_BOTTOMLABEL
static final java.lang.String INTERSECTIONAB_BOTTOMLABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the bottom label of the A and B intersection in a Venn diagram.
Key : ELEMENTA_BOTTOMLABEL
Value : String
NODATA_LABEL
static final java.lang.String NODATA_LABEL
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the No Data label.
Key : NODATA_LABEL
Value : String
GSBACKGROUND_SFX
static final java.lang.String GSBACKGROUND_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the gauge set background.
Key : GSBACKGROUND_SFX
Value : SFX
BACKGROUND_SFX
static final java.lang.String BACKGROUND_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents an SFX definition for a gauge background.
Key : BACKGROUND_SFX
Value : SFX
PLOTAREA_SFX
static final java.lang.String PLOTAREA_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the plot area component.
Key : PLOTAREA_SFX
Value : SFX
INDICATOR_SFX
static final java.lang.String INDICATOR_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- This key refers to SFX attributes saved in the attributes map
for the Indicator component.
Key : INDICATOR_SFX
Value : SFX
SFX_FILL_TYPE
static final java.lang.String SFX_FILL_TYPE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill type of a component.
Key : SFX_FILL_TYPE
Value : Integer
SFX_GRADIENT_DIRECTION
static final java.lang.String SFX_GRADIENT_DIRECTION
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the direction in which to draw
the stops in a component's gradient fill.
Key : SFX_GRADIENT_DIRECTION
Value : Integer
SFX_GRADIENT_REVERSED
static final java.lang.String SFX_GRADIENT_REVERSED
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the whether the direction is reversed.
Key : SFX_GRADIENT_REVERSED
Value : Boolean
SFX_NUM_STOPS
static final java.lang.String SFX_NUM_STOPS
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the number of stops in a component's
gradient fill.
Key : SFX_NUM_STOPS
Value : Integer
SFX_STOP_COLORS
static final java.lang.String SFX_STOP_COLORS
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents a array of colors for the defined stops
in a component's gradient fill.
Key : SFX_STOP_COLORS
Value : Color[]
SFX_STOP_POSITIONS
static final java.lang.String SFX_STOP_POSITIONS
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents an array of stop positions in a component's
gradient fill.
Key : SFX_STOP_POSITIONS
Value : Double[]
SFX_VISUAL_EFFECTS
static final java.lang.String SFX_VISUAL_EFFECTS
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the visual effects to be applied on a component.
Key : SFX_VISUAL_EFFECTS
Value : Integer
SFX_GRADIENT_CENTER
static final java.lang.String SFX_GRADIENT_CENTER
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only: Represents the point from which the gradient
propagates relative to the top left of the element.
Key : SFX_GRADIENT_CENTER
Value : Point2D
SFX_MOUSE_TRANSPARENT
static final java.lang.String SFX_MOUSE_TRANSPARENT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only: Determines whether the mouse should recognize the
object in Flash.
Key : SFX_SHADOW_COLOR
Value : Boolean
SFX_START_POINT
static final java.lang.String SFX_START_POINT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
Key : SFX_START_POINT
Value : Boolean
SFX_END_POINT
static final java.lang.String SFX_END_POINT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
Key : SFX_END_POINT
Value : Boolean
SFX_SHADOW_COLOR
static final java.lang.String SFX_SHADOW_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_DISTANCE
static final java.lang.String SFX_SHADOW_DISTANCE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_STRENGTH
static final java.lang.String SFX_SHADOW_STRENGTH
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_ANGLE
static final java.lang.String SFX_SHADOW_ANGLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_BLURX
static final java.lang.String SFX_SHADOW_BLURX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_BLURY
static final java.lang.String SFX_SHADOW_BLURY
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_QUALITY
static final java.lang.String SFX_SHADOW_QUALITY
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_INNER
static final java.lang.String SFX_SHADOW_INNER
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_KNOCKOUT
static final java.lang.String SFX_SHADOW_KNOCKOUT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_SHADOW_HIDE
static final java.lang.String SFX_SHADOW_HIDE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_HIGHLIGHT_COLOR
static final java.lang.String SFX_BEVEL_HIGHLIGHT_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_SHADOW_COLOR
static final java.lang.String SFX_BEVEL_SHADOW_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_DISTANCE
static final java.lang.String SFX_BEVEL_DISTANCE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_STRENGTH
static final java.lang.String SFX_BEVEL_STRENGTH
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_ANGLE
static final java.lang.String SFX_BEVEL_ANGLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_BLURX
static final java.lang.String SFX_BEVEL_BLURX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_BLURY
static final java.lang.String SFX_BEVEL_BLURY
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_QUALITY
static final java.lang.String SFX_BEVEL_QUALITY
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_BEVEL_TYPE
static final java.lang.String SFX_BEVEL_TYPE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_GLOW_COLOR
static final java.lang.String SFX_GLOW_COLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_GLOW_STRENGTH
static final java.lang.String SFX_GLOW_STRENGTH
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_GLOW_BLURX
static final java.lang.String SFX_GLOW_BLURX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_GLOW_BLURY
static final java.lang.String SFX_GLOW_BLURY
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_GLOW_QUALITY
static final java.lang.String SFX_GLOW_QUALITY
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_GLOW_INNER
static final java.lang.String SFX_GLOW_INNER
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
SFX_GLOW_KNOCKOUT
static final java.lang.String SFX_GLOW_KNOCKOUT
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only
GAUGEFRAME_VISIBLE
static final java.lang.String GAUGEFRAME_VISIBLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the option to draw a frame behind the gauge.
If not specified, the default value will be true.
Key : GAUGEFRAME_VISIBLE
Value : Boolean
GAUGEFRAME_FILLCOLOR
static final java.lang.String GAUGEFRAME_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the frame behind a gauge.
Key: GAUGEFRAME_FILLCOLOR
Value: Color
GAUGEFRAME_BORDERCOLOR
static final java.lang.String GAUGEFRAME_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the frame behind a gauge.
Key: GAUGEFRAME_BORDERCOLOR
Value: Color
GAUGEFRAME_SFX
static final java.lang.String GAUGEFRAME_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents an SFX for the frame behind a gauge.
This key refers to SFX attributes saved in the attributes map.
Key : GAUGEFRAME_SFX
Value : SFX
UPLBLFRAME_VISIBLE
static final java.lang.String UPLBLFRAME_VISIBLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the option to draw a frame behind the
labels above a gauge.
If not specified, the default value will be false.
Key : UPLBLFRAME_VISIBLE
Value : Boolean
UPLBLFRAME_FILLCOLOR
static final java.lang.String UPLBLFRAME_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the frame
behind the upper labels of a gauge.
Key: UPLBLFRAME_FILLCOLOR
Value: Color
UPLBLFRAME_BORDERCOLOR
static final java.lang.String UPLBLFRAME_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the frame
behind the upper labels of a gauge.
Key: UPLBLFRAME_BORDERCOLOR
Value: Color
UPLBLFRAME_SFX
static final java.lang.String UPLBLFRAME_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents an SFX for the frame
behind the upper labels of a gauge.
This key refers to SFX attributes saved in the attributes map.
Key : UPLBLFRAME_SFX
Value : SFX
LOWLBLFRAME_VISIBLE
static final java.lang.String LOWLBLFRAME_VISIBLE
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the option to draw a frame behind the
labels below a gauge.
If not specified, the default value will be false.
Key : LOWLBLFRAME_VISIBLE
Value : Boolean
LOWLBLFRAME_FILLCOLOR
static final java.lang.String LOWLBLFRAME_FILLCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the fill color of the frame
behind the lower labels of a gauge.
Key: LOWLBLFRAME_FILLCOLOR
Value: Color
LOWLBLFRAME_BORDERCOLOR
static final java.lang.String LOWLBLFRAME_BORDERCOLOR
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents the border color of the frame
behind the lower labels of a gauge.
Key: LOWLBLFRAME_BORDERCOLOR
Value: Color
LOWLBLFRAME_SFX
static final java.lang.String LOWLBLFRAME_SFX
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Represents an SFX for the frame
behind the lower labels of a gauge.
This key refers to SFX attributes saved in the attributes map.
Key : LOWLBLFRAME_SFX
Value : SFX
METADATA_POINT_OF_ROTATION
static final java.lang.String METADATA_POINT_OF_ROTATION
- See Also:
- Constant Field Values
- For internal use only. Application developers should not use this
- Internal use only. Represents the point of rotation of the indicator.
Used for ADS2 Dial.
CS_INDICATOR
static final java.lang.String CS_INDICATOR
- See Also:
- Constant Field Values
CS_INDICATORBASE
static final java.lang.String CS_INDICATORBASE
- See Also:
- Constant Field Values
CS_INDICATORCENTER
static final java.lang.String CS_INDICATORCENTER
- See Also:
- Constant Field Values
CS_GAUGEFRAME
static final java.lang.String CS_GAUGEFRAME
- See Also:
- Constant Field Values
CS_PLOTAREA
static final java.lang.String CS_PLOTAREA
- See Also:
- Constant Field Values
CS_PLOTAREABOUNDS
static final java.lang.String CS_PLOTAREABOUNDS
- See Also:
- Constant Field Values
CS_BOTTOMLABELBOUNDS
static final java.lang.String CS_BOTTOMLABELBOUNDS
- See Also:
- Constant Field Values
CS_METRICLABELBOUNDS
static final java.lang.String CS_METRICLABELBOUNDS
- See Also:
- Constant Field Values
CS_TOPLABELBOUNDS
static final java.lang.String CS_TOPLABELBOUNDS
- See Also:
- Constant Field Values
CS_LOWERLABELFRAME
static final java.lang.String CS_LOWERLABELFRAME
- See Also:
- Constant Field Values
CS_UPPERLABELFRAME
static final java.lang.String CS_UPPERLABELFRAME
- See Also:
- Constant Field Values
CS_LEDFILLAREA
static final java.lang.String CS_LEDFILLAREA
- See Also:
- Constant Field Values
CS_THRESHOLDFILLAREA
static final java.lang.String CS_THRESHOLDFILLAREA
- See Also:
- Constant Field Values
CS_MINORTICKMARK
static final java.lang.String CS_MINORTICKMARK
- See Also:
- Constant Field Values
CS_TICKMARK
static final java.lang.String CS_TICKMARK
- See Also:
- Constant Field Values
CS_TICKMARKPATH
static final java.lang.String CS_TICKMARKPATH
- See Also:
- Constant Field Values
Copyright © 1997, 2009, Oracle. All rights reserved.