Uses of Class
javafx.scene.SceneAntialiasing
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of SceneAntialiasing in javafx.scene
Modifier and TypeFieldDescriptionstatic final SceneAntialiasing
SceneAntialiasing.BALANCED
Enables anti-aliasing optimizing for a balance of quality and performancestatic final SceneAntialiasing
SceneAntialiasing.DISABLED
Disables anti-aliasingModifier and TypeMethodDescriptionfinal SceneAntialiasing
Scene.getAntiAliasing()
Return the definedSceneAntialiasing
for thisScene
.final SceneAntialiasing
SubScene.getAntiAliasing()
Return the definedSceneAntialiasing
for thisSubScene
.ModifierConstructorDescriptionScene
(Parent root, double width, double height, boolean depthBuffer, SceneAntialiasing antiAliasing) Constructs a scene consisting of a root, with a dimension of width and height, specifies whether a depth buffer is created for this scene and specifies whether scene anti-aliasing is requested.SubScene
(Parent root, double width, double height, boolean depthBuffer, SceneAntialiasing antiAliasing) Constructs aSubScene
consisting of a root, with a dimension of width and height, specifies whether a depth buffer is created for this scene and specifies whether scene anti-aliasing is requested.