pdfradialgradientbrush-ag凯发旗舰厅
com.spire.pdf.graphics
class pdfradialgradientbrush
java.lang.object
com.spire.pdf.graphics.pdfbrush
com.spire.pdf.graphics.pdfgradientbrush
com.spire.pdf.graphics.pdfradialgradientbrush
- all implemented interfaces:
- ipdfwrapper
public class pdfradialgradientbrush
- extends pdfgradientbrush
represent radial gradient brush.
constructor summary |
(java.awt.geom.point2d centrestart,
double radiusstart,
java.awt.geom.point2d centreend,
double radiusend,
pdfrgbcolor[] colors,
java.lang.float[] positions)
|
(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. |
(com.spire.ms.system.drawing.pointf centrestart,
float radiusstart,
com.spire.ms.system.drawing.pointf centreend,
float radiusend,
pdfrgbcolor[] colors,
java.lang.float[] positions)
|
(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. |
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)