Filter, java.awt.image.renderable.RenderableImageClipRable8Bitpublic interface ClipRable extends Filter
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.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(java.awt.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, getTimeStampvoid setUseAntialiasedClip(boolean useAA)
boolean getUseAntialiasedClip()
void setSource(Filter src)
src - The Image to be clipped.Filter getSource()
void setClipPath(java.awt.Shape clipPath)
clipPath - The clip path to usejava.awt.Shape getClipPath()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.