Home
last modified time | relevance | path

Searched refs:InterpolationPoint (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DGradientRule.php22 protected $maxpointType = InterpolationPoint::class;
24 protected $midpointType = InterpolationPoint::class;
26 protected $minpointType = InterpolationPoint::class;
30 * @param InterpolationPoint
32 public function setMaxpoint(InterpolationPoint $maxpoint)
37 * @return InterpolationPoint
44 * @param InterpolationPoint
46 public function setMidpoint(InterpolationPoint $midpoint)
51 * @return InterpolationPoint
58 * @param InterpolationPoint
[all …]
H A DInterpolationPoint.php20 class InterpolationPoint extends \Google\Model class
94 class_alias(InterpolationPoint::class, 'Google_Service_Sheets_InterpolationPoint');