Package | Description |
---|---|
org.jzy3d.contour |
Modifier and Type | Class and Description |
---|---|
class |
DefaultContourColoringPolicy |
Modifier and Type | Method and Description |
---|---|
protected BufferedImage |
MapperContourPictureGenerator.buildImage(int xRes,
int yRes,
double[][] contours,
IContourColoringPolicy policy) |
protected ContourMesh |
MapperContourMeshGenerator.computeMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
double[][] contours,
float planeAxe) |
BufferedImage |
MapperContourPictureGenerator.getContourImage(IContourColoringPolicy policy,
int xRes,
int yRes,
double[] sortedLevels) |
BufferedImage |
IContourPictureGenerator.getContourImage(IContourColoringPolicy policy,
int xRes,
int yRes,
double[] sortedLevels) |
BufferedImage |
MapperContourPictureGenerator.getContourImage(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels) |
BufferedImage |
IContourPictureGenerator.getContourImage(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels) |
ContourMesh |
MapperContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
double[] sortedLevels,
float planeAxe,
boolean writeText)
Extracts contour lines from the contour dots matrix of contours at
user-defined Heigths in sortedLevels
|
ContourMesh |
IContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
double[] sortedLevels,
float planeAxe,
boolean writeText) |
ContourMesh |
MapperContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels,
float planeAxe,
boolean writeText)
Extracts contour lines from the contour dots matrix of nLevels number of
contours.
|
ContourMesh |
IContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels,
float planeAxe,
boolean writeText) |
BufferedImage |
MapperContourPictureGenerator.getFilledContourImage(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels) |
BufferedImage |
IContourPictureGenerator.getFilledContourImage(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels) |
BufferedImage |
MapperContourPictureGenerator.getHeightMap(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels) |
BufferedImage |
IContourPictureGenerator.getHeightMap(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels) |
Copyright © 2016. All rights reserved.