Skip to main content

DXImageFormat Class

An image format.

Declaration

public class DXImageFormat extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
DXImageFormat

DXImageFormat()

Initializes a new instance of the DXImageFormat class.

Declaration

public DXImageFormat()

Methods

getBmp() Method

Returns the BMP image format.

Declaration

public static DXImageFormat getBmp()

Returns

Type Description
DXImageFormat

The BMP image format.

getEmf() Method

Returns the EMF image format.

Declaration

public static DXImageFormat getEmf()

Returns

Type Description
DXImageFormat

The EMF image format.

getGif() Method

Returns the GIF image format.

Declaration

public static DXImageFormat getGif()

Returns

Type Description
DXImageFormat

The GIF image format.

getIcon() Method

Returns the icon image format.

Declaration

public static DXImageFormat getIcon()

Returns

Type Description
DXImageFormat

The icon image format.

getJpeg() Method

Returns the JPEG image format.

Declaration

public static DXImageFormat getJpeg()

Returns

Type Description
DXImageFormat

The JPEG image format.

getPng() Method

Returns the PNG image format.

Declaration

public static DXImageFormat getPng()

Returns

Type Description
DXImageFormat

The PNG image format.

getSvg() Method

Returns the SVG image format.

Declaration

public static DXImageFormat getSvg()

Returns

Type Description
DXImageFormat

The SVG image format.

getTiff() Method

Returns the TIFF image format.

Declaration

public static DXImageFormat getTiff()

Returns

Type Description
DXImageFormat

The TIFF image format.

getUnknown() Method

Returns the unknown image format.

Declaration

public static DXImageFormat getUnknown()

Returns

Type Description
DXImageFormat

The unknown image format.

getWmf() Method

Returns the WMF image format.

Declaration

public static DXImageFormat getWmf()

Returns

Type Description
DXImageFormat

The WMF image format.

toString() Method

Returns the string representation of this image format.

Declaration

public String toString()

Returns

Type Description
String

The string representation of this image format.