Package | Description |
---|---|
com.aspose.html.rendering | |
com.aspose.html.rendering.image | |
com.aspose.html.rendering.pdf | |
com.aspose.html.rendering.xps |
Modifier and Type | Class and Description |
---|---|
class |
Device<TGraphicContext extends GraphicContext,TRenderingOptions extends RenderingOptions>
Represents base class for implementation particular rendering devices.
|
Modifier and Type | Method and Description |
---|---|
GraphicContext |
GraphicContext.deepClone()
Creates a new instance of a GraphicContext class with the same property values as an existing instance.
|
GraphicContext |
IDevice.getGraphicContext()
Gets the graphic context.
|
Modifier and Type | Class and Description |
---|---|
static class |
ImageDevice.ImageGraphicContext
Holds current graphics control parameters for the
ImageDevice . |
Modifier and Type | Method and Description |
---|---|
GraphicContext |
ImageDevice.ImageGraphicContext.deepClone()
Creates a new instance of a GdiGraphicContext class with the same property values as an existing instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
PdfDevice.PdfGraphicContext
Holds current graphics control parameters for the PdfDevice.
|
Modifier and Type | Method and Description |
---|---|
GraphicContext |
PdfDevice.PdfGraphicContext.deepClone()
Creates a new instance of a class with the same property values as an existing instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
XpsDevice.XpsGraphicContext
Holds current graphics control parameters for the XpsDevice.
|
Modifier and Type | Method and Description |
---|---|
GraphicContext |
XpsDevice.XpsGraphicContext.deepClone()
Creates a new instance of a XpsGraphicContext class with the same property values as an existing instance.
|