Class WCartesian3DChart.IntersectionPlane

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

public static class WCartesian3DChart.IntersectionPlane extends 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 Details

    • axis

      public Axis axis
    • position

      public double position
    • color

      public WColor color
  • Constructor Details