| Package | Description |
|---|---|
| org.dvb.ui |
| Modifier and Type | Field and Description |
|---|---|
static DVBAlphaComposite |
DVBAlphaComposite.Clear
DVBAlphaComposite object that implements the opaque CLEAR rule
with an alpha (Ar) of 1,0f. |
static DVBAlphaComposite |
DVBAlphaComposite.DstIn
DVBAlphaComposite object that implements the opaque DST_IN rule
with an alpha (Ar) of 1,0f. |
static DVBAlphaComposite |
DVBAlphaComposite.DstOut
DVBAlphaComposite object that implements the opaque DST_OUT rule
with an alpha (Ar) of 1,0f. |
static DVBAlphaComposite |
DVBAlphaComposite.DstOver
DVBAlphaComposite object that implements the opaque DST_OVER rule
with an alpha (Ar) of 1,0f. |
static DVBAlphaComposite |
DVBAlphaComposite.Src
DVBAlphaComposite object that implements the opaque SRC rule
with an alpha (Ar) of 1,0f. |
static DVBAlphaComposite |
DVBAlphaComposite.SrcIn
DVBAlphaComposite object that implements the opaque SRC_IN rule
with an alpha (Ar) of 1,0f. |
static DVBAlphaComposite |
DVBAlphaComposite.SrcOut
DVBAlphaComposite object that implements the opaque SRC_OUT rule
with an alpha (Ar) of 1,0f. |
static DVBAlphaComposite |
DVBAlphaComposite.SrcOver
DVBAlphaComposite object that implements the opaque SRC_OVER rule
with an alpha (Ar) of 1,0f. |
| Modifier and Type | Method and Description |
|---|---|
abstract DVBAlphaComposite |
DVBGraphics.getDVBComposite()
Returns the current
DVBAlphaComposite in the
DVBGraphics context. |
static DVBAlphaComposite |
DVBAlphaComposite.getInstance(int rule)
Creates an
DVBAlphaComposite object with the specified rule. |
static DVBAlphaComposite |
DVBAlphaComposite.getInstance(int rule,
float alpha)
Creates an
DVBAlphaComposite object with the specified rule and
the constant alpha (Ar) to multiply with the alpha of the source (As). |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DVBGraphics.setDVBComposite(DVBAlphaComposite comp)
Sets the
DVBAlphaComposite for the DVBGraphics context. |
Copyright © 2012 code4tv.com. All Rights Reserved.