public interface ClipRable extends Filter
HINTS_OBSERVED
Modifier and Type | Method and Description |
---|---|
Shape |
getClipPath()
Returns the Shape that the Clip will use to
define the clip path.
|
Filter |
getSource()
This returns the current image being clipped by the clip node.
|
boolean |
getUseAntialiasedClip()
Resturns true if the default behaviour should be to use
anti-aliased clipping.
|
void |
setClipPath(Shape clipPath)
Set the clip path to use.
|
void |
setSource(Filter src)
The source to be clipped by the outline of the clip node.
|
void |
setUseAntialiasedClip(boolean useAA)
Set the default behaviour of anti-aliased clipping.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
void setUseAntialiasedClip(boolean useAA)
boolean getUseAntialiasedClip()
void setSource(Filter src)
src
- The Image to be clipped.Filter getSource()
void setClipPath(Shape clipPath)
clipPath
- The clip path to useShape getClipPath()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.