Displaying pixel-perfect images without blur when zooming

Jim Graham james.graham at oracle.com
Wed Aug 27 22:01:11 UTC 2014


On 8/27/14 1:04 AM, Nico Krebs | www.mensch-und-maschine.de wrote:
> Question 1:
> I don't know why setSmooth(false) doesnt work. Perhaps am i using it the
> wrong way? I set it for each ImageView object i got in my list. the
> scrollpane can`t be "unsmoothed" because of the lack of the setSmooth()
> method.
> On the other hand, it could just be a bug of JavaFX.

I repeat:

On 8/26/14 4:35 PM, Jim Graham wrote:
> We simply haven't implemented this yet:
>
> https://javafx-jira.kenai.com/browse/RT-28629
>
>              ...jim

setSmooth() is not hooked up to any mechanism at all.  Nothing examines 
this property in the implementation (to be clear, the FX object "passes 
it on" to the NG implementation object which receives it with an empty 
method body).  This is true of ImageView and of Shapes...

             ...jim


More information about the openjfx-dev mailing list