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
    The x coordinate in the coordinate system of the WAbstractDataModel.
    double
    The y coordinate in the coordinate system of the WAbstractDataModel.
    double
    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(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)