Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Represents the type of blur algorithm that is used to soften a Shadow effect.

Profile: desktop

Field Summary

accessnametypedescription
public static finalGAUSSIANBlurType

A Gaussian blur kernel is used to blur the shadow with very high quality.

public static finalONE_PASS_BOXBlurType

A single pass of a box filter is used to blur the shadow.

public static finalTHREE_PASS_BOXBlurType

Three passes of a box filter are used to blur the shadow for an effect that is almost as smooth as a Gaussian filter.

public static finalTWO_PASS_BOXBlurType

Two passes of a box filter are used to blur the shadow for a slightly smoother effect.

Inherited Variables

Method Summary

public static BlurType valueOf(java.lang.String name)
Parameters
name
Returns
BlurType
 
public static BlurType[] values()
Returns
BlurType[]
 

Inherited Functions