Uses of Class
com.influxdb.client.domain.DecimalPlaces
Packages that use DecimalPlaces
-
Uses of DecimalPlaces in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return DecimalPlacesModifier and TypeMethodDescriptionGaugeViewProperties.getDecimalPlaces()Get decimalPlacesLinePlusSingleStatProperties.getDecimalPlaces()Get decimalPlacesSingleStatViewProperties.getDecimalPlaces()Get decimalPlacesTableViewProperties.getDecimalPlaces()Get decimalPlacesDecimalPlaces.isEnforced(Boolean isEnforced) Methods in com.influxdb.client.domain with parameters of type DecimalPlacesModifier and TypeMethodDescriptionGaugeViewProperties.decimalPlaces(DecimalPlaces decimalPlaces) LinePlusSingleStatProperties.decimalPlaces(DecimalPlaces decimalPlaces) SingleStatViewProperties.decimalPlaces(DecimalPlaces decimalPlaces) TableViewProperties.decimalPlaces(DecimalPlaces decimalPlaces) voidGaugeViewProperties.setDecimalPlaces(DecimalPlaces decimalPlaces) voidLinePlusSingleStatProperties.setDecimalPlaces(DecimalPlaces decimalPlaces) voidSingleStatViewProperties.setDecimalPlaces(DecimalPlaces decimalPlaces) voidTableViewProperties.setDecimalPlaces(DecimalPlaces decimalPlaces)