Class WCartesian3DChart.IntersectionPlane

java.lang.Object
eu.webtoolkit.jwt.chart.WCartesian3DChart.IntersectionPlane
Enclosing class:
WCartesian3DChart

public static class WCartesian3DChart.IntersectionPlane
extends java.lang.Object
An invisible intersection plane.

Describes an invisible intersection plane, with the axis it is perpendicular to, its position and the color of the intersection.

  • Field Summary

    Fields
    Modifier and Type Field Description
    Axis axis  
    WColor color  
    double position  
  • Constructor Summary

    Constructors
    Constructor Description
    IntersectionPlane​(Axis axis, double position, WColor col)
    Constructor.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • axis

      public Axis axis
    • position

      public double position
    • color

      public WColor color
  • Constructor Details