Package com.microstrategy.web.objects
Interface WebGraphCoordinatesDrillAction
- 
- All Superinterfaces:
 WebDrillAction
public interface WebGraphCoordinatesDrillAction extends WebDrillAction
This interface is a child ofWebDrillActionand is used for drilling actions of typeEnumDSSXMLDrillType.DssXmlDrillToGraphCoordinates.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetXPixel()Returns the value of the X-axis pixel for this object.intgetYPixel()Returns the value of the Y-axis pixel for this object.voidsetDrillPathKey(java.lang.String drillPathKey)Sets the drill path key for graph drilling.voidsetGraphHeight(int height)Sets the height of graphvoidsetGraphWidth(int width)Sets the width of graphvoidsetXPixel(int xPixel)Sets the value of the X-axis pixel for this object.voidsetYPixel(int yPixel)Sets the value of the Y-axis pixel for this object.- 
Methods inherited from interface com.microstrategy.web.objects.WebDrillAction
getDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setXPixel
void setXPixel(int xPixel)
Sets the value of the X-axis pixel for this object.- Parameters:
 xPixel- The value of xPixel to be set.
 
- 
setYPixel
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.
 
- 
getXPixel
int getXPixel()
Returns the value of the X-axis pixel for this object.- Returns:
 - The value of the xPixel on this object
 
 
- 
getYPixel
int getYPixel()
Returns the value of the Y-axis pixel for this object.- Returns:
 - The value of yPixel on this object
 
 
- 
setDrillPathKey
void setDrillPathKey(java.lang.String drillPathKey)
Sets the drill path key for graph drilling.- Parameters:
 drillPathKey-- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
setGraphWidth
void setGraphWidth(int width)
Sets the width of graph- Parameters:
 width- The width of the graph
 
- 
setGraphHeight
void setGraphHeight(int height)
Sets the height of graph- Parameters:
 height- The width of the graph
 
 - 
 
 -