Package | Description |
---|---|
com.aspose.html.drawing | |
com.aspose.html.rendering | |
com.aspose.html.rendering.image | |
com.aspose.html.rendering.pdf |
Modifier and Type | Interface and Description |
---|---|
interface |
IGradientBrush
Declare methods for getting common properties of gradient brushes.
|
interface |
ILinearGradientBrush
Defines brush interface with a linear gradient.
|
interface |
ISolidBrush
Defines brush interface of a single color
|
interface |
ITextureBrush
Defines brush interface that uses an image to fill the interior of a shape.
|
interface |
ITransformableBrush
Desclares methods for getting transformation matrix and wrap mode.
|
Modifier and Type | Method and Description |
---|---|
IBrush |
GraphicContext.getFillBrush()
Sets or gets the brush object that is used to fill the interiors of paths.
|
IBrush |
GraphicContext.getStrokeBrush()
Sets or gets the brush object that is used for stroked paths.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicContext.setFillBrush(IBrush value)
Sets or gets the brush object that is used to fill the interiors of paths.
|
void |
GraphicContext.setStrokeBrush(IBrush value)
Sets or gets the brush object that is used for stroked paths.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.html.internal.ms.System.Drawing.Brush |
ImageDevice.toNativeBrush(IBrush brush) |
Modifier and Type | Method and Description |
---|---|
IBrush |
PdfDevice.PdfGraphicContext.getFillBrush()
Sets or gets the brush object that is used to fill the interiors of paths.
|
IBrush |
PdfDevice.PdfGraphicContext.getStrokeBrush()
Sets or gets the brush object that is used for stroked paths.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfDevice.PdfGraphicContext.setFillBrush(IBrush value)
Sets or gets the brush object that is used to fill the interiors of paths.
|
void |
PdfDevice.PdfGraphicContext.setStrokeBrush(IBrush value)
Sets or gets the brush object that is used for stroked paths.
|