Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
InterpolationPoint |
InterpolationPoint.clone() |
InterpolationPoint |
GradientRule.getMaxpoint()
The final interpolation point.
|
InterpolationPoint |
GradientRule.getMidpoint()
An optional midway interpolation point.
|
InterpolationPoint |
GradientRule.getMinpoint()
The starting interpolation point.
|
InterpolationPoint |
InterpolationPoint.set(String fieldName,
Object value) |
InterpolationPoint |
InterpolationPoint.setColor(Color color)
The color this interpolation point should use.
|
InterpolationPoint |
InterpolationPoint.setColorStyle(ColorStyle colorStyle)
The color this interpolation point should use.
|
InterpolationPoint |
InterpolationPoint.setType(String type)
How the value should be interpreted.
|
InterpolationPoint |
InterpolationPoint.setValue(String value)
The value this interpolation point uses.
|
Modifier and Type | Method and Description |
---|---|
GradientRule |
GradientRule.setMaxpoint(InterpolationPoint maxpoint)
The final interpolation point.
|
GradientRule |
GradientRule.setMidpoint(InterpolationPoint midpoint)
An optional midway interpolation point.
|
GradientRule |
GradientRule.setMinpoint(InterpolationPoint minpoint)
The starting interpolation point.
|
Copyright © 2011–2024 Google. All rights reserved.