Package jspecview.common
Class PrintLayout
java.lang.Object
jspecview.common.PrintLayout
PrintLayout
class stores all the information needed from the
PrintLayoutDialog
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
The font of the elementsint
int
int
int
The paper orientation ("portrait" or "landscape")The size of the paper to be printed onint
int
The position of the graph on the paper ("center", "default", "fit to page")boolean
whether or not the grid should be printedboolean
whether or not the title should be printedboolean
whether or not the X-scale should be printedboolean
whether or not the Y-scale should be printed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
imageableX
public int imageableX -
imageableY
public int imageableY -
paperHeight
public int paperHeight -
paperWidth
public int paperWidth -
imageableHeight
public int imageableHeight -
imageableWidth
public int imageableWidth -
layout
The paper orientation ("portrait" or "landscape") -
position
The position of the graph on the paper ("center", "default", "fit to page") -
showGrid
public boolean showGridwhether or not the grid should be printed -
showXScale
public boolean showXScalewhether or not the X-scale should be printed -
showYScale
public boolean showYScalewhether or not the Y-scale should be printed -
showTitle
public boolean showTitlewhether or not the title should be printed -
font
The font of the elements -
paper
The size of the paper to be printed on -
asPDF
public boolean asPDF -
title
-
date
-
-
Constructor Details
-
PrintLayout
-