Package eu.webtoolkit.jwt.chart
Class WCartesian3DChart.IntersectionPlane
- java.lang.Object
-
- eu.webtoolkit.jwt.chart.WCartesian3DChart.IntersectionPlane
-
- Enclosing class:
- WCartesian3DChart
public static class WCartesian3DChart.IntersectionPlane extends java.lang.ObjectAn invisible intersection plane.Describes an invisible intersection plane, with the axis it is perpendicular to, its position and the color of the intersection.
-
-
Constructor Summary
Constructors Constructor Description IntersectionPlane(Axis axis, double position, WColor col)Constructor.
-