Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialColor
-
Packages that use GeospatialColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialColor Modifier and Type Method Description GeospatialColorGeospatialCircleSymbolStyle. fillColor()The color and opacity values for the fill color.GeospatialColorGeospatialLineSymbolStyle. fillColor()The color and opacity values for the fill color.GeospatialColorGeospatialPolygonSymbolStyle. fillColor()The color and opacity values for the fill color.GeospatialColorGeospatialCircleSymbolStyle. strokeColor()The color and opacity values for the stroke color.GeospatialColorGeospatialPolygonSymbolStyle. strokeColor()The color and opacity values for the stroke color.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialColor Modifier and Type Method Description GeospatialCircleSymbolStyle.BuilderGeospatialCircleSymbolStyle.Builder. fillColor(GeospatialColor fillColor)The color and opacity values for the fill color.GeospatialLineSymbolStyle.BuilderGeospatialLineSymbolStyle.Builder. fillColor(GeospatialColor fillColor)The color and opacity values for the fill color.GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. fillColor(GeospatialColor fillColor)The color and opacity values for the fill color.GeospatialCircleSymbolStyle.BuilderGeospatialCircleSymbolStyle.Builder. strokeColor(GeospatialColor strokeColor)The color and opacity values for the stroke color.GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. strokeColor(GeospatialColor strokeColor)The color and opacity values for the stroke color.
-