Sets the autoscale flag and the floor and ceiling values for the colors. If autoscaling is true, then the min and max values of z are span the colors. If autoscaling is false, then floor and ceiling values limit the colors. Values below min map to the first color; values above max map to the last
(boolean isAutoscale, double floor, double ceil)
| 125 | * @param ceil |
| 126 | */ |
| 127 | public void setAutoscaleZ(boolean isAutoscale, double floor, double ceil); |
| 128 | |
| 129 | /** |
| 130 | * Forces the z-scale to be symmetric about zero. |
no outgoing calls