|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.view.Graph2DPrinter.PrintContext
public static class Graph2DPrinter.PrintContext
Class that encapsulates contextual information when printing a page. The current print context will be provided to the title drawable.
Constructor Summary | |
---|---|
Graph2DPrinter.PrintContext()
|
Method Summary | |
---|---|
int |
getCurrentColumn()
Returns the current print column. |
int |
getCurrentPageNumber()
Returns the currentPageNumber that is printed. |
int |
getCurrentRow()
Returns the current print row. |
java.awt.Graphics2D |
getGraphics2D()
Returns the graphics context used to print on. |
java.awt.print.PageFormat |
getPageFormat()
Returns the page format of the currently printed page. |
int |
getPosterColumns()
Returns the overall poster columns of the printed document. |
int |
getPosterRows()
Returns the overall poster rows of the printed document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Graph2DPrinter.PrintContext()
Method Detail |
---|
public int getCurrentColumn()
public int getCurrentPageNumber()
public int getCurrentRow()
public java.awt.Graphics2D getGraphics2D()
public java.awt.print.PageFormat getPageFormat()
public int getPosterColumns()
public int getPosterRows()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |