java.lang.Object | |
↳ | com.microstrategy.web.app.beans.GraphSeriesInformation |
This class is used for handling the series information that should be displayed given the current graph major and minor type
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FILL_PROPERTY_SUPPORT | Constant for indicating fill (color) property is supported by the current graph element | |||||||||
int | FONTBOX_PROPERTY_SUPPORT | ||||||||||
int | FONT_PROPERTY_SUPPORT | Constant for indicating font properties are supported by the current graph element | |||||||||
int | LINE_PROPERTY_SUPPORT | Constant for indicating line (color) property is supported by the current graph element | |||||||||
int | SHOW_PROPERTY_SUPPORT | Constant for indicating show property is supported by the current graph element | |||||||||
int | TOOLTIP_PROPERTY_SUPPORT |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GraphSeriesInformation(int objectID, int major, int minor)
Class constructor, initializing its properties with the given parameters
| |||||||||||
GraphSeriesInformation(int objectID, int major, int minor, int seriesIndex)
Class constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Object | clone() | ||||||||||
String | getCustomDescriptor() | ||||||||||
String |
getDescriptorID(int seriesIndex)
Returns the descriptor ID associated with this title information instance
| ||||||||||
String | getDescriptorID() | ||||||||||
String | getFilter() | ||||||||||
int |
getObjectID()
Returns the object ID associated with this title information instance
| ||||||||||
int | getPropertySupport() | ||||||||||
int | getSeriesIndex() | ||||||||||
boolean | isComposedFilter() | ||||||||||
boolean | isSupported() | ||||||||||
boolean | isSupported(int seriesIndex) | ||||||||||
boolean | isTypeSupported(int major) | ||||||||||
void |
setCustomDescriptor(String value)
Set a custom descriptor to use for this instance
| ||||||||||
void |
setSeriesIndex(int value)
Set the series index value for this instance
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constant for indicating fill (color) property is supported by the current graph element
Constant for indicating font properties are supported by the current graph element
Constant for indicating line (color) property is supported by the current graph element
Constant for indicating show property is supported by the current graph element
Class constructor, initializing its properties with the given parameters
objectID | identifier of the descriptor to use for this title. |
---|
Class constructor
objectID | identifier of the descriptor to use for this title |
---|---|
major | int value with a valid graph type |
minor | int value with a valid graph subtype |
seriesIndex | int value of the series index represented |
Returns the descriptor ID associated with this title information instance
Returns the object ID associated with this title information instance
FONT_PROPERTY_SUPPORT
, LINE_PROPERTY_SUPPORT
, FILL_PROPERTY_SUPPORT
and SHOW_PROPERTY_SUPPORT
constants.
Set a custom descriptor to use for this instance
value | String with the descriptor to use |
---|
Set the series index value for this instance
value | int representing the series index |
---|