altText = $altText;
}
public function getAltText()
{
return $this->altText;
}
/**
* @param Google_Service_Sheets_Color
*/
public function setBackgroundColor(Google_Service_Sheets_Color $backgroundColor)
{
$this->backgroundColor = $backgroundColor;
}
/**
* @return Google_Service_Sheets_Color
*/
public function getBackgroundColor()
{
return $this->backgroundColor;
}
/**
* @param Google_Service_Sheets_ColorStyle
*/
public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle)
{
$this->backgroundColorStyle = $backgroundColorStyle;
}
/**
* @return Google_Service_Sheets_ColorStyle
*/
public function getBackgroundColorStyle()
{
return $this->backgroundColorStyle;
}
/**
* @param Google_Service_Sheets_BasicChartSpec
*/
public function setBasicChart(Google_Service_Sheets_BasicChartSpec $basicChart)
{
$this->basicChart = $basicChart;
}
/**
* @return Google_Service_Sheets_BasicChartSpec
*/
public function getBasicChart()
{
return $this->basicChart;
}
/**
* @param Google_Service_Sheets_BubbleChartSpec
*/
public function setBubbleChart(Google_Service_Sheets_BubbleChartSpec $bubbleChart)
{
$this->bubbleChart = $bubbleChart;
}
/**
* @return Google_Service_Sheets_BubbleChartSpec
*/
public function getBubbleChart()
{
return $this->bubbleChart;
}
/**
* @param Google_Service_Sheets_CandlestickChartSpec
*/
public function setCandlestickChart(Google_Service_Sheets_CandlestickChartSpec $candlestickChart)
{
$this->candlestickChart = $candlestickChart;
}
/**
* @return Google_Service_Sheets_CandlestickChartSpec
*/
public function getCandlestickChart()
{
return $this->candlestickChart;
}
/**
* @param Google_Service_Sheets_DataSourceChartProperties
*/
public function setDataSourceChartProperties(Google_Service_Sheets_DataSourceChartProperties $dataSourceChartProperties)
{
$this->dataSourceChartProperties = $dataSourceChartProperties;
}
/**
* @return Google_Service_Sheets_DataSourceChartProperties
*/
public function getDataSourceChartProperties()
{
return $this->dataSourceChartProperties;
}
/**
* @param Google_Service_Sheets_FilterSpec[]
*/
public function setFilterSpecs($filterSpecs)
{
$this->filterSpecs = $filterSpecs;
}
/**
* @return Google_Service_Sheets_FilterSpec[]
*/
public function getFilterSpecs()
{
return $this->filterSpecs;
}
public function setFontName($fontName)
{
$this->fontName = $fontName;
}
public function getFontName()
{
return $this->fontName;
}
public function setHiddenDimensionStrategy($hiddenDimensionStrategy)
{
$this->hiddenDimensionStrategy = $hiddenDimensionStrategy;
}
public function getHiddenDimensionStrategy()
{
return $this->hiddenDimensionStrategy;
}
/**
* @param Google_Service_Sheets_HistogramChartSpec
*/
public function setHistogramChart(Google_Service_Sheets_HistogramChartSpec $histogramChart)
{
$this->histogramChart = $histogramChart;
}
/**
* @return Google_Service_Sheets_HistogramChartSpec
*/
public function getHistogramChart()
{
return $this->histogramChart;
}
public function setMaximized($maximized)
{
$this->maximized = $maximized;
}
public function getMaximized()
{
return $this->maximized;
}
/**
* @param Google_Service_Sheets_OrgChartSpec
*/
public function setOrgChart(Google_Service_Sheets_OrgChartSpec $orgChart)
{
$this->orgChart = $orgChart;
}
/**
* @return Google_Service_Sheets_OrgChartSpec
*/
public function getOrgChart()
{
return $this->orgChart;
}
/**
* @param Google_Service_Sheets_PieChartSpec
*/
public function setPieChart(Google_Service_Sheets_PieChartSpec $pieChart)
{
$this->pieChart = $pieChart;
}
/**
* @return Google_Service_Sheets_PieChartSpec
*/
public function getPieChart()
{
return $this->pieChart;
}
/**
* @param Google_Service_Sheets_ScorecardChartSpec
*/
public function setScorecardChart(Google_Service_Sheets_ScorecardChartSpec $scorecardChart)
{
$this->scorecardChart = $scorecardChart;
}
/**
* @return Google_Service_Sheets_ScorecardChartSpec
*/
public function getScorecardChart()
{
return $this->scorecardChart;
}
/**
* @param Google_Service_Sheets_SortSpec[]
*/
public function setSortSpecs($sortSpecs)
{
$this->sortSpecs = $sortSpecs;
}
/**
* @return Google_Service_Sheets_SortSpec[]
*/
public function getSortSpecs()
{
return $this->sortSpecs;
}
public function setSubtitle($subtitle)
{
$this->subtitle = $subtitle;
}
public function getSubtitle()
{
return $this->subtitle;
}
/**
* @param Google_Service_Sheets_TextFormat
*/
public function setSubtitleTextFormat(Google_Service_Sheets_TextFormat $subtitleTextFormat)
{
$this->subtitleTextFormat = $subtitleTextFormat;
}
/**
* @return Google_Service_Sheets_TextFormat
*/
public function getSubtitleTextFormat()
{
return $this->subtitleTextFormat;
}
/**
* @param Google_Service_Sheets_TextPosition
*/
public function setSubtitleTextPosition(Google_Service_Sheets_TextPosition $subtitleTextPosition)
{
$this->subtitleTextPosition = $subtitleTextPosition;
}
/**
* @return Google_Service_Sheets_TextPosition
*/
public function getSubtitleTextPosition()
{
return $this->subtitleTextPosition;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
/**
* @param Google_Service_Sheets_TextFormat
*/
public function setTitleTextFormat(Google_Service_Sheets_TextFormat $titleTextFormat)
{
$this->titleTextFormat = $titleTextFormat;
}
/**
* @return Google_Service_Sheets_TextFormat
*/
public function getTitleTextFormat()
{
return $this->titleTextFormat;
}
/**
* @param Google_Service_Sheets_TextPosition
*/
public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition)
{
$this->titleTextPosition = $titleTextPosition;
}
/**
* @return Google_Service_Sheets_TextPosition
*/
public function getTitleTextPosition()
{
return $this->titleTextPosition;
}
/**
* @param Google_Service_Sheets_TreemapChartSpec
*/
public function setTreemapChart(Google_Service_Sheets_TreemapChartSpec $treemapChart)
{
$this->treemapChart = $treemapChart;
}
/**
* @return Google_Service_Sheets_TreemapChartSpec
*/
public function getTreemapChart()
{
return $this->treemapChart;
}
/**
* @param Google_Service_Sheets_WaterfallChartSpec
*/
public function setWaterfallChart(Google_Service_Sheets_WaterfallChartSpec $waterfallChart)
{
$this->waterfallChart = $waterfallChart;
}
/**
* @return Google_Service_Sheets_WaterfallChartSpec
*/
public function getWaterfallChart()
{
return $this->waterfallChart;
}
}