All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sheets.v4.model.PointStyle.html Maven / Gradle / Ivy







PointStyle (Google Sheets API v4-rev20230526-2.0.0)












com.google.api.services.sheets.v4.model

Class PointStyle

    • Constructor Detail

      • PointStyle

        public PointStyle()
    • Method Detail

      • getShape

        public String getShape()
        The point shape. If empty or unspecified, a default shape is used.
        Returns:
        value or null for none
      • setShape

        public PointStyle setShape(String shape)
        The point shape. If empty or unspecified, a default shape is used.
        Parameters:
        shape - shape or null for none
      • getSize

        public Double getSize()
        The point size. If empty, a default size is used.
        Returns:
        value or null for none
      • setSize

        public PointStyle setSize(Double size)
        The point size. If empty, a default size is used.
        Parameters:
        size - size or null for none
      • set

        public PointStyle set(String fieldName,
                              Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public PointStyle clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy