public interface PadRable extends Filter
HINTS_OBSERVED
Modifier and Type | Method and Description |
---|---|
PadMode |
getPadMode()
Get the current extension mode for pad
|
Rectangle2D |
getPadRect()
Get the current rectangle for padding
|
Filter |
getSource()
Returns the source to be padded
|
void |
setPadMode(PadMode mode)
Set the current extension mode for pad
|
void |
setPadRect(Rectangle2D rect)
Set the current rectangle for padding.
|
void |
setSource(Filter src)
Sets the source to be padded
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
Filter getSource()
void setSource(Filter src)
src
- image to offset.void setPadRect(Rectangle2D rect)
rect
- the new rectangle to use for pad.Rectangle2D getPadRect()
void setPadMode(PadMode mode)
mode
- the new pad modePadMode getPadMode()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.