Package org.jdesktop.swingx.graphics
Contains graphic utilities and effects for working with images.
-
Class Summary Class Description BlendComposite A blend composite defines the rule according to which a drawing primitive (known as the source) is mixed with existing graphics (know as the destination.)BlendComposite.BlendingBgrContext BlendComposite.BlendingContext BlendComposite.BlendingRgbContext ColorUtilities ColorUtilities
contains a set of tools to perform common color operations easily.FilterComposite AFilterComposite
allows the inclusion of arbitrary image filters during the paint processing ofGraphics2D
events.FilterComposite.FilterContext Graphics2DFacade A simple facade that forwards all graphics calls to a delegate.ReflectionRenderer A reflection renderer generates the reflection of a given picture.ShadowRenderer A shadow renderer generates a drop shadow for any given picture, respecting the transparency channel if present. -
Enum Summary Enum Description BlendComposite.BlendingMode A blending mode defines the compositing rule of aBlendComposite
. -
Exception Summary Exception Description BlendComposite A blend composite defines the rule according to which a drawing primitive (known as the source) is mixed with existing graphics (know as the destination.)ColorUtilities ColorUtilities
contains a set of tools to perform common color operations easily.FilterComposite AFilterComposite
allows the inclusion of arbitrary image filters during the paint processing ofjava.awt.Graphics2D
events.Graphics2DFacade A simple facade that forwards all graphics calls to a delegate.ReflectionRenderer A reflection renderer generates the reflection of a given picture.ShadowRenderer A shadow renderer generates a drop shadow for any given picture, respecting the transparency channel if present.