Class SpecularRectangularSurfacePainter.ShineContext
java.lang.Object
org.pushingpixels.radiance.theming.api.painter.surface.SpecularRectangularSurfacePainter.ShineContext
- All Implemented Interfaces:
CompositeContext
- Enclosing class:
SpecularRectangularSurfacePainter
private final class SpecularRectangularSurfacePainter.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 TypeMethodDescriptionvoidcompose(Raster src, Raster dstIn, WritableRaster dstOut) voiddispose()
-
Field Details
-
shine
-
alpha
private float alpha
-
-
Constructor Details
-
ShineContext
-
-
Method Details
-
dispose
public void dispose()- Specified by:
disposein interfaceCompositeContext
-
compose
- Specified by:
composein interfaceCompositeContext
-