ShadingFill Class
Serves as the base class for PDF shading fills.
Declaration
public abstract class ShadingFill extends Fill
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
Fill
ShadingFill
Methods
getAntiAlias() Method
Returns the anti-alias setting.
Declaration
public boolean getAntiAlias()
Returns
| Type | Description |
|---|---|
| boolean | The anti-alias setting. |
getBackground() Method
Returns the shading fill background color.
Declaration
public PdfColor getBackground()
Returns
| Type | Description |
|---|---|
| PdfColor | The shading fill background color. |
getBoundingBox() Method
Returns the shading fill bounding box.
Declaration
public @Nullable RectangleF getBoundingBox()
Returns
| Type | Description |
|---|---|
| RectangleF | The shading fill bounding box. |
getColorSpace() Method
Returns the shading fill color space.
Declaration
public ColorSpace getColorSpace()
Returns
| Type | Description |
|---|---|
| ColorSpace | The shading fill color space. |
getMatrix() Method
Returns the shading fill transformation matrix.
Declaration
public DXMatrix getMatrix()
Returns
| Type | Description |
|---|---|
| DXMatrix | The shading fill transformation matrix. |
getShadingType() Method
Returns the shading fill type.
Declaration
public ShadingType getShadingType()
Returns
| Type | Description |
|---|---|
| ShadingType | The shading fill type. |