Uses of Class
javafx.scene.effect.Effect
-
Packages that use Effect 软件包 描述 javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.css.converter 提供各种转换CSS解析值的StyleConverter类。javafx.scene 为JavaFX Scene Graph API提供核心的基类集。javafx.scene.canvas 为canvas提供一组类,即渲染API的立即模式样式。javafx.scene.effect 提供一组用于将图形过滤效果附加到JavaFX Scene Graph节点的类。 -
-
Uses of Effect in javafx.css
Methods in javafx.css with type parameters of type Effect Modifier and Type 方法 描述 <E extends Effect>
CssMetaData<S,E>StyleablePropertyFactory. createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function)创建CssMetaData <S,Effect>,初始值为null,并将标志默认为false。<E extends Effect>
CssMetaData<S,E>StyleablePropertyFactory. createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function, E initialValue)创建具有初始值的CssMetaData <S,Effect>,并将标志默认为false。<E extends Effect>
CssMetaData<S,E>StyleablePropertyFactory. createEffectCssMetaData(String property, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits)用初始值创建一个CssMetaData <S,Effect>并继承标志。<E extends Effect>
StyleableProperty<E>StyleablePropertyFactory. createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function)创建一个StyleableProperty <Effect>。<E extends Effect>
StyleableProperty<E>StyleablePropertyFactory. createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, E initialValue)创建一个具有初始值的StyleableProperty <Effect>。<E extends Effect>
StyleableProperty<E>StyleablePropertyFactory. createStyleableEffectProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<E>> function, E initialValue, boolean inherits)创建一个具有初始值的StyleableProperty <Effect>并继承标志。Methods in javafx.css that return types with arguments of type Effect Modifier and Type 方法 描述 StyleableProperty<Effect>StyleablePropertyFactory. createStyleableEffectProperty(S styleable, String propertyName, String cssProperty)创建一个StyleableProperty <Effect>使用之前创建的CssMetaData给定的cssProperty。static StyleConverter<ParsedValue[],Effect>StyleConverter. getEffectConverter()返回一个StyleConverter,一个解析后的表示转换Effect至Effect -
Uses of Effect in javafx.css.converter
Methods in javafx.css.converter that return Effect Modifier and Type 方法 描述 EffectEffectConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)EffectEffectConverter.DropShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)EffectEffectConverter.InnerShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)Methods in javafx.css.converter that return types with arguments of type Effect Modifier and Type 方法 描述 static StyleConverter<ParsedValue[],Effect>EffectConverter. getInstance()Method parameters in javafx.css.converter with type arguments of type Effect Modifier and Type 方法 描述 EffectEffectConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)EffectEffectConverter.DropShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)EffectEffectConverter.InnerShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font) -
Uses of Effect in javafx.scene
Methods in javafx.scene that return Effect Modifier and Type 方法 描述 EffectNode. getEffect()获取属性效果的值。Methods in javafx.scene that return types with arguments of type Effect Modifier and Type 方法 描述 ObjectProperty<Effect>Node. effectProperty()指定应用于此Node的效果。Methods in javafx.scene with parameters of type Effect Modifier and Type 方法 描述 voidNode. setEffect(Effect value)设置属性效果的值。 -
Uses of Effect in javafx.scene.canvas
Methods in javafx.scene.canvas that return Effect Modifier and Type 方法 描述 EffectGraphicsContext. getEffect(Effect e)获取下一次绘图调用后应用的效果的副本。Methods in javafx.scene.canvas with parameters of type Effect Modifier and Type 方法 描述 voidGraphicsContext. applyEffect(Effect e)将给定的效果应用于画布的整个边界,并将结果存储回同一个画布。EffectGraphicsContext. getEffect(Effect e)获取下一次绘图调用后应用的效果的副本。voidGraphicsContext. setEffect(Effect e)设置在下一次绘图调用后应用的效果,或设置为禁用效果的效果。 -
Uses of Effect in javafx.scene.effect
Subclasses of Effect in javafx.scene.effect Modifier and Type Class 描述 classBlend使用预定义的BlendMode之一将两个输入组合在一起的效果。classBloom基于可配置的阈值,使得输入图像的较亮部分看起来发亮的高级效果。classBoxBlur使用简单的盒式过滤器内核的模糊效果,在两个维度上都有单独配置的大小,以及控制所产生的模糊质量的迭代参数。classColorAdjust允许每个像素调整色调,饱和度,亮度和对比度的效果。classColorInput使用给定的Paint填充(“淹没”)的矩形区域的效果。classDisplacementMapclassDropShadow使用指定的颜色,半径和偏移量将给定内容的阴影呈现在内容后面的高级效果。classGaussianBlur使用高斯卷积核的模糊效果,具有可配置的半径。classGlow基于可配置的阈值,使输入图像看起来发亮的高级效果。classImageInput一种源代码效果,简单地将给定的Image通过,未经修改,作为输入到另一个Effect。classInnerShadow使用指定的颜色,半径和偏移量在给定内容的边缘内部呈现阴影的高级效果。classLighting模拟照亮给定内容的光源的效果,可用于给平坦物体更逼真的三维外观。classMotionBlur使用高斯卷积核的运动模糊效果,具有可配置的半径和角度。classPerspectiveTransform提供输入内容的非仿射变换的效果。classReflection将输入的反映版本呈现在实际输入内容之下的效果。classSepiaTone一个过滤器,产生棕褐色调效果,类似于古董照片。classShadow产生具有模糊边缘的输入的单色副本的效果。Methods in javafx.scene.effect that return Effect Modifier and Type 方法 描述 EffectBlend. getBottomInput()获取属性bottomInput的值。EffectLighting. getBumpInput()获取属性bumpInput的值。EffectLighting. getContentInput()获取属性contentInput的值。EffectBloom. getInput()获取属性输入的值。EffectBoxBlur. getInput()获取属性输入的值。EffectColorAdjust. getInput()获取属性输入的值。EffectDisplacementMap. getInput()获取属性输入的值。EffectDropShadow. getInput()获取属性输入的值。EffectGaussianBlur. getInput()获取属性输入的值。EffectGlow. getInput()获取属性输入的值。EffectInnerShadow. getInput()获取属性输入的值。EffectMotionBlur. getInput()获取属性输入的值。EffectPerspectiveTransform. getInput()获取属性输入的值。EffectReflection. getInput()获取属性输入的值。EffectSepiaTone. getInput()获取属性输入的值。EffectShadow. getInput()获取属性输入的值。EffectBlend. getTopInput()获取属性topInput的值。Methods in javafx.scene.effect that return types with arguments of type Effect Modifier and Type 方法 描述 ObjectProperty<Effect>Blend. bottomInputProperty()这个Blend操作的底部输入。ObjectProperty<Effect>Lighting. bumpInputProperty()可选的凹凸贴图输入。ObjectProperty<Effect>Lighting. contentInputProperty()内容输入为Effect。ObjectProperty<Effect>Bloom. inputProperty()该输入为Effect。ObjectProperty<Effect>BoxBlur. inputProperty()该输入为Effect。ObjectProperty<Effect>ColorAdjust. inputProperty()这个输入为Effect。ObjectProperty<Effect>DisplacementMap. inputProperty()该输入为Effect。ObjectProperty<Effect>DropShadow. inputProperty()该输入为Effect。ObjectProperty<Effect>GaussianBlur. inputProperty()这个输入为Effect。ObjectProperty<Effect>Glow. inputProperty()这个输入为Effect。ObjectProperty<Effect>InnerShadow. inputProperty()这个输入为Effect。ObjectProperty<Effect>MotionBlur. inputProperty()该输入为Effect。ObjectProperty<Effect>PerspectiveTransform. inputProperty()这个输入为Effect。ObjectProperty<Effect>Reflection. inputProperty()这个输入为Effect。ObjectProperty<Effect>SepiaTone. inputProperty()这个输入为Effect。ObjectProperty<Effect>Shadow. inputProperty()该输入为Effect。ObjectProperty<Effect>Blend. topInputProperty()这个Blend操作的顶部输入。Methods in javafx.scene.effect with parameters of type Effect Modifier and Type 方法 描述 voidBlend. setBottomInput(Effect value)设置属性bottomInput的值。voidLighting. setBumpInput(Effect value)设置属性bumpInput的值。voidLighting. setContentInput(Effect value)设置属性contentInput的值。voidBloom. setInput(Effect value)设置属性输入的值。voidBoxBlur. setInput(Effect value)设置属性输入的值。voidColorAdjust. setInput(Effect value)设置属性输入的值。voidDisplacementMap. setInput(Effect value)设置属性输入的值。voidDropShadow. setInput(Effect value)设置属性输入的值。voidGaussianBlur. setInput(Effect value)设置属性输入的值。voidGlow. setInput(Effect value)设置属性输入的值。voidInnerShadow. setInput(Effect value)设置属性输入的值。voidMotionBlur. setInput(Effect value)设置属性输入的值。voidPerspectiveTransform. setInput(Effect value)设置属性输入的值。voidReflection. setInput(Effect value)设置属性输入的值。voidSepiaTone. setInput(Effect value)设置属性输入的值。voidShadow. setInput(Effect value)设置属性输入的值。voidBlend. setTopInput(Effect value)设置属性topInput的值。Constructors in javafx.scene.effect with parameters of type Effect Constructor 描述 Blend(BlendMode mode, Effect bottomInput, Effect topInput)使用指定的模式和底部和顶部输入创建Blend的新实例。
-