Returns true if this RenderingHints maps one or more keys to the specified value. More formally, returns
true if and only if this
RenderingHints contains at least one mapping to a value
v such that
(value==null ? v==null : value.equals(v))
. This operation will probably require time linear in the
RenderingHints size for most implementations of
RenderingHints.
@param value value whose presence in this
RenderingHints is to be tested.
@return
true if this
RenderingHintsmaps one or more keys to the specified value.