Liking cljdoc? Tell your friends :D

jdk.awt.ImageCapabilities

Capabilities and properties of images.

Capabilities and properties of images.
raw docstring

->image-capabilitiesclj

(->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`
raw docstring

accelerated?clj

(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`
raw docstring

cloneclj

(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`
raw docstring

true-volatile?clj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close