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 |
---|---|
CanvasPrinter.PrintInfo |
CanvasPrinter.createPrintInfo(javafx.print.PageLayout pageLayout)
Determines the scale and the number of rows and columns needed to print the determined contents of the component
dependent on the
CanvasPrinter.isScalingDownToFitPageEnabled() and CanvasPrinter.isScalingUpToFitPageEnabled() properties amongst others. |
CanvasPrinter.PrintInfo |
PrintingEvent.getPrintInfo()
Gets the
com.yworks.yfiles.canvas.CanvasPrinter.PrintInfo of the printing process. |
Constructor and Description |
---|
PrintingEvent(IRenderContext context,
EventType<PrintingEvent> eventType,
Node node,
int row,
int col,
CanvasPrinter.PrintInfo printInfo)
Initializes a new instance of the
PrintingEvent class. |