Package com.microstrategy.web.objects
Interface WebGraphCoordinatesDrillAction
-
- All Superinterfaces:
WebDrillAction
public interface WebGraphCoordinatesDrillAction extends WebDrillAction
This interface is a child ofWebDrillAction
and 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 int
getXPixel()
Returns the value of the X-axis pixel for this object.int
getYPixel()
Returns the value of the Y-axis pixel for this object.void
setDrillPathKey(java.lang.String drillPathKey)
Sets the drill path key for graph drilling.void
setGraphHeight(int height)
Sets the height of graphvoid
setGraphWidth(int width)
Sets the width of graphvoid
setXPixel(int xPixel)
Sets the value of the X-axis pixel for this object.void
setYPixel(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
-
-