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 SummaryAll 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.WebDrillActiongetDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter
 
- 
 
- 
- 
- 
Method Detail- 
setXPixelvoid setXPixel(int xPixel) Sets the value of the X-axis pixel for this object.- Parameters:
- xPixel- The value of xPixel to be set.
 
 - 
setYPixelvoid setYPixel(int yPixel) Sets the value of the Y-axis pixel for this object.- Parameters:
- yPixel- The value of the yPixel to be set.
 
 - 
getXPixelint getXPixel() Returns the value of the X-axis pixel for this object.- Returns:
- The value of the xPixel on this object
 
 - 
getYPixelint getYPixel() Returns the value of the Y-axis pixel for this object.- Returns:
- The value of yPixel on this object
 
 - 
setDrillPathKeyvoid setDrillPathKey(java.lang.String drillPathKey) Sets the drill path key for graph drilling.- Parameters:
- drillPathKey-
- Since:
- MicroStrategy Web 9.0.0
 
 - 
setGraphWidthvoid setGraphWidth(int width) Sets the width of graph- Parameters:
- width- The width of the graph
 
 - 
setGraphHeightvoid setGraphHeight(int height) Sets the height of graph- Parameters:
- height- The width of the graph
 
 
- 
 
-