public interface IlvAdaptablePaint extends Paint
Paint
, in which the
createContext
implementation may actually rely on its
userBounds
parameter. It works around the Sun bugs
7043054
and
6921602.IlvG2D
Modifier and Type | Field and Description |
---|---|
static RenderingHints.Key |
KEY_USER_BOUNDS
This rendering hint contains the user bounds of the current graphic
operation.
|
BITMASK, OPAQUE, TRANSLUCENT
Modifier and Type | Method and Description |
---|---|
boolean |
isAdapting()
Returns
true if the createContext method of this
object may rely on its userBounds argument. |
createContext
getTransparency
static final RenderingHints.Key KEY_USER_BOUNDS
Rectangle2D
, or
null
if not set. It can be used in the
createContext
method to override an incorrect
userBounds
argument.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.