Uses of Class
ca.cgjennings.apps.arkham.sheet.PrintDimensions
-
Packages that use PrintDimensions Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.diy ca.cgjennings.apps.arkham.sheet -
-
Uses of PrintDimensions in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham with parameters of type PrintDimensions Modifier and Type Method Description boolean
ImageExporter. beginExport(java.lang.String baseSheetName, java.lang.String comments, double defaultDPI, PrintDimensions sizeInPoints, boolean allowJoining, boolean multipleFaces, boolean hasMarker)
Begin an export operation. -
Uses of PrintDimensions in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return PrintDimensions Modifier and Type Method Description PrintDimensions
PaperProperties. getPrintDimensions()
Returns the page dimensions as an immutablePrintDimensions
instance. -
Uses of PrintDimensions in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return PrintDimensions Modifier and Type Method Description PrintDimensions
DIYSheet. getPrintDimensions()
-
Uses of PrintDimensions in ca.cgjennings.apps.arkham.sheet
Methods in ca.cgjennings.apps.arkham.sheet that return PrintDimensions Modifier and Type Method Description PrintDimensions
MarkerSheet. getPrintDimensions()
PrintDimensions
Sheet. getPrintDimensions()
Return the printed size of the sheet, measured in points.Methods in ca.cgjennings.apps.arkham.sheet with parameters of type PrintDimensions Modifier and Type Method Description boolean
PrintDimensions. equals(PrintDimensions other)
Returnstrue
ifother
represents the same printed size as this.
-