Class BufferedImageMapper
java.lang.Object
org.jzy3d.plot3d.builder.Mapper
org.jzy3d.plot3d.builder.concrete.BufferedImageMapper
Mapper which reads height information from the grayscale values of a BufferedImage, normalized to
range [0..1].
- Author:
- Nils Hoffmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
f
(double x, double y) Returns the intersection of this BufferedImage's dimensions with those passed in in Rectangle roi, if there is one.Methods inherited from class org.jzy3d.plot3d.builder.Mapper
f, f, fAsFloat, fAsFloat, fAsFloat, fAsFloat, remap, remapDrawable, remapPolygon
-
Constructor Details
-
BufferedImageMapper
-
-
Method Details