public final class XpsImageBrush extends XpsTilingBrush
Class incapsulating ImageBrush property element features. This element is used to fill a region with an image.
Modifier and Type | Method and Description |
---|---|
XpsImageBrush |
deepClone()
Clones this image brush.
|
XpsImage |
getImage()
Returns image resource used to for the brush.
|
String |
getImageSource()
Returns the URI of an image resource.
|
getTileMode, getViewbox, getViewport, setTileMode, setViewbox, setViewport
getTransform, setTransform
getOpacity, setOpacity
get, iterator, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public String getImageSource()
Returns the URI of an image resource.
public XpsImage getImage()
Returns image resource used to for the brush.
public XpsImageBrush deepClone()
Clones this image brush.