enum class swtChartWrapper::ImageType

sys::Obj
  sys::Enum
    swtChartWrapper::ImageType

@Serializable { simple=true }

Source

Image types, for saving charts to files. Some types may not be available on all operating systems.

bmp

const static ImageType bmp := ...

Source

bmp_rle

const static ImageType bmp_rle := ...

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

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 := ...

Source

ico

const static ImageType ico := ...

Source

jpeg

const static ImageType jpeg := ...

Source

png

const static ImageType png := ...

Source

tiff

const static ImageType tiff := ...

Source

vals

const static ImageType[] vals := ...

Source

List of ImageType values indexed by ordinal