Package org.jdesktop.swingx.graphics
Class BlendComposite.BlendingContext
- java.lang.Object
-
- org.jdesktop.swingx.graphics.BlendComposite.BlendingContext
-
- All Implemented Interfaces:
java.awt.CompositeContext
- Direct Known Subclasses:
BlendComposite.BlendingBgrContext
,BlendComposite.BlendingRgbContext
- Enclosing class:
- BlendComposite
private abstract static class BlendComposite.BlendingContext extends java.lang.Object implements java.awt.CompositeContext
-
-
Field Summary
Fields Modifier and Type Field Description protected BlendComposite
composite
-
Constructor Summary
Constructors Modifier Constructor Description private
BlendingContext(BlendComposite composite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
-
-
-
Field Detail
-
composite
protected final BlendComposite composite
-
-
Constructor Detail
-
BlendingContext
private BlendingContext(BlendComposite composite)
-
-