All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.highcharts.PlotColumnStatesSelectOptions Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha2
Show newest version
package com.github.fluorumlabs.disconnect.highcharts;

import java.lang.String;
import javax.annotation.Nullable;
import js.lang.Any;
import js.lang.Unknown;
import org.teavm.jso.JSProperty;

/**
 * (Highcharts, Highstock, Gantt) Options for the selected point. These settings
 * override the normal state options when a point is selected.
 *
 * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select
 * @see https://api.highcharts.com/highstock/plotOptions.column.states.select
 * @see https://api.highcharts.com/gantt/plotOptions.column.states.select
 *
 */
public interface PlotColumnStatesSelectOptions extends Any {
  /**
   * (Highcharts) Animation setting for hovering the graph in line-type
   * series.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.animation
   *
   * @implspec animation?: (boolean|AnimationOptionsObject|PlotColumnStatesSelectAnimationOptions);
   *
   */
  @JSProperty("animation")
  @Nullable
  Unknown getAnimation();

  /**
   * (Highcharts) Animation setting for hovering the graph in line-type
   * series.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.animation
   *
   * @implspec animation?: (boolean|AnimationOptionsObject|PlotColumnStatesSelectAnimationOptions);
   *
   */
  @JSProperty("animation")
  void setAnimation(boolean value);

  /**
   * (Highcharts) Animation setting for hovering the graph in line-type
   * series.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.animation
   *
   * @implspec animation?: (boolean|AnimationOptionsObject|PlotColumnStatesSelectAnimationOptions);
   *
   */
  @JSProperty("animation")
  void setAnimation(PlotColumnStatesSelectAnimationOptions value);

  /**
   * (Highcharts) Animation setting for hovering the graph in line-type
   * series.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.animation
   *
   * @implspec animation?: (boolean|AnimationOptionsObject|PlotColumnStatesSelectAnimationOptions);
   *
   */
  @JSProperty("animation")
  void setAnimation(AnimationOptionsObject value);

  /**
   * (Highcharts, Highstock, Gantt) A specific border color for the selected
   * point.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.borderColor
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.borderColor
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.borderColor
   *
   * @implspec borderColor?: ColorString;
   *
   */
  @JSProperty("borderColor")
  @Nullable
  String getBorderColor();

  /**
   * (Highcharts, Highstock, Gantt) A specific border color for the selected
   * point.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.borderColor
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.borderColor
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.borderColor
   *
   * @implspec borderColor?: ColorString;
   *
   */
  @JSProperty("borderColor")
  void setBorderColor(String value);

  /**
   * (Highmaps) The border width of the point in this state
   *
   * @see https://api.highcharts.com/highmaps/plotOptions.column.states.select.borderWidth
   *
   * @implspec borderWidth?: number;
   *
   */
  @JSProperty("borderWidth")
  double getBorderWidth();

  /**
   * (Highmaps) The border width of the point in this state
   *
   * @see https://api.highcharts.com/highmaps/plotOptions.column.states.select.borderWidth
   *
   * @implspec borderWidth?: number;
   *
   */
  @JSProperty("borderWidth")
  void setBorderWidth(double value);

  /**
   * (Highcharts, Highstock, Gantt) A specific color for the selected point.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.color
   *
   * @implspec color?: (ColorString|GradientColorObject|object);
   *
   */
  @JSProperty("color")
  @Nullable
  Unknown getColor();

  /**
   * (Highcharts, Highstock, Gantt) A specific color for the selected point.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.color
   *
   * @implspec color?: (ColorString|GradientColorObject|object);
   *
   */
  @JSProperty("color")
  void setColor(GradientColorObject value);

  /**
   * (Highcharts, Highstock, Gantt) A specific color for the selected point.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.color
   *
   * @implspec color?: (ColorString|GradientColorObject|object);
   *
   */
  @JSProperty("color")
  void setColor(String value);

  /**
   * (Highcharts, Highstock, Gantt) A specific color for the selected point.
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.color
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.color
   *
   * @implspec color?: (ColorString|GradientColorObject|object);
   *
   */
  @JSProperty("color")
  void setColor(Any value);

  /**
   * (Highcharts, Highstock, Gantt) Enable separate styles for the hovered
   * series to visualize that the user hovers either the series itself or the
   * legend. .
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.enabled
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.enabled
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.enabled
   *
   * @implspec enabled?: boolean;
   *
   */
  @JSProperty("enabled")
  boolean getEnabled();

  /**
   * (Highcharts, Highstock, Gantt) Enable separate styles for the hovered
   * series to visualize that the user hovers either the series itself or the
   * legend. .
   *
   * @see https://api.highcharts.com/highcharts/plotOptions.column.states.select.enabled
   * @see https://api.highcharts.com/highstock/plotOptions.column.states.select.enabled
   * @see https://api.highcharts.com/gantt/plotOptions.column.states.select.enabled
   *
   * @implspec enabled?: boolean;
   *
   */
  @JSProperty("enabled")
  void setEnabled(boolean value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy