Class WSelection

java.lang.Object
eu.webtoolkit.jwt.chart.WSelection
Direct Known Subclasses:
WBarSelection, WPointSelection, WSurfaceSelection

public class WSelection
extends java.lang.Object
Represents a selection on a chart.
  • Field Summary

    Fields
    Modifier and Type Field Description
    double distance
    The distance from the look point to the selected point.
  • Constructor Summary

    Constructors
    Constructor Description
    WSelection()  
    WSelection​(double distance)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • distance

      public double distance
      The distance from the look point to the selected point.
  • Constructor Details

    • WSelection

      public WSelection()
    • WSelection

      public WSelection​(double distance)