Interface Jxn3DPainter
-
- All Known Implementing Classes:
JxnLine3DPainter
public interface Jxn3DPainter
Instances of classes which implement this interface can be displayed in aJxnPerspectivePlotFrame
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KmgXYPainter
applyProjection(IKmg3DProjection p3d)
Projects the 3D-graphical object to the xy-plane (called internally).
-
-
-
Method Detail
-
applyProjection
KmgXYPainter applyProjection(IKmg3DProjection p3d)
Projects the 3D-graphical object to the xy-plane (called internally).
-
-