JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
java.lang.Object
javafx.scene.effect.Effect
javafx.scene.effect.DropShadow
com.aquafx_project.controls.skin.effects.FocusBorder
public class FocusBorder
extends javafx.scene.effect.DropShadow
Defines the Mac OS X specific focus style for all controls. (Blue inner- and outer glowing)
It is a chained effect with an InnerShadow and a DropShadow.
Author:
claudinezillmann
Property Summary
Properties inherited from class javafx.scene.effect.DropShadow
blurTypeProperty, colorProperty, heightProperty, inputProperty, offsetXProperty, offsetYProperty, radiusProperty, spreadProperty, widthProperty
Properties inherited from class javafx.scene.effect.Effect
impl_effectDirtyProperty
Method Summary
Methods inherited from class javafx.scene.effect.DropShadow
blurTypeProperty, colorProperty, getBlurType, getColor, getHeight, getInput, getOffsetX, getOffsetY, getRadius, getSpread, getWidth, heightProperty, impl_copy, impl_getBounds, inputProperty, offsetXProperty, offsetYProperty, radiusProperty, setBlurType, setColor, setHeight, setInput, setOffsetX, setOffsetY, setRadius, setSpread, setWidth, spreadProperty, widthProperty
Methods inherited from class javafx.scene.effect.Effect
impl_effectDirtyProperty, impl_getImpl, impl_isEffectDirty, impl_sync
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
FocusBorder
public FocusBorder()
Detail:
Field |
Constr |
Method
Copyright © 2013. All Rights Reserved.