com.microstrategy.web.objects.WebGraphCoordinatesDrillAction |
Summary
Public Methods |
abstract
int
|
getXPixel()
Returns the value of the X-axis pixel for this object.
|
abstract
int
|
getYPixel()
Returns the value of the Y-axis pixel for this object.
|
abstract
void
|
setDrillPathKey(String drillPathKey)
Sets the drill path key for graph drilling.
|
abstract
void
|
setXPixel(int xPixel)
Sets the value of the X-axis pixel for this object.
|
abstract
void
|
setYPixel(int yPixel)
Sets the value of the Y-axis pixel for this object.
|
[Expand]
Inherited Methods |
From interface
com.microstrategy.web.objects.WebDrillAction
abstract
WebTemplateUnit
|
getDrillTemplateUnit()
Returns the template unit that has been set on this instance.
|
abstract
int
|
getDrillType()
Returns the type of the drill action specified by this object.
|
abstract
int
|
getDrillUnitSource()
Returns the Drill Unit Source set for the current drill action.
|
abstract
boolean
|
getFilterMetrics()
Returns the value of the filterMetrics property of this drill action.
|
abstract
int
|
getKeepIndependent()
Returns the keepIndependent property for the current drill action.
|
abstract
boolean
|
getKeepOriginal()
Returns the keepOriginal property for this drill action.
|
abstract
boolean
|
getKeepThresholds()
Returns the keepThresholds property for this drill action.
|
abstract
String
|
getName()
Returns the name of the current drill action
|
abstract
int
|
getReportFilter()
Returns the value of the reportFilter property set for this drill action.
|
abstract
int
|
getUserFilter()
Returns the value of the userFilter for this drill action.
|
abstract
void
|
setDrillTemplateUnit(WebTemplateUnit wtu)
Sets the template unit from where to drill on the base report instance.
|
abstract
void
|
setDrillTemplateUnit(int axis, int position)
Sets the template unit from where to drill on the base report instance.
|
abstract
void
|
setDrillUnitSource(int drillUnitSource)
Set the Drill Unit Source for the current drill action.
|
abstract
void
|
setFilterMetrics(boolean filterMetrics)
Sets the filterMetrics property for the current drill action.
|
abstract
void
|
setKeepIndependent(int keepIndependent)
Sets the keepIndependent property for the current drill action.
|
abstract
void
|
setKeepOriginal(boolean keepOriginal)
Sets the keepOriginal property for the current drill action.
|
abstract
void
|
setKeepThresholds(boolean keepThresholds)
Sets the keepThresholds property for the current drill action.
|
abstract
void
|
setName(String name)
Sets the name of the current drill action
|
abstract
void
|
setReportFilter(int reportFilter)
Sets the reportFilter property of the current drill action.
|
abstract
void
|
setUserFilter(int userFilter)
Sets the userFilter property for the current drill action.
|
|
Public Methods
public
abstract
int
getXPixel
()
Returns the value of the X-axis pixel for this object.
Returns
- The value of the xPixel on this object
public
abstract
int
getYPixel
()
Returns the value of the Y-axis pixel for this object.
Returns
- The value of yPixel on this object
public
abstract
void
setDrillPathKey
(String drillPathKey)
Sets the drill path key for graph drilling.
public
abstract
void
setXPixel
(int xPixel)
Sets the value of the X-axis pixel for this object.
Parameters
xPixel |
The value of xPixel to be set.
|
public
abstract
void
setYPixel
(int yPixel)
Sets the value of the Y-axis pixel for this object.
Parameters
yPixel |
The value of the yPixel to be set.
|