Class WSurfaceSelection

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

public class WSurfaceSelection
extends WSelection
Represents a selection on a surface plot.
  • Field Summary

    Fields
    Modifier and Type Field Description
    double x
    The x coordinate in the coordinate system of the WAbstractDataModel.
    double y
    The y coordinate in the coordinate system of the WAbstractDataModel.
    double z
    The z coordinate in the coordinate system of the WAbstractDataModel.

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

    distance
  • Constructor Summary

    Constructors
    Constructor Description
    WSurfaceSelection()  
    WSurfaceSelection​(double distance, double x, double y, double z)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • x

      public double x
      The x coordinate in the coordinate system of the WAbstractDataModel.
    • y

      public double y
      The y coordinate in the coordinate system of the WAbstractDataModel.
    • z

      public double z
      The z coordinate in the coordinate system of the WAbstractDataModel.
  • Constructor Details

    • WSurfaceSelection

      public WSurfaceSelection()
    • WSurfaceSelection

      public WSurfaceSelection​(double distance, double x, double y, double z)