com.spire.pdf.graphics
Class PdfRadialGradientBrush

java.lang.Object
  extended by com.spire.pdf.graphics.PdfBrush
      extended by com.spire.pdf.graphics.PdfGradientBrush
          extended by com.spire.pdf.graphics.PdfRadialGradientBrush
All Implemented Interfaces:
IPdfWrapper

public class PdfRadialGradientBrush
extends PdfGradientBrush

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

PdfRadialGradientBrush

public 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.

Parameters:
centreStart - The start centre.
radiusStart - The start radius.
centreEnd - The end centre.
radiusEnd - The end radius.
colorStart - The start color.
colorEnd - The end color.

PdfRadialGradientBrush

public 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.

Parameters:
centreStart - The start centre.
radiusStart - The start radius.
centreEnd - The end centre.
radiusEnd - The end radius.
colorStart - The start color.
colorEnd - The end color.

PdfRadialGradientBrush

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)

PdfRadialGradientBrush

public PdfRadialGradientBrush(java.awt.geom.Point2D centreStart,
                              double radiusStart,
                              java.awt.geom.Point2D centreEnd,
                              double radiusEnd,
                              PdfRGBColor[] colors,
                              java.lang.Float[] positions)