Modifier and Type | Method and Description |
---|---|
VectorImageBuilder |
VectorImageBuilder.addGradientPath(Path path,
LinearGradient gradient,
VectorGraphicsPainter.FillType fillType)
Adds the given path with specified gradient and fill type.
|
VectorImageBuilder |
VectorImageBuilder.addPath(Path path,
int color,
VectorGraphicsPainter.FillType fillType)
Adds the given path with specified color and fill type.
|