Class WBarSelection

java.lang.Object
eu.webtoolkit.jwt.chart.WSelection
eu.webtoolkit.jwt.chart.WBarSelection

public class WBarSelection
extends WSelection
Represents a selection of a bar.
  • Field Summary

    Fields
    Modifier and Type Field Description
    WModelIndex index
    The index that corresponds to the selected bar in the WAbstractDataModel.

    Fields inherited from class eu.webtoolkit.jwt.chart.WSelection

    distance
  • Constructor Summary

    Constructors
    Constructor Description
    WBarSelection()  
    WBarSelection​(double distance, WModelIndex index)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • index

      public WModelIndex index
      The index that corresponds to the selected bar in the WAbstractDataModel.
  • Constructor Details

    • WBarSelection

      public WBarSelection()
    • WBarSelection

      public WBarSelection​(double distance, WModelIndex index)