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 TypeMethodDescriptionvoid
BandViewProperties.setStaticLegend
(StaticLegend staticLegend) void
LinePlusSingleStatProperties.setStaticLegend
(StaticLegend staticLegend) void
SingleStatViewProperties.setStaticLegend
(StaticLegend staticLegend) void
XYViewProperties.setStaticLegend
(StaticLegend staticLegend) BandViewProperties.staticLegend
(StaticLegend staticLegend) LinePlusSingleStatProperties.staticLegend
(StaticLegend staticLegend) SingleStatViewProperties.staticLegend
(StaticLegend staticLegend) XYViewProperties.staticLegend
(StaticLegend staticLegend)