Interface Jxn3DPainter
-
- All Known Implementing Classes:
JxnLine3DPainter
public interface Jxn3DPainterInstances of classes which implement this interface can be displayed in aJxnPerspectivePlotFrame.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KmgXYPainterapplyProjection(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).
-
-