Uses of Interface
org.jzy3d.contour.IContourGenerator
-
Packages that use IContourGenerator Package Description org.jzy3d.contour -
-
Uses of IContourGenerator in org.jzy3d.contour
Subinterfaces of IContourGenerator in org.jzy3d.contour Modifier and Type Interface Description interface
IContourMeshGenerator
interface
IContourPictureGenerator
Classes in org.jzy3d.contour that implement IContourGenerator Modifier and Type Class Description class
MapperContourMeshGenerator
Computes the contour matrix of aMapper
, and returns it as aContourMesh
.class
MapperContourPictureGenerator
Computes the contour matrix of aMapper
, and returns it as aBufferedImage
.
-