/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Slides/Shadow.php (2765B)
alignment = $alignment;
}
public function getAlignment()
{
return $this->alignment;
}
public function setAlpha($alpha)
{
$this->alpha = $alpha;
}
public function getAlpha()
{
return $this->alpha;
}
/**
* @param Google_Service_Slides_Dimension
*/
public function setBlurRadius(Google_Service_Slides_Dimension $blurRadius)
{
$this->blurRadius = $blurRadius;
}
/**
* @return Google_Service_Slides_Dimension
*/
public function getBlurRadius()
{
return $this->blurRadius;
}
/**
* @param Google_Service_Slides_OpaqueColor
*/
public function setColor(Google_Service_Slides_OpaqueColor $color)
{
$this->color = $color;
}
/**
* @return Google_Service_Slides_OpaqueColor
*/
public function getColor()
{
return $this->color;
}
public function setPropertyState($propertyState)
{
$this->propertyState = $propertyState;
}
public function getPropertyState()
{
return $this->propertyState;
}
public function setRotateWithShape($rotateWithShape)
{
$this->rotateWithShape = $rotateWithShape;
}
public function getRotateWithShape()
{
return $this->rotateWithShape;
}
/**
* @param Google_Service_Slides_AffineTransform
*/
public function setTransform(Google_Service_Slides_AffineTransform $transform)
{
$this->transform = $transform;
}
/**
* @return Google_Service_Slides_AffineTransform
*/
public function getTransform()
{
return $this->transform;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}