enum class swtChartWrapper::ImageType
sys::Obj sys::Enum swtChartWrapper::ImageType
@Serializable { simple=true }
Image types, for saving charts to files. Some types may not be available on all operating systems.
- bmp
-
const static ImageType bmp := ...
- bmp_rle
-
const static ImageType bmp_rle := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
Return the ImageType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- gif
-
const static ImageType gif := ...
- ico
-
const static ImageType ico := ...
- jpeg
-
const static ImageType jpeg := ...
- png
-
const static ImageType png := ...
- tiff
-
const static ImageType tiff := ...
- vals
-
const static ImageType[] vals := ...
List of ImageType values indexed by ordinal