Uses of Class
com.scroogexhtml.pictures.PictureFormat
-
Packages that use PictureFormat Package Description com.scroogexhtml.pictures Provides embedded picture support classes. -
-
Uses of PictureFormat in com.scroogexhtml.pictures
Methods in com.scroogexhtml.pictures that return PictureFormat Modifier and Type Method Description PictureFormat
EmbeddedPicture. getPictureFormat()
static PictureFormat
PictureFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static PictureFormat[]
PictureFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.scroogexhtml.pictures with parameters of type PictureFormat Modifier and Type Method Description void
EmbeddedPicture. setPictureFormat(PictureFormat pictureFormat)
-