Package | Description |
---|---|
com.sun.javafx.sg.prism |
Modifier and Type | Field and Description |
---|---|
private NodeEffectInput.RenderType |
NodeEffectInput.renderType |
Modifier and Type | Method and Description |
---|---|
static NodeEffectInput.RenderType |
NodeEffectInput.RenderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeEffectInput.RenderType[] |
NodeEffectInput.RenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Rectangle |
NodeEffectInput.getImageBoundsForNode(NGNode node,
NodeEffectInput.RenderType type,
BaseTransform transform,
Rectangle clip) |
private static ImageData |
NodeEffectInput.getImageDataForBoundedNode(FilterContext fctx,
NGNode node,
NodeEffectInput.RenderType renderType,
BaseTransform transform,
Rectangle bounds)
bounds parameter must be a non-static unshared object which can be
saved in the returned ImageData object.
|
Constructor and Description |
---|
NodeEffectInput(NGNode node,
NodeEffectInput.RenderType renderType) |