KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > AlphaComposite

java.awt
Class AlphaComposite

java.lang.Object
  extended by java.awt.AlphaComposite
All Implemented Interfaces:
Composite
See Also:
Top Examples, Source Code, CompositeContext

public static final AlphaComposite Clear
See Also:
CLEAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CompositeContext createContext(ColorModel srcColorModel,
                                      ColorModel dstColorModel,
                                      RenderingHints hints)
See Also:
Composite
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite Dst
See Also:
DST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite DstAtop
See Also:
DST_ATOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite DstIn
See Also:
DST_IN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite DstOut
See Also:
DST_OUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite DstOver
See Also:
DST_OVER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DST_ATOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DST_IN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DST_OUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DST_OVER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getAlpha()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static AlphaComposite getInstance(int rule)
See Also:
XOR, DST_ATOP, SRC_ATOP, DST_OUT, SRC_OUT, DST_IN, SRC_IN, DST_OVER, SRC_OVER, DST, SRC, CLEAR, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static AlphaComposite getInstance(int rule,
                                         float alpha)
See Also:
XOR, DST_ATOP, SRC_ATOP, DST_OUT, SRC_OUT, DST_IN, SRC_IN, DST_OVER, SRC_OVER, DST, SRC, CLEAR, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRule()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite Src
See Also:
SRC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite SrcAtop
See Also:
SRC_ATOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite SrcIn
See Also:
SRC_IN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite SrcOut
See Also:
SRC_OUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AlphaComposite SrcOver
See Also:
SRC_OVER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SRC_ATOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SRC_IN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SRC_OUT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SRC_OVER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1715]srcOut
By ziahollah { at } hotmail { dot } com on 2006/02/19 09:44:44  Rate
i need that

public static final AlphaComposite Xor
See Also:
XOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags