Class StaticLegend

java.lang.Object
com.influxdb.client.domain.StaticLegend

public class StaticLegend extends Object
StaticLegend represents the options specific to the static legend
  • Field Details

  • Constructor Details

    • StaticLegend

      public StaticLegend()
  • Method Details

    • colorizeRows

      public StaticLegend colorizeRows(Boolean colorizeRows)
    • getColorizeRows

      public Boolean getColorizeRows()
      Get colorizeRows
      Returns:
      colorizeRows
    • setColorizeRows

      public void setColorizeRows(Boolean colorizeRows)
    • heightRatio

      public StaticLegend heightRatio(Float heightRatio)
    • getHeightRatio

      public Float getHeightRatio()
      Get heightRatio
      Returns:
      heightRatio
    • setHeightRatio

      public void setHeightRatio(Float heightRatio)
    • show

      public StaticLegend show(Boolean show)
    • getShow

      public Boolean getShow()
      Get show
      Returns:
      show
    • setShow

      public void setShow(Boolean show)
    • opacity

      public StaticLegend opacity(Float opacity)
    • getOpacity

      public Float getOpacity()
      Get opacity
      Returns:
      opacity
    • setOpacity

      public void setOpacity(Float opacity)
    • orientationThreshold

      public StaticLegend orientationThreshold(Integer orientationThreshold)
    • getOrientationThreshold

      public Integer getOrientationThreshold()
      Get orientationThreshold
      Returns:
      orientationThreshold
    • setOrientationThreshold

      public void setOrientationThreshold(Integer orientationThreshold)
    • valueAxis

      public StaticLegend valueAxis(String valueAxis)
    • getValueAxis

      public String getValueAxis()
      Get valueAxis
      Returns:
      valueAxis
    • setValueAxis

      public void setValueAxis(String valueAxis)
    • widthRatio

      public StaticLegend widthRatio(Float widthRatio)
    • getWidthRatio

      public Float getWidthRatio()
      Get widthRatio
      Returns:
      widthRatio
    • setWidthRatio

      public void setWidthRatio(Float widthRatio)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object