com.microstrategy.web.objects.WebGraphArea |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | addHyperLinks(WebHyperLinks links) | ||||||||||
abstract WebGraphArea |
copy()
copy WebGraphArea
| ||||||||||
abstract int |
getAxesBitMap()
Returns the axes that the graph area represents.
| ||||||||||
abstract String |
getCoordinates()
Returns a string representing the co-ordinates required to
define the graph area.
| ||||||||||
abstract WebDrillMap |
getDrillMap()
Returns the
WebDrillMap associated with the graph area. | ||||||||||
abstract int |
getGroupID()
Returns the group which is associated with the graph area.
| ||||||||||
abstract List<WebHyperLinks> | getHyperLinks() | ||||||||||
abstract int |
getObjectID()
Each graph area is associated to a graph object which is represented
by the ID.
| ||||||||||
abstract Set<RWControl> |
getRWControls()
Get the set of all available selector controls on current graph area,
| ||||||||||
abstract int |
getSeriesID()
Returns the series which is associated with the graph area.
| ||||||||||
abstract int |
getShape()
Return the shape of the graph area.
| ||||||||||
abstract String |
getToolTip()
Returns the tooltip for the graph area.
| ||||||||||
abstract boolean |
isDrillable()
Utility to determine if the graph area is drillable or not.
| ||||||||||
abstract boolean |
isLinkedToControl()
returns true if the graph area corresponds to a template unit which has a control.
| ||||||||||
abstract boolean |
isMetric()
Returns a boolean true if the graph area is a metric otherwise false.
| ||||||||||
abstract void |
setCoordinates(String coords)
Set coordinates
|
Returns the axes that the graph area represents. A graph area can correspond to 0 or more Axes (e.g. data points corresond to both axes, empty areas
corresond to no axes, labels correspond to one axis). The returned value is bitwise ORed one from EnumDSSXMLAxesBitMap
.
Returns a string representing the co-ordinates required to define the graph area.
Returns the WebDrillMap
associated with the graph area.
If the area is not drillable, this method returns null.
Returns the group which is associated with the graph area.
Each graph area is associated to a graph object which is represented
by the ID. The graph object ID is from
EnumDSSXMLGraphObjectID
Get the set of all available selector controls on current graph area,
RWControl
Returns the series which is associated with the graph area.
Return the shape of the graph area.
From EnumDSSXMLAreaShapes
EnumDSSXMLAreaShapes
that defines the shape of the graph area
Returns the tooltip for the graph area.
Utility to determine if the graph area is drillable or not.
true
is there is a drill map associated with the
area and false
otherwise
returns true if the graph area corresponds to a template unit which has a control.
Returns a boolean true if the graph area is a metric otherwise false.
Set coordinates