Class PrintLayout
java.lang.Object
jspecview.common.PrintLayout
PrintLayout class stores all the information needed from the
PrintLayoutDialog-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanThe font of the elementsintintintintThe paper orientation ("portrait" or "landscape")The size of the paper to be printed onintintThe position of the graph on the paper ("center", "default", "fit to page")booleanwhether or not the grid should be printedbooleanwhether or not the title should be printedbooleanwhether or not the X-scale should be printedbooleanwhether 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 -
showTitles
public boolean showTitleswhether 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
-