java.lang.Object | |
↳ | com.microstrategy.web.app.beans.GraphTitleInformation |
This class is used for handling the title information for the axis that should be displayed given the current graph major type
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CONTENT_PROPERTY_SUPPORT | Constant for indicating content property is supported by the current graph element | |||||||||
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 | LEGEND_POSITION_PROPERTY_SUPPORT | Constant for indicating legend position property is 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GraphTitleInformation(int objectID, int descriptorID, int argumentID)
This constructor is deprecated.
use the individual set methods instead. The values defined for
descriptor and argument will not be considered when initializing this instance.
| |||||||||||
GraphTitleInformation(int objectID)
Class constructor, initializing its properties with the given parameters
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getArgumentID()
Returns the event argument ID associtaed with this title information instance
| ||||||||||
int |
getDescriptorID()
Returns the descriptor ID associated with this title information instance
| ||||||||||
String | getFilter() | ||||||||||
int |
getObjectID()
Returns the object ID associated with this title information instance
| ||||||||||
int | getPropertySupport() | ||||||||||
boolean | isComposedFilter() | ||||||||||
boolean |
isContentSupported()
This method is deprecated.
Please use
getPropertySupport() and test for CONTENT_PROPERTY_SUPPORT
bit-wise value instead. | ||||||||||
boolean | isTypeSupported(int major, int minor) | ||||||||||
void | setArgumentID(int value) | ||||||||||
void | setDescriptorID(int value) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constant for indicating content property is supported by the current graph element
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 legend position property is 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
This constructor is deprecated.
use the individual set methods instead. The values defined for
descriptor and argument will not be considered when initializing this instance.
Class constructor, initializing its properties with the given parameters
objectID | identifier of the object that represents this title. |
---|---|
descriptorID | identifier of the descriptor to use for this title. |
argumentID | identifier of the event argument for this title. |
Class constructor, initializing its properties with the given parameters
objectID | identifier of the descriptor to use for this title. |
---|
Returns the event argument ID associtaed with this title information instance
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
,
CONTENT_PROPERTY_SUPPORT
and SHOW_PROPERTY_SUPPORT
constants.
This method is deprecated.
Please use getPropertySupport()
and test for CONTENT_PROPERTY_SUPPORT
bit-wise value instead.