jas2.plot.java2
Class PrintHelper12
- java.lang.Object
-
- jas2.plot.PrintHelper
-
- jas2.plot.java2.PrintHelper12
-
- All Implemented Interfaces:
- java.awt.print.Printable
public class PrintHelper12 extends PrintHelper implements java.awt.print.Printable
-
-
Field Summary
-
Fields inherited from class jas2.plot.PrintHelper
ORIENTATION_BEST_FIT, ORIENTATION_LANDSCAPE, ORIENTATION_PORTRAITE
-
-
Constructor Summary
Constructors Constructor and Description PrintHelper12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intprint(java.awt.Graphics g, java.awt.print.PageFormat pf, int pi)voidprintTarget(java.awt.Component target)Print the specified componentvoidsetOrientation(int orientation)Set the print orientationvoidsetScaleUp(boolean scaleUp)Controls whether the PrintHelper will scale an image up to make it fill the page (PrintHelper will always try to shrink to fit)-
Methods inherited from class jas2.plot.PrintHelper
instance, isPrinting, printingThread, setPrintingThread
-
-
-
-
Method Detail
-
printTarget
public void printTarget(java.awt.Component target) throws java.lang.ExceptionDescription copied from class:PrintHelperPrint the specified component- Specified by:
printTargetin classPrintHelper- Throws:
java.lang.Exception
-
print
public int print(java.awt.Graphics g, java.awt.print.PageFormat pf, int pi) throws java.awt.print.PrinterException- Specified by:
printin interfacejava.awt.print.Printable- Throws:
java.awt.print.PrinterException
-
setOrientation
public void setOrientation(int orientation)
Description copied from class:PrintHelperSet the print orientation- Specified by:
setOrientationin classPrintHelper- Parameters:
orientation- One of ORIENTATION_BEST_FIT,ORIENTATION_PORTRAITE,ORIENTATION_LANDSCAPE
-
setScaleUp
public void setScaleUp(boolean scaleUp)
Description copied from class:PrintHelperControls whether the PrintHelper will scale an image up to make it fill the page (PrintHelper will always try to shrink to fit)- Specified by:
setScaleUpin classPrintHelper
-
-
DataMelt 3.0 © DataMelt by jWork.ORG