java.lang.Object | |
↳ | com.microstrategy.web.objects.WebGraphAreaImpl |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | addHyperLinks(WebHyperLinks links) | ||||||||||
WebGraphArea |
copy()
copy WebGraphArea
| ||||||||||
int |
getAxesBitMap()
Returns the axes that the graph area represents.
| ||||||||||
String |
getCoordinates()
Returns a string representing the co-ordinates required to
define the graph area.
| ||||||||||
WebDrillMap |
getDrillMap()
Returns the
WebDrillMap associated with the graph area. | ||||||||||
int |
getGroupID()
Returns the group which is associated with the graph area.
| ||||||||||
List<WebHyperLinks> | getHyperLinks() | ||||||||||
int |
getObjectID()
Each graph area is associated to a graph object which is represented
by the ID.
| ||||||||||
Set<RWControl> |
getRWControls()
Get the set of all available selector controls on current graph area,
| ||||||||||
int |
getSeriesID()
Returns the series which is associated with the graph area.
| ||||||||||
int |
getShape()
Return the shape of the graph area.
| ||||||||||
String |
getToolTip()
Returns the tooltip for the graph area.
| ||||||||||
boolean |
isDrillable()
Utility to determine if the graph area is drillable or not.
| ||||||||||
boolean |
isLinkedToControl()
returns true if the graph area corresponds to a template unit which has a control.
| ||||||||||
boolean |
isMetric()
Returns a boolean true if the graph area is a metric otherwise false.
| ||||||||||
void |
setCoordinates(String coords)
Set coordinates
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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