Class ScalePage

java.lang.Object
org.jpedal.manipulator.ScalePage
All Implemented Interfaces:
org.jpedal.manipulator.Manipulation

public class ScalePage extends Object implements org.jpedal.manipulator.Manipulation
  • Constructor Details

    • ScalePage

      public ScalePage(PageRanges pages, float scaleX, float scaleY)
      Scales the specified page.
      Parameters:
      pages - the pages to scale
      scaleX - the horizontal scaling factor. 100% is 1.0f
      scaleY - the vertical scaling factor. 100% is 1.0f
    • ScalePage

      public ScalePage(PageRanges pages, float scaleX, float scaleY, ScaleMode scaleMode)
      Scales the specified page.
      Parameters:
      pages - the pages to scale
      scaleX - the horizontal scaling factor. 100% is 1.0f
      scaleY - the vertical scaling factor. 100% is 1.0f
      scaleMode - the scale mode to use. See ScaleMode