java.lang.Object | ||
↳ | com.microstrategy.web.objects.WebVisualizationSettingsImpl | |
↳ | com.microstrategy.web.objects.WebReportVisualizationSettingsImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebReportVisualizationSettingsImpl(WebPropertySet _visualizationProps, WebReportInstanceImpl _ownerInstance) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getMode()
Returns the visualization mode.
| ||||||||||
void |
setEnabled(boolean enabled)
Sets whether visualizations are enabled.
| ||||||||||
void |
setImage(String image)
The image to be used by this visualization
| ||||||||||
void |
setMode(int mode)
Sets the visualization mode.
| ||||||||||
void |
setSelectedAndroidVisualization(String val)
Sets the currently selected visualization.
| ||||||||||
void |
setSelectedIPadVisualization(String val)
Sets the currently selected visualization.
| ||||||||||
void |
setSelectedIPhoneVisualization(String val)
Sets the currently selected visualization.
| ||||||||||
void |
setSelectedVisualization(String val)
Sets the currently selected visualization.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the visualization mode. If this is 0, then the visualization mode is off. If it is nonzero, then the visualization mode is the value returned. It is up to the API user to define the meanings of the various visualization modes.
Sets whether visualizations are enabled.
enabled | True if the visualizations should be enabled, false otherwise. |
---|
The image to be used by this visualization
image | The image to be used by this visualization |
---|
Sets the visualization mode.
mode | The new visualization mode. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
val | The selected visualization. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
val | The selected visualization. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
val | The selected visualization. |
---|
Sets the currently selected visualization. It is recommended that this be one of the object from the visualization list returned from getVisualizationsList.
val | The selected visualization. |
---|