ShadingVertex Class
A vertex with a color and position in a shading fill.
Declaration
public class ShadingVertex extends JavaObject implements ICloneable
Implements
com.devexpress.system.ICloneable
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
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
com.devexpress.system.JavaObject
ShadingVertex
ShadingVertex(PointF point, PdfColor color)
Initializes a new instance of the ShadingVertex class with specified settings.
Declaration
public ShadingVertex(PointF point, PdfColor color)
Parameters
| Name | Type | Description |
|---|---|---|
| point | com.devexpress.system.drawing.PointF | The vertex position coordinates. |
| color | PdfColor | The vertex color. |
Methods
deepClone() Method
Creates a deep copy of the current object.
Declaration
public ShadingVertex deepClone()
Returns
| Type | Description |
|---|---|
ShadingVertex |
A deep copy of the current object. |
getColor() Method
Returns the vertex color.
Declaration
public PdfColor getColor()
Returns
| Type | Description |
|---|---|
| PdfColor | The vertex color. |
getPoint() Method
Returns the vertex position.
Declaration
public PointF getPoint()
Returns
| Type | Description |
|---|---|
| com.devexpress.system.drawing.PointF | The vertex position coordinates. |
objectClone() Method
Creates a copy of the current object.
Declaration
public Object objectClone()
Returns
| Type | Description |
|---|---|
| Object | A copy of the current object. |