Class Condition

All Implemented Interfaces:
Serializable

public class Condition extends AbstractConfigurationObject
Under which conditions the rule applies.
See Also:
  • Constructor Details

    • Condition

      public Condition()
  • Method Details

    • getCallback

      public String getCallback()
    • setCallback

      public void setCallback(String _fn_callback)
    • getMaxHeight

      public Number getMaxHeight()
      See Also:
    • setMaxHeight

      public void setMaxHeight(Number maxHeight)
      The responsive rule applies if the chart height is less than this.
    • getMaxWidth

      public Number getMaxWidth()
      See Also:
    • setMaxWidth

      public void setMaxWidth(Number maxWidth)
      The responsive rule applies if the chart width is less than this.
    • getMinHeight

      public Number getMinHeight()
      See Also:
    • setMinHeight

      public void setMinHeight(Number minHeight)
      The responsive rule applies if the chart height is greater than this.

      Defaults to: 0

    • getMinWidth

      public Number getMinWidth()
      See Also:
    • setMinWidth

      public void setMinWidth(Number minWidth)
      The responsive rule applies if the chart width is greater than this.

      Defaults to: 0