| java.lang.Object it.stefanochizzolini.clown.documents.PageFormat
Inner Class :public enum SizeEnum | |
Inner Class :public enum OrientationEnum | |
Method Summary | |
public static Dimension | getSize() Gets the default page size. | public static Dimension | getSize(SizeEnum size) Gets the page size of the given format, portrait orientation. | public static Dimension | getSize(SizeEnum size, OrientationEnum orientation) Gets the page size of the given format and orientation. |
getSize | public static Dimension getSize()(Code) | | Gets the default page size.
Remarks
The returned dimension corresponds to the widely-established ISO A4 standard paper format,
portrait orientation.
|
getSize | public static Dimension getSize(SizeEnum size)(Code) | | Gets the page size of the given format, portrait orientation.
Parameters: size - Page size. |
getSize | public static Dimension getSize(SizeEnum size, OrientationEnum orientation)(Code) | | Gets the page size of the given format and orientation.
Parameters: size - Page size. Parameters: orientation - Page orientation. |
|
|