Public Methods |
| | CanvasHxHistogram3d (String histName) |
| | Constructor. More...
|
| | CanvasHxHistogram3d (String histName, double elevation, double alpha, double threshold) |
| | Constructor. More...
|
| void | draw (Graphics g) |
| | Draw CanvasObject on 'g', using internal CCS values. More...
|
| void | setPixel (int x, int y, Color c) |
| BufferedImage | getSubImage (int x, int y, int w, int h) |
| String[] | getPixelStrings (int x, int y, int w, int h) |
| String | histName () |
| double | getElevation () |
| void | setElevation (double elevation) |
| double | getAlpha () |
| void | setAlpha (double alpha) |
| double | getThreshold () |
| void | setThreshold (double threshold) |
| int | getDimSize (int dim) |
| double | getBin (int bin) |
| double | getMax () |