Package de.xima.fc.form.image
Class ImagePreviewUtils
- java.lang.Object
-
- de.xima.fc.form.image.ImagePreviewUtils
-
public class ImagePreviewUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ImagePreviewUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isJFXInstalled()
Deprecated.information not required anymore. will be removedstatic void
savePreviewImage(String base64, FormVersion formVersion, IEntityContext iEntityContext, String typeThumbnail)
-
-
-
Method Detail
-
isJFXInstalled
@Deprecated public static boolean isJFXInstalled()
Deprecated.information not required anymore. will be removed- Returns:
true
if JavaFX is installed,false
otherwise
-
savePreviewImage
public static void savePreviewImage(String base64, FormVersion formVersion, IEntityContext iEntityContext, String typeThumbnail) throws IllegalArgumentException, IOException
- Throws:
IllegalArgumentException
IOException
-
-