Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
Modifier and Type | Field and Description |
---|---|
private BlendMode |
NodeBuilder.blendMode |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Node,BlendMode> |
Node.StyleableProperties.BLEND_MODE |
private ObjectProperty<BlendMode> |
Node.blendMode
The
BlendMode used to blend this individual node
into the scene behind it. |
Modifier and Type | Method and Description |
---|---|
BlendMode |
Node.getBlendMode()
Gets the value of the property blendMode.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<BlendMode> |
Node.blendModeProperty()
The
BlendMode used to blend this individual node
into the scene behind it. |
Modifier and Type | Method and Description |
---|---|
B |
NodeBuilder.blendMode(BlendMode x)
Set the value of the
blendMode property for the instance constructed by this builder. |
void |
Node.setBlendMode(BlendMode value)
Sets the value of the property blendMode.
|
Modifier and Type | Field and Description |
---|---|
(package private) BlendMode |
GraphicsContext.State.blendop |
Modifier and Type | Method and Description |
---|---|
BlendMode |
GraphicsContext.getGlobalBlendMode()
Gets the global blend mode.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setGlobalBlendMode(BlendMode op)
Sets the global blend mode.
|
Constructor and Description |
---|
GraphicsContext.State(double globalAlpha,
BlendMode blendop,
com.sun.javafx.geom.transform.Affine2D transform,
Paint fill,
Paint stroke,
double linewidth,
StrokeLineCap linecap,
StrokeLineJoin linejoin,
double miterlimit,
int numClipPaths,
Font font,
TextAlignment align,
VPos baseline,
Effect effect,
FillRule fillRule) |
Modifier and Type | Field and Description |
---|---|
private BlendMode |
BlendBuilder.mode |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<BlendMode> |
Blend.mode
The
BlendMode used to blend the two inputs together. |
Modifier and Type | Method and Description |
---|---|
BlendMode |
Blend.getMode()
Gets the value of the property mode.
|
static BlendMode |
BlendMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlendMode[] |
BlendMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<BlendMode> |
Blend.modeProperty()
The
BlendMode used to blend the two inputs together. |
Modifier and Type | Method and Description |
---|---|
static com.sun.scenario.effect.Blend.Mode |
Blend.impl_getToolkitMode(BlendMode mode)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
B |
BlendBuilder.mode(BlendMode x)
Set the value of the
mode property for the instance constructed by this builder. |
void |
Blend.setMode(BlendMode value)
Sets the value of the property mode.
|
private static com.sun.scenario.effect.Blend.Mode |
Blend.toPGMode(BlendMode mode) |
Constructor and Description |
---|
Blend(BlendMode mode)
Creates a new instance of Blend with the specified mode.
|
Blend(BlendMode mode,
Effect bottomInput,
Effect topInput)
Creates a new instance of Blend with the specified mode and bottom
and top inputs.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to