Uses of Enum Class
javafx.scene.effect.BlendMode
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
Provides the set of classes for canvas, an immediate mode style of rendering API.
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
-
Uses of BlendMode in javafx.scene
Modifier and TypeMethodDescriptionfinal BlendMode
Node.getBlendMode()
Gets the value of theblendMode
property.Modifier and TypeMethodDescriptionfinal ObjectProperty<BlendMode>
Node.blendModeProperty()
TheBlendMode
used to blend this individual node into the scene behind it.Modifier and TypeMethodDescriptionfinal void
Node.setBlendMode
(BlendMode value) Sets the value of theblendMode
property. -
Uses of BlendMode in javafx.scene.canvas
Modifier and TypeMethodDescriptionGraphicsContext.getGlobalBlendMode()
Gets the global blend mode.Modifier and TypeMethodDescriptionvoid
GraphicsContext.setGlobalBlendMode
(BlendMode op) Sets the global blend mode. -
Uses of BlendMode in javafx.scene.effect
Modifier and TypeMethodDescriptionfinal BlendMode
Blend.getMode()
Gets the value of themode
property.static BlendMode
Returns the enum constant of this class with the specified name.static BlendMode[]
BlendMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty<BlendMode>
Blend.modeProperty()
TheBlendMode
used to blend the two inputs together.Modifier and TypeMethodDescriptionfinal void
Sets the value of themode
property.