Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.javafx.webkit.prism | |
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
EffectUtil.renderRectDropShadow(Graphics g,
DropShadow shadow,
float alpha,
float rx,
float ry,
float rw,
float rh) |
Modifier and Type | Field and Description |
---|---|
private DropShadow |
WCGraphicsPrismContext.ContextState.shadow |
Modifier and Type | Method and Description |
---|---|
private DropShadow |
WCGraphicsPrismContext.createShadow(float dx,
float dy,
float blur,
int rgba) |
private DropShadow |
WCGraphicsPrismContext.ContextState.getShadowNoClone() |
Modifier and Type | Method and Description |
---|---|
private void |
WCGraphicsPrismContext.ContextState.setShadow(DropShadow shadow) |
protected boolean |
WCGraphicsPrismContext.shouldRenderRect(float x,
float y,
float w,
float h,
DropShadow shadow,
BasicStroke stroke) |
protected boolean |
WCBufferedContext.shouldRenderRect(float x,
float y,
float w,
float h,
DropShadow shadow,
BasicStroke stroke) |
protected boolean |
WCGraphicsPrismContext.shouldRenderShape(Shape shape,
DropShadow shadow,
BasicStroke stroke) |
protected boolean |
WCBufferedContext.shouldRenderShape(Shape shape,
DropShadow shadow,
BasicStroke stroke) |
Modifier and Type | Method and Description |
---|---|
(package private) DropShadow |
DropShadow.impl_createImpl() |