public class PrintLayoutDialog.PrintLayout extends Object
PrintLayout
class stores all the information needed from the
PrintLayoutDialog
Modifier and Type | Field and Description |
---|---|
String |
font
The font of the elements
|
String |
layout
The paper orientation ("portrait" or "landscape")
|
MediaSizeName |
paper
The size of the paper to be printed on
|
String |
position
The position of the graph on the paper
("center", "default", "fit to page")
|
boolean |
showGrid
whether or not the grid should be printed
|
boolean |
showScale
whether or not the scale should be printed
|
boolean |
showTitle
whether or not the title should be printed
|
Constructor and Description |
---|
PrintLayoutDialog.PrintLayout() |
public String layout
public String position
public boolean showGrid
public boolean showScale
public boolean showTitle
public String font
public MediaSizeName paper