Interface FSImage

All Known Implementing Classes:
AWTFSImage, AWTFSImage.NewAWTFSImage, AWTFSImage.NullImage, ITextFSImage, MutableFSImage, PDFAsImage, SWTFSImage

public interface FSImage
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    default boolean
    hasSize(int width, int height)
     
    scale(int width, int height)
     
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • scale

      FSImage scale(int width, int height)
    • hasSize

      default boolean hasSize(int width, int height)