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.
|
Class and Description |
---|
BlendMode
A blending mode defines the manner in which the inputs of a Blend
effect are composited together or how a Node is blended into the
background of a scene.
|
Effect
The abstract base class for all effect implementations.
|
Class and Description |
---|
Blend
An effect that blends the two inputs together using one of the
pre-defined
BlendMode s. |
BlendMode
A blending mode defines the manner in which the inputs of a Blend
effect are composited together or how a Node is blended into the
background of a scene.
|
Effect
The abstract base class for all effect implementations.
|
Class and Description |
---|
Blend
An effect that blends the two inputs together using one of the
pre-defined
BlendMode s. |
BlendBuilder
Builder class for javafx.scene.effect.Blend
|
BlendMode
A blending mode defines the manner in which the inputs of a Blend
effect are composited together or how a Node is blended into the
background of a scene.
|
Bloom
A high-level effect that makes brighter portions of the input image
appear to glow, based on a configurable threshold.
|
BloomBuilder
Builder class for javafx.scene.effect.Bloom
|
BlurType
Represents the type of blur algorithm that is used to soften
a
Shadow effect. |
BoxBlur
A blur effect using a simple box filter kernel, with separately
configurable sizes in both dimensions, and an iteration parameter
that controls the quality of the resulting blur.
|
BoxBlurBuilder
Builder class for javafx.scene.effect.BoxBlur
|
ColorAdjust
An effect that allows for per-pixel adjustments of hue, saturation,
brightness, and contrast.
|
ColorAdjustBuilder
Builder class for javafx.scene.effect.ColorAdjust
|
ColorInput
An effect that renders a rectangular region that is filled ("flooded")
with the given
Paint . |
ColorInputBuilder
Builder class for javafx.scene.effect.ColorInput
|
DisplacementMap
An effect that shifts each pixel by a distance specified by
the first two bands of of the specified
FloatMap . |
DisplacementMap.MapDataChangeListener |
DisplacementMapBuilder
Builder class for javafx.scene.effect.DisplacementMap
|
DropShadow
A high-level effect that renders a shadow of the given content behind
the content with the specified color, radius, and offset.
|
DropShadowBuilder
Builder class for javafx.scene.effect.DropShadow
|
Effect
The abstract base class for all effect implementations.
|
Effect.EffectInputChangeListener |
FloatMap
A buffer that contains floating point data, intended for use as a parameter
to effects such as
DisplacementMap . |
FloatMapBuilder
Builder class for javafx.scene.effect.FloatMap
|
GaussianBlur
A blur effect using a Gaussian convolution kernel, with a configurable
radius.
|
GaussianBlurBuilder
Builder class for javafx.scene.effect.GaussianBlur
|
Glow
A high-level effect that makes the input image appear to glow,
based on a configurable threshold.
|
GlowBuilder
Builder class for javafx.scene.effect.Glow
|
ImageInput
A type of source effect that simply passes the given
Image
through, unmodified, as an input to another Effect . |
ImageInputBuilder
Builder class for javafx.scene.effect.ImageInput
|
InnerShadow
A high-level effect that renders a shadow inside the edges of the
given content with the specified color, radius, and offset.
|
InnerShadowBuilder
Builder class for javafx.scene.effect.InnerShadow
|
Light
The abstract base class for all light implementations.
|
Light.Point
Represents a light source at a given position in 3D space.
|
LightBuilder
Builder class for javafx.scene.effect.Light
|
Lighting
An effect that simulates a light source shining on the given content,
which can be used to give flat objects a more realistic, three-dimensional
appearance.
|
Lighting.LightChangeListener |
LightingBuilder
Builder class for javafx.scene.effect.Lighting
|
MotionBlur
A motion blur effect using a Gaussian convolution kernel, with a
configurable radius and angle.
|
MotionBlurBuilder
Builder class for javafx.scene.effect.MotionBlur
|
PerspectiveTransform
An effect that provides non-affine transformation of the input content.
|
PerspectiveTransformBuilder
Builder class for javafx.scene.effect.PerspectiveTransform
|
Reflection
An effect that renders a reflected version of the input below the
actual input content.
|
ReflectionBuilder
Builder class for javafx.scene.effect.Reflection
|
SepiaTone
A filter that produces a sepia tone effect, similar to antique photographs.
|
SepiaToneBuilder
Builder class for javafx.scene.effect.SepiaTone
|
Shadow
An effect which creates a monochrome duplicate of an input with
blurry edges.
|
ShadowBuilder
Builder class for javafx.scene.effect.Shadow
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to