SceneAntialiasing (Java SE 10 & JDK 10 ) (original) (raw)

public final class SceneAntialiasing
extends Object
The JavaFX SceneAntialiasing class specifies the level of anti-aliasing desired. Scene anti-aliasing is primarily used when rendering 3D primitives, which are otherwise rendered aliased.
SceneAntialiasing is unrelated toShape.setSmooth. UnlikeShape.setSmooth, SceneAntialiasing affects the smoothness of the entire rendered scene whereasShape.setSmooth is a rendering hint that applies to an individual 2D Shape.
Note: In order for SceneAntialiasing to have an affect, the underlying system must support:ConditionalFeature.SCENE3D and anti-aliasing.
Since:
JavaFX 8.0

Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.