Uses of Class
org.dvb.ui.DVBAlphaComposite

Packages that use DVBAlphaComposite
org.dvb.ui Provides extended graphics functionality. 
 

Uses of DVBAlphaComposite in org.dvb.ui
 

Fields in org.dvb.ui declared as DVBAlphaComposite
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.
 

Methods in org.dvb.ui that return DVBAlphaComposite
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).
 

Methods in org.dvb.ui with parameters of type DVBAlphaComposite
abstract  void DVBGraphics.setDVBComposite(DVBAlphaComposite comp)
          Sets the DVBAlphaComposite for the DVBGraphics context.