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 booleanisJFXInstalled()Deprecated.information not required anymore.static voidsavePreviewImage(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:
 trueif JavaFX is installed,falseotherwise
 
- 
savePreviewImage
public static void savePreviewImage(String base64, FormVersion formVersion, IEntityContext iEntityContext, String typeThumbnail) throws IllegalArgumentException, IOException
- Throws:
 IllegalArgumentExceptionIOException
 
 - 
 
 -