|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectview.MyAlphaComposite
public class MyAlphaComposite
An alpha-composite that can be constructed with a string.
| Field Summary | |
|---|---|
private AlphaComposite |
alpha
The alpha composite created from the argument string. |
| Constructor Summary | |
|---|---|
MyAlphaComposite(String al)
Creates an alpha composite from a string. |
|
| Method Summary | |
|---|---|
CompositeContext |
createContext(ColorModel src,
ColorModel dest,
RenderingHints hints)
Delegates the call to my alpha-composite object. |
String |
toString()
Returns a string compatible with the constructor. |
static String |
toString(AlphaComposite al)
Returns a string compatible with the constructor for an alpha composite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private AlphaComposite alpha
| Constructor Detail |
|---|
public MyAlphaComposite(String al)
| Method Detail |
|---|
public CompositeContext createContext(ColorModel src,
ColorModel dest,
RenderingHints hints)
createContext in interface Compositepublic String toString()
toString in class Objectpublic static String toString(AlphaComposite al)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||