anchorCell = $anchorCell;
}
/**
* @return GridCoordinate
*/
public function getAnchorCell()
{
return $this->anchorCell;
}
/**
* @param int
*/
public function setHeightPixels($heightPixels)
{
$this->heightPixels = $heightPixels;
}
/**
* @return int
*/
public function getHeightPixels()
{
return $this->heightPixels;
}
/**
* @param int
*/
public function setOffsetXPixels($offsetXPixels)
{
$this->offsetXPixels = $offsetXPixels;
}
/**
* @return int
*/
public function getOffsetXPixels()
{
return $this->offsetXPixels;
}
/**
* @param int
*/
public function setOffsetYPixels($offsetYPixels)
{
$this->offsetYPixels = $offsetYPixels;
}
/**
* @return int
*/
public function getOffsetYPixels()
{
return $this->offsetYPixels;
}
/**
* @param int
*/
public function setWidthPixels($widthPixels)
{
$this->widthPixels = $widthPixels;
}
/**
* @return int
*/
public function getWidthPixels()
{
return $this->widthPixels;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(OverlayPosition::class, 'Google_Service_Sheets_OverlayPosition');