Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
protected ContextConfigurator |
CanvasPrinter.createContextConfigurator(RectD printRectangle)
Creates a new
ContextConfigurator instance that is used
to createRenderContext(CanvasControl) create the render context}
that is needed to paint the visuals for the printing. |
ContextConfigurator |
PixelImageExporter.getConfiguration()
Returns the
ContextConfigurator instance that is used to create
the canvas to paint the image onto and to configure the IRenderContext
that is passed to the export method
of the elements to export. |
Constructor and Description |
---|
PixelImageExporter(ContextConfigurator configurator)
Initializes a new
PixelImageExporter with the given
ContextConfigurator . |