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 ImageSizeImageSize. 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 ImageSizeIElFinderImageSizeCalculator. 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 ImageSizeXImageUtils. findImageSize(InputStream imageData, String fileName)Finds the size of an image file.static ImageSizeXImageUtils. findImageSize(Path imageData)Finds the size of an image file.static ImageSizeXImageUtils. findImageSize(Path imageData, String fileName)Finds the size of an image file.
-