Capabilities and properties of images.
Capabilities and properties of images.
(->image-capabilities accelerated)
Constructor.
Creates a new object for specifying image capabilities.
accelerated - whether or not an accelerated image is desired - boolean
Constructor. Creates a new object for specifying image capabilities. accelerated - whether or not an accelerated image is desired - `boolean`
(accelerated? this)
Returns true if the object whose capabilities are encapsulated in this ImageCapabilities can be or is accelerated.
returns: whether or not an image can be, or is, accelerated. There are
various platform-specific ways to accelerate an image, including
pixmaps, VRAM, AGP. This is the general acceleration method (as
opposed to residing in system memory). - boolean
Returns true if the object whose capabilities are encapsulated in this ImageCapabilities can be or is accelerated. returns: whether or not an image can be, or is, accelerated. There are various platform-specific ways to accelerate an image, including pixmaps, VRAM, AGP. This is the general acceleration method (as opposed to residing in system memory). - `boolean`
(clone this)
Description copied from class: Object
returns: a copy of this ImageCapabilities object. - java.lang.Object
Description copied from class: Object returns: a copy of this ImageCapabilities object. - `java.lang.Object`
(true-volatile? this)
Returns true if the VolatileImage described by this ImageCapabilities can lose its surfaces.
returns: whether or not a volatile image is subject to losing its surfaces
at the whim of the operating system. - boolean
Returns true if the VolatileImage described by this ImageCapabilities can lose its surfaces. returns: whether or not a volatile image is subject to losing its surfaces at the whim of the operating system. - `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close