Uses of Class
com.influxdb.client.domain.StaticLegend
Packages that use StaticLegend
-
Uses of StaticLegend in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return StaticLegendModifier and TypeMethodDescriptionStaticLegend.colorizeRows(Boolean colorizeRows) BandViewProperties.getStaticLegend()Get staticLegendLinePlusSingleStatProperties.getStaticLegend()Get staticLegendSingleStatViewProperties.getStaticLegend()Get staticLegendXYViewProperties.getStaticLegend()Get staticLegendStaticLegend.heightRatio(Float heightRatio) StaticLegend.orientationThreshold(Integer orientationThreshold) StaticLegend.widthRatio(Float widthRatio) Methods in com.influxdb.client.domain with parameters of type StaticLegendModifier and TypeMethodDescriptionvoidBandViewProperties.setStaticLegend(StaticLegend staticLegend) voidLinePlusSingleStatProperties.setStaticLegend(StaticLegend staticLegend) voidSingleStatViewProperties.setStaticLegend(StaticLegend staticLegend) voidXYViewProperties.setStaticLegend(StaticLegend staticLegend) BandViewProperties.staticLegend(StaticLegend staticLegend) LinePlusSingleStatProperties.staticLegend(StaticLegend staticLegend) SingleStatViewProperties.staticLegend(StaticLegend staticLegend) XYViewProperties.staticLegend(StaticLegend staticLegend)