Uses of Class
de.xima.fc.common.image.ImageSize
-
Packages that use ImageSize Package Description de.xima.fc.common.image de.xima.fc.gui.elfinder de.xima.fc.utils Package für Utilsklassen -
-
Uses of ImageSize in de.xima.fc.common.image
Methods in de.xima.fc.common.image that return ImageSize Modifier and Type Method Description static ImageSize
ImageSize. zero()
Gets an image size for an image without pixels. -
Uses of ImageSize in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder that return ImageSize Modifier and Type Method Description ImageSize
IElFinderImageSizeCalculator. extractSize(Entry entry, ICommonFileSystemManager<Entry> fileSystemManager)
Extracts the size of the given image from the file meta. -
Uses of ImageSize in de.xima.fc.utils
Methods in de.xima.fc.utils that return ImageSize Modifier and Type Method Description static ImageSize
XImageUtils. findImageSize(InputStream imageData, String fileName)
Finds the size of an image file.static ImageSize
XImageUtils. findImageSize(Path imageData)
Finds the size of an image file.static ImageSize
XImageUtils. findImageSize(Path imageData, String fileName)
Finds the size of an image file.
-