Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialLineWidth
-
Packages that use GeospatialLineWidth Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialLineWidth in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialLineWidth Modifier and Type Method Description GeospatialLineWidthGeospatialLineSymbolStyle. lineWidth()The width value for a line.GeospatialLineWidthGeospatialCircleSymbolStyle. strokeWidth()The width of the stroke (border).GeospatialLineWidthGeospatialPolygonSymbolStyle. strokeWidth()The width of the border stroke.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialLineWidth Modifier and Type Method Description GeospatialLineSymbolStyle.BuilderGeospatialLineSymbolStyle.Builder. lineWidth(GeospatialLineWidth lineWidth)The width value for a line.GeospatialCircleSymbolStyle.BuilderGeospatialCircleSymbolStyle.Builder. strokeWidth(GeospatialLineWidth strokeWidth)The width of the stroke (border).GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. strokeWidth(GeospatialLineWidth strokeWidth)The width of the border stroke.
-