Class SpecularRectangularFillPainter.ShineContext
java.lang.Object
org.pushingpixels.radiance.theming.api.painter.fill.SpecularRectangularFillPainter.ShineContext
- All Implemented Interfaces:
CompositeContext
- Enclosing class:
SpecularRectangularFillPainter
private final class SpecularRectangularFillPainter.ShineContext
extends Object
implements CompositeContext
This class is based on Romain Guy's work from
http://www.jroller.com/gfx/entry/new_blendings_modes_for_java2d available
under BSD license.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compose
(Raster src, Raster dstIn, WritableRaster dstOut) void
dispose()
-
Field Details
-
shine
-
alpha
private float alpha
-
-
Constructor Details
-
ShineContext
-
-
Method Details
-
dispose
public void dispose()- Specified by:
dispose
in interfaceCompositeContext
-
compose
- Specified by:
compose
in interfaceCompositeContext
-