Package | Description |
---|---|
com.aspose.xps |
Modifier and Type | Method and Description |
---|---|
XpsGradientStop |
XpsDocument.createGradientStop(Color color,
float offset)
Creates a new gradient stop.
|
XpsGradientStop |
XpsDocument.createGradientStop(XpsColor color,
float offset)
Creates a new gradient stop.
|
XpsGradientStop |
XpsGradientStop.deepClone()
Clones this gradient stop.
|
Modifier and Type | Method and Description |
---|---|
List<XpsGradientStop> |
XpsGradientBrush.getGradientStops()
Returns list of gradient stops that comprise the gradient.
|
Modifier and Type | Method and Description |
---|---|
XpsLinearGradientBrush |
XpsDocument.createLinearGradientBrush(List<XpsGradientStop> gradientStops,
Point2D startPoint,
Point2D endPoint)
Creates a new linear gradient brush.
|
XpsRadialGradientBrush |
XpsDocument.createRadialGradientBrush(List<XpsGradientStop> gradientStops,
Point2D center,
Point2D gradientOrigin,
float radiusX,
float radiusY)
Creates a new radial gradient brush.
|
void |
XpsGradientBrush.setGradientStops(List<XpsGradientStop> value)
Sets list of gradient stops that comprise the gradient.
|