| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.graphics.PdfBrush
com.spire.pdf.graphics.PdfGradientBrush
com.spire.pdf.graphics.PdfRadialGradientBrush
public class PdfRadialGradientBrush
Represent radial gradient brush.
| Constructor Summary | |
|---|---|
| PdfRadialGradientBrush(java.awt.geom.Point2D centreStart,
                       double radiusStart,
                       java.awt.geom.Point2D centreEnd,
                       double radiusEnd,
                       PdfRGBColor[] colors,
                       java.lang.Float[] positions) | |
| PdfRadialGradientBrush(java.awt.geom.Point2D centreStart,
                       double radiusStart,
                       java.awt.geom.Point2D centreEnd,
                       double radiusEnd,
                       PdfRGBColor colorStart,
                       PdfRGBColor colorEnd)Initializes a new instance of the class. | |
| PdfRadialGradientBrush(com.spire.ms.System.Drawing.PointF centreStart,
                       float radiusStart,
                       com.spire.ms.System.Drawing.PointF centreEnd,
                       float radiusEnd,
                       PdfRGBColor[] colors,
                       java.lang.Float[] positions) | |
| PdfRadialGradientBrush(com.spire.ms.System.Drawing.PointF centreStart,
                       float radiusStart,
                       com.spire.ms.System.Drawing.PointF centreEnd,
                       float radiusEnd,
                       PdfRGBColor colorStart,
                       PdfRGBColor colorEnd)Initializes a new instance of the class. | |
| Constructor Detail | 
|---|
public PdfRadialGradientBrush(com.spire.ms.System.Drawing.PointF centreStart,
                              float radiusStart,
                              com.spire.ms.System.Drawing.PointF centreEnd,
                              float radiusEnd,
                              PdfRGBColor colorStart,
                              PdfRGBColor colorEnd)
centreStart - The start centre.radiusStart - The start radius.centreEnd - The end centre.radiusEnd - The end radius.colorStart - The start color.colorEnd - The end color.
public PdfRadialGradientBrush(java.awt.geom.Point2D centreStart,
                              double radiusStart,
                              java.awt.geom.Point2D centreEnd,
                              double radiusEnd,
                              PdfRGBColor colorStart,
                              PdfRGBColor colorEnd)
centreStart - The start centre.radiusStart - The start radius.centreEnd - The end centre.radiusEnd - The end radius.colorStart - The start color.colorEnd - The end color.
public PdfRadialGradientBrush(com.spire.ms.System.Drawing.PointF centreStart,
                              float radiusStart,
                              com.spire.ms.System.Drawing.PointF centreEnd,
                              float radiusEnd,
                              PdfRGBColor[] colors,
                              java.lang.Float[] positions)
public PdfRadialGradientBrush(java.awt.geom.Point2D centreStart,
                              double radiusStart,
                              java.awt.geom.Point2D centreEnd,
                              double radiusEnd,
                              PdfRGBColor[] colors,
                              java.lang.Float[] positions)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||