Liking cljdoc? Tell your friends :D

jdk.awt.RenderingHints$Key

Defines the base type of all keys used along with the RenderingHints class to control various algorithm choices in the rendering and imaging pipelines. Instances of this class are immutable and unique which means that tests for matches can be made using the == operator instead of the more expensive equals() method.

Defines the base type of all keys used along with the
RenderingHints class to control various
algorithm choices in the rendering and imaging pipelines.
Instances of this class are immutable and unique which
means that tests for matches can be made using the
== operator instead of the more expensive
equals() method.
raw docstring

compatible-value?clj

(compatible-value? this val)

Returns true if the specified object is a valid value for this Key.

val - the Object to test for validity - java.lang.Object

returns: true if val is valid; false otherwise. - boolean

Returns true if the specified object is a valid value
 for this Key.

val - the Object to test for validity - `java.lang.Object`

returns: true if val is valid;
         false otherwise. - `boolean`
raw docstring

equalsclj

(equals this o)

The equals method for all Key objects will return the same result as the equality operator '=='.

o - the reference object with which to compare. - java.lang.Object

returns: true if this object is the same as the obj argument; false otherwise. - boolean

The equals method for all Key objects will return the same
 result as the equality operator '=='.

o - the reference object with which to compare. - `java.lang.Object`

returns: true if this object is the same as the obj
          argument; false otherwise. - `boolean`
raw docstring

hash-codeclj

(hash-code this)

The hash code for all Key objects will be the same as the system identity code of the object as defined by the System.identityHashCode() method.

returns: a hash code value for this object. - int

The hash code for all Key objects will be the same as the
 system identity code of the object as defined by the
 System.identityHashCode() method.

returns: a hash code value for this object. - `int`
raw docstring

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

× close