JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.examples.simpleviewer.paper
Class MarginPaper

java.lang.Object
  extended by java.awt.print.Paper
      extended by org.jpedal.examples.simpleviewer.paper.MarginPaper
All Implemented Interfaces:
java.lang.Cloneable

public class MarginPaper
extends java.awt.print.Paper

Created by IntelliJ IDEA. User: Sam Date: 02-Jul-2010 Time: 16:41:28 To change this template use File | Settings | File Templates.


Constructor Summary
MarginPaper()
           
 
Method Summary
 double getMaxBY()
           
 double getMaxRX()
           
 double getMinX()
           
 double getMinY()
           
 void setImageableArea(double x, double y, double w, double h)
           
 void setMinImageableArea(double x, double y, double w, double h)
           
 
Methods inherited from class java.awt.print.Paper
clone, getHeight, getImageableHeight, getImageableWidth, getImageableX, getImageableY, getWidth, setSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarginPaper

public MarginPaper()
Method Detail

setMinImageableArea

public void setMinImageableArea(double x,
                                double y,
                                double w,
                                double h)

setImageableArea

public void setImageableArea(double x,
                             double y,
                             double w,
                             double h)
Overrides:
setImageableArea in class java.awt.print.Paper

getMinX

public double getMinX()

getMinY

public double getMinY()

getMaxRX

public double getMaxRX()

getMaxBY

public double getMaxBY()

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support