-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b43
-
generic
-
generic
The default implementations of setSample(float) and setSample(double) in
the base SampleModel class first cast the float/double value to an int and
then call the abstract setSample(int) variant with that int value. We should
probably clarify the specification of those two method to reflect this
behavior. This issue came up while evaluating RFE 4738524.
###@###.### 2005-05-09 20:19:56 GMT
the base SampleModel class first cast the float/double value to an int and
then call the abstract setSample(int) variant with that int value. We should
probably clarify the specification of those two method to reflect this
behavior. This issue came up while evaluating RFE 4738524.
###@###.### 2005-05-09 20:19:56 GMT
- relates to
-
JDK-4738524 setPixels should round the provided double value instead of casting to integer
- Closed