public class GradientRadialShading extends ShadingGradientPattern
<p>Realizes radial gradient fill.</p>
Modifier and Type | Field and Description |
---|---|
boolean |
ExtendBeyondEnd |
boolean |
ExtendBeyondStart |
float |
InnerCenterX |
float |
InnerCenterY |
float |
InnerRadius |
float |
OuterCenterX |
float |
OuterCenterY |
float |
OuterRadius |
Constructor and Description |
---|
GradientRadialShading() |
GradientRadialShading(Color startColor,
Color endColor) |
GradientRadialShading(Color startColor,
Color endColor,
Function func) |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone() |
Color |
getEndColor() |
Color |
getStartColor() |
void |
setEndColor(Color value) |
void |
setStartColor(Color value) |
getColorSpace, setColorSpace
getPatternType, getRotationAngle, getSkewX, getSkewY, getxPos, getxScale, getyPos, getyScale, setPatternType, setRotationAngle, setSkewX, setSkewY, setxPos, setxScale, setyPos, setyScale
public float InnerCenterX
public float InnerCenterY
public float InnerRadius
public float OuterCenterX
public float OuterCenterY
public float OuterRadius
public boolean ExtendBeyondStart
public boolean ExtendBeyondEnd
Copyright © 2014 Aspose. All Rights Reserved.