Interface PdfImage

All Known Implementing Classes:
ClassicImage

public interface PdfImage
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • getPlainHeight

      float getPlainHeight()
    • getPlainWidth

      float getPlainWidth()
    • getScaledWidth

      float getScaledWidth()
    • getScaledHeight

      float getScaledHeight()
    • scaleAbsolute

      void scaleAbsolute(int width, int height)
    • scaleToFit

      void scaleToFit(int width, int height)
    • scalePercent

      void scalePercent(float percent)
    • setRotationDegrees

      void setRotationDegrees(int i)