Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractFilter - Class in org.jdesktop.swingx.image
-
Provides an abstract implementation of the
BufferedImageOpinterface. - AbstractFilter() - Constructor for class org.jdesktop.swingx.image.AbstractFilter
- Add - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.ADD
- ADD - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Addis the opposite ofSubtract. - addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Add a PropertyChangeListener to the listener list.
- addRenderingHints(Map<?, ?>) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- appendReflection(BufferedImage) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Returns the source image and its reflection.
- Average - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.AVERAGE
- AVERAGE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Averageblending mode produces an average of the source and blend colors.
B
- BlendComposite - Class in org.jdesktop.swingx.graphics
-
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.BlendingMode - Enum Class in org.jdesktop.swingx.graphics
-
A blending mode defines the compositing rule of a
BlendComposite. - Blue - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.BLUE
- BLUE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Keeps the blue channel from the blend image and the red and green channels from the base image.
- BLUR_ENABLED_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Identifies a change to the blurring of the rendered reflection.
C
- clearRect(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- clip(Shape) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- clipRect(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- Color - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.COLOR
- COLOR - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Colorblending mode applies the hue and saturation of the blend color to the base image while retaining the luminance of the base image. - COLOR_BURN - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Color Burnblending mode increases the contrast to darken the base color while reflecting the blend color. - COLOR_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Identifies a change to the color used to render the shadow.
- COLOR_DODGE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Color Dodgeblending mode is essentially the opposite ofColor Burn. - ColorBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.COLOR_BURN
- ColorDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.COLOR_DODGE
- ColorTintFilter - Class in org.jdesktop.swingx.image
-
A color tint filter can be used to mix a solid color to an image.
- ColorTintFilter(Color, float) - Constructor for class org.jdesktop.swingx.image.ColorTintFilter
-
Creates a new color mixer filter.
- ColorUtilities - Class in org.jdesktop.swingx.graphics
-
ColorUtilitiescontains a set of tools to perform common color operations easily. - contains(double, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
- contains(double, double) - Method in class org.jdesktop.swingx.geom.Star2D
- contains(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
- contains(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Star2D
- contains(Point2D) - Method in class org.jdesktop.swingx.geom.Morphing2D
- contains(Point2D) - Method in class org.jdesktop.swingx.geom.Star2D
- contains(Rectangle2D) - Method in class org.jdesktop.swingx.geom.Morphing2D
- contains(Rectangle2D) - Method in class org.jdesktop.swingx.geom.Star2D
- copyArea(int, int, int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- create() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- create(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- create(ColorModel, WritableRaster, boolean) - Static method in class org.jdesktop.swingx.image.JBHiDPIScaledImage
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.jdesktop.swingx.image.AbstractFilter
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.jdesktop.swingx.image.RadianceAbstractFilter
- createCompatibleDestImageForFilter(BufferedImage, ColorModel) - Static method in class org.jdesktop.swingx.image.RadianceAbstractFilter
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class org.jdesktop.swingx.graphics.BlendComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class org.jdesktop.swingx.graphics.FilterComposite
- createGraphics() - Method in class org.jdesktop.swingx.image.JBHiDPIScaledImage
- createReflection(BufferedImage) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Returns the reflection of the source image.
- createScaled(double, int, int, int) - Static method in class org.jdesktop.swingx.image.JBHiDPIScaledImage
- createShadow(BufferedImage) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Generates the shadow for a given picture and the current properties of the renderer.
- createUnscaled(int, int, int) - Static method in class org.jdesktop.swingx.image.JBHiDPIScaledImage
D
- Darken - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.DARKEN
- DARKEN - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Darkenblend mode compares the color information for each pixel of the base and the blend color and applies the darker color as the result. - derive(float) - Method in class org.jdesktop.swingx.graphics.BlendComposite
-
Returns a
BlendCompositeobject that uses the specified opacity, or alpha, and this object's blending mode. - derive(BlendComposite.BlendingMode) - Method in class org.jdesktop.swingx.graphics.BlendComposite
-
Returns a
BlendCompositeobject that uses the specified blending mode and this object's alpha value. - Difference - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.DIFFERENCE
- DIFFERENCE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Differenceblending mode highlights the differences between the blend layer and the base layer. - dispose() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- draw(Shape) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- draw3DRect(int, int, int, int, boolean) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawArc(int, int, int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawBytes(byte[], int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawChars(char[], int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawGlyphVector(GlyphVector, float, float) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(Image, int, int, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawImageWithScale(Graphics, double, Image, int, int) - Static method in class org.jdesktop.swingx.image.RadianceCC
- drawImageWithScale(Graphics, double, Image, int, int, int, int, int, int) - Static method in class org.jdesktop.swingx.image.RadianceCC
- drawLine(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawOval(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawPolygon(int[], int[], int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawPolygon(Polygon) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawPolyline(int[], int[], int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawRect(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawRoundRect(int, int, int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawString(String, float, float) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawString(String, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawString(AttributedCharacterIterator, float, float) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- drawString(AttributedCharacterIterator, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
E
- equals(Object) - Method in class org.jdesktop.swingx.graphics.BlendComposite
- Exclusion - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.EXCLUSION
- EXCLUSION - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Exclusionblending mode works very much likeDifferencebut the contrast is lower.
F
- FastBlurFilter - Class in org.jdesktop.swingx.image
-
A fast blur filter can be used to blur pictures quickly.
- FastBlurFilter() - Constructor for class org.jdesktop.swingx.image.FastBlurFilter
-
Creates a new blur filter with a default radius of 3.
- FastBlurFilter(int) - Constructor for class org.jdesktop.swingx.image.FastBlurFilter
-
Creates a new blur filter with the specified radius.
- fill(Shape) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- fill3DRect(int, int, int, int, boolean) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- fillArc(int, int, int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- fillOval(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- fillPolygon(int[], int[], int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- fillPolygon(Polygon) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- fillRect(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- fillRoundRect(int, int, int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- filter(BufferedImage, BufferedImage) - Method in class org.jdesktop.swingx.image.AbstractFilter
- filter(BufferedImage, BufferedImage) - Method in class org.jdesktop.swingx.image.ColorTintFilter
- filter(BufferedImage, BufferedImage) - Method in class org.jdesktop.swingx.image.FastBlurFilter
- filter(BufferedImage, BufferedImage) - Method in class org.jdesktop.swingx.image.GaussianBlurFilter
- filter(BufferedImage, BufferedImage) - Method in class org.jdesktop.swingx.image.StackBlurFilter
- FilterComposite - Class in org.jdesktop.swingx.graphics
-
A
FilterCompositeallows the inclusion of arbitrary image filters during the paint processing ofGraphics2Devents. - FilterComposite(Composite) - Constructor for class org.jdesktop.swingx.graphics.FilterComposite
-
Creates an empty filter composite for the specified composite.
- FilterComposite(Composite, BufferedImageOp) - Constructor for class org.jdesktop.swingx.graphics.FilterComposite
-
Creates a filter for the specified composite.
- finalize() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- Freeze - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.FREEZE
- FREEZE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
a freeze effect - try it out!
G
- GaussianBlurFilter - Class in org.jdesktop.swingx.image
-
A Gaussian blur filter, also known as Gaussian smoothing
- GaussianBlurFilter() - Constructor for class org.jdesktop.swingx.image.GaussianBlurFilter
-
Creates a new blur filter with a default radius of 3.
- GaussianBlurFilter(int) - Constructor for class org.jdesktop.swingx.image.GaussianBlurFilter
-
Creates a new blur filter with the specified radius.
- getAlpha() - Method in class org.jdesktop.swingx.graphics.BlendComposite
-
Returns the opacity of this composite.
- getBackground() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getBlankScaledImage(double, int, int) - Static method in class org.jdesktop.swingx.image.RadianceCC
-
Gets a scaled, high-DPI aware image of specified dimensions.
- getBlurRadius() - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Returns the radius, in pixels, of the blur used by this renderer when
ReflectionRenderer.isBlurEnabled()is true. - getBounds() - Method in class org.jdesktop.swingx.geom.Morphing2D
- getBounds() - Method in class org.jdesktop.swingx.geom.Star2D
- getBounds2D() - Method in class org.jdesktop.swingx.geom.Morphing2D
- getBounds2D() - Method in class org.jdesktop.swingx.geom.Star2D
- getBounds2D(BufferedImage) - Method in class org.jdesktop.swingx.image.AbstractFilter
- getBounds2D(BufferedImage) - Method in class org.jdesktop.swingx.image.RadianceAbstractFilter
- getBranchesCount() - Method in class org.jdesktop.swingx.geom.Star2D
-
Returns the number of branches of the star.
- getClip() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getClipBounds() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getClipBounds(Rectangle) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getClipRect() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
-
Deprecated.
- getColor() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getColor() - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Gets the color used by the renderer to generate shadows.
- getComposite() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getDeviceConfiguration() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getEffectiveBlurRadius() - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Returns the effective radius, in pixels, of the blur used by this renderer when
ReflectionRenderer.isBlurEnabled()is true. - getEffectiveRadius() - Method in class org.jdesktop.swingx.image.StackBlurFilter
-
Returns the effective radius of the stack blur.
- getFilter() - Method in class org.jdesktop.swingx.graphics.FilterComposite
-
The filter to apply to the graphics context.
- getFont() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getFontMetrics() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getFontMetrics(Font) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getFontRenderContext() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getInnerRadius() - Method in class org.jdesktop.swingx.geom.Star2D
-
Returns the distance between the center of the star and the origin of the branches.
- getInstance(BlendComposite.BlendingMode) - Static method in class org.jdesktop.swingx.graphics.BlendComposite
-
Creates a new composite based on the blending mode passed as a parameter.
- getInstance(BlendComposite.BlendingMode, float) - Static method in class org.jdesktop.swingx.graphics.BlendComposite
-
Creates a new composite based on the blending mode and opacity passed as parameters.
- getIterations() - Method in class org.jdesktop.swingx.image.StackBlurFilter
-
Returns the number of iterations used to approximate a Gaussian blur.
- getLength() - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Returns the length of the reflection.
- getMixColor() - Method in class org.jdesktop.swingx.image.ColorTintFilter
-
Returns the solid mix color of this filter.
- getMixValue() - Method in class org.jdesktop.swingx.image.ColorTintFilter
-
Returns the mix value of this filter.
- getMode() - Method in class org.jdesktop.swingx.graphics.BlendComposite
-
Returns the blending mode of this composite.
- getMorphing() - Method in class org.jdesktop.swingx.geom.Morphing2D
-
Returns the morphing value between the two shapes.
- getOpacity() - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Gets the opacity used by the factory to generate reflections.
- getOpacity() - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Gets the opacity used by the renderer to generate shadows.
- getOuterRadius() - Method in class org.jdesktop.swingx.geom.Star2D
-
Returns the distance between the center of the star and the tips of the branches.
- getPaint() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getPathIterator(AffineTransform) - Method in class org.jdesktop.swingx.geom.Morphing2D
- getPathIterator(AffineTransform) - Method in class org.jdesktop.swingx.geom.Star2D
- getPathIterator(AffineTransform, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
- getPathIterator(AffineTransform, double) - Method in class org.jdesktop.swingx.geom.Star2D
- getPixels(BufferedImage, int, int, int, int, int[]) - Method in class org.jdesktop.swingx.image.RadianceAbstractFilter
- getPoint2D(Point2D, Point2D) - Method in class org.jdesktop.swingx.image.AbstractFilter
- getPoint2D(Point2D, Point2D) - Method in class org.jdesktop.swingx.image.RadianceAbstractFilter
- getRadius() - Method in class org.jdesktop.swingx.image.FastBlurFilter
-
Returns the radius used by this filter, in pixels.
- getRadius() - Method in class org.jdesktop.swingx.image.GaussianBlurFilter
-
Returns the radius used by this filter, in pixels.
- getRadius() - Method in class org.jdesktop.swingx.image.StackBlurFilter
-
Returns the radius used by this filter, in pixels.
- getRenderingHint(RenderingHints.Key) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getRenderingHints() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getRenderingHints() - Method in class org.jdesktop.swingx.image.AbstractFilter
- getRenderingHints() - Method in class org.jdesktop.swingx.image.RadianceAbstractFilter
- getScaleFactor() - Static method in class org.jdesktop.swingx.image.UIUtil
- getScaleFactor(Component) - Static method in class org.jdesktop.swingx.image.RadianceCC
- getSize() - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Gets the size in pixel used by the renderer to generate shadows.
- getStroke() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getTransform() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- getX() - Method in class org.jdesktop.swingx.geom.Star2D
-
Returns the location of the center of star.
- getY() - Method in class org.jdesktop.swingx.geom.Star2D
-
Returns the location of the center of star.
- Glow - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.GLOW
- GLOW - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
a glowing effect
- Graphics2DFacade - Class in org.jdesktop.swingx.graphics
-
A simple facade that forwards all graphics calls to a delegate.
- Graphics2DFacade(Graphics2D) - Constructor for class org.jdesktop.swingx.graphics.Graphics2DFacade
-
creates the facade instance
- Green - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.GREEN
- GREEN - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Keeps the green channel from the blend image and the red and blue channels from the base image.
H
- HARD_LIGHT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Hard Lightdrastically lightens or darkens the base image depending on the brightness of the blend color. - HARD_MIX - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
a hard-mix effect - try it out!
- HardLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.HARD_LIGHT
- HardMix - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.HARD_MIX
- hashCode() - Method in class org.jdesktop.swingx.graphics.BlendComposite
- Heat - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.HEAT
- HEAT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
a heat effect - try it out!
- hit(Rectangle, Shape, boolean) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- hitClip(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- HSLtoRGB(float, float, float) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
-
Returns the RGB equivalent of a given HSL (Hue/Saturation/Luminance) color.
- HSLtoRGB(float, float, float, int[]) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
-
Returns the RGB equivalent of a given HSL (Hue/Saturation/Luminance) color.
- Hue - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.HUE
- HUE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Hueblend mode applies the hue of the blend color to the base image while retaining the luminance and saturation of the base image.
I
- intersects(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
- intersects(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Star2D
- intersects(Rectangle2D) - Method in class org.jdesktop.swingx.geom.Morphing2D
- intersects(Rectangle2D) - Method in class org.jdesktop.swingx.geom.Star2D
- INVERSE_COLOR_BURN - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Inverse Color Burnis the same asColor Burnwith the source and destination swapped. - INVERSE_COLOR_DODGE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Inverse Color Dodgeis the same asColor Dodgewith the source and destination swapped. - InverseColorBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.INVERSE_COLOR_BURN
- InverseColorDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.INVERSE_COLOR_DODGE
- isBlurEnabled() - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Returns true if the blurring of the reflection is enabled, false otherwise.
J
- JBHiDPIScaledImage - Class in org.jdesktop.swingx.image
L
- LENGTH_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Identifies a change to the length of the rendered reflection.
- Lighten - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.LIGHTEN
- LIGHTEN - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Lightenblending mode compares the color information for each pixel of the base and the blend color and applies the lighter color as the result. - LINEAR_LIGHT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
a linear light effect - try it out!
- LinearLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.LINEAR_LIGHT
- Luminosity - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.LUMINOSITY
- LUMINOSITY - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Luminosityblending mode applies the luminosity (brightness) of the blend colors to the base image while retaining the hue and saturation of the base image.
M
- Morphing2D - Class in org.jdesktop.swingx.geom
-
A morphing shape is a shape which geometry is constructed from two other shapes: a start shape and an end shape.
- Morphing2D(Shape, Shape) - Constructor for class org.jdesktop.swingx.geom.Morphing2D
-
Creates a new morphing shape.
- Multiply - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.MULTIPLY
- MULTIPLY - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Multiplyblend mode multiplies the base color with the blend color.
N
- Negation - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.NEGATION
- NEGATION - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
This one is the "opposite" of difference mode.
O
- OPACITY_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Identifies a change to the opacity used to render the reflection.
- OPACITY_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Identifies a change to the opacity used to render the shadow.
- org.jdesktop.swingx.geom - package org.jdesktop.swingx.geom
-
Contains custom shapes for 2D rendering.
- org.jdesktop.swingx.graphics - package org.jdesktop.swingx.graphics
-
Contains graphic utilities and effects for working with images.
- org.jdesktop.swingx.image - package org.jdesktop.swingx.image
-
Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.
- Overlay - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.OVERLAY
- OVERLAY - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Overlayblending mode preserves the highlights and shadows of the base color while mixing the base color and the blend color.
P
- PIN_LIGHT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
a pin-light effect - try it out!
- PinLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.PIN_LIGHT
R
- RadianceAbstractFilter - Class in org.jdesktop.swingx.image
-
Provides an abstract implementation of the
BufferedImageOpinterface. - RadianceAbstractFilter() - Constructor for class org.jdesktop.swingx.image.RadianceAbstractFilter
- RadianceCC - Class in org.jdesktop.swingx.image
- RadianceCC() - Constructor for class org.jdesktop.swingx.image.RadianceCC
- Red - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.RED
- RED - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Keeps the red channel from the blend image and the green and blue channels from the base image.
- Reflect - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.REFLECT
- REFLECT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
REFLECT blend mode can be used for adding shiny objects or areas of light.
- ReflectionRenderer - Class in org.jdesktop.swingx.graphics
-
A reflection renderer generates the reflection of a given picture.
- ReflectionRenderer() - Constructor for class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Creates a default good looking reflections generator.
- ReflectionRenderer(float) - Constructor for class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Creates a default good looking reflections generator with the specified opacity.
- ReflectionRenderer(float, float, boolean) - Constructor for class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Creates a reflections generator with the specified properties.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Remove a PropertyChangeListener from the listener list.
- RGBtoHSL(int, int, int) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
-
Returns the HSL (Hue/Saturation/Luminance) equivalent of a given RGB color.
- RGBtoHSL(int, int, int, float[]) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
-
Returns the HSL (Hue/Saturation/Luminance) equivalent of a given RGB color.
- RGBtoHSL(Color) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
-
Returns the HSL (Hue/Saturation/Luminance) equivalent of a given RGB color.
- RGBtoHSL(Color, float[]) - Static method in class org.jdesktop.swingx.graphics.ColorUtilities
-
Returns the HSL (Hue/Saturation/Luminance) equivalent of a given RGB color.
- rotate(double) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- rotate(double, double, double) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
S
- Saturation - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.SATURATION
- SATURATION - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Saturationblending mode applies the saturation of the blend color to the base image while retaining the hue and luminance of the base image. - scale(double, double) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- Screen - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.SCREEN
- SCREEN - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Screenblending mode is the opposite of theMultiplymode in that it multiples the inverse of the base color with the blend color. - setBackground(Color) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setBlurEnabled(boolean) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Setting the blur to true will enable the blurring of the reflection when
ReflectionRenderer.createReflection(java.awt.image.BufferedImage)is invoked. - setBlurRadius(int) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Sets the radius, in pixels, of the blur used by this renderer when
ReflectionRenderer.isBlurEnabled()is true. - setBranchesCount(int) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the number branches of the star.
- setClip(int, int, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setClip(Shape) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setColor(Color) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setColor(Color) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Sets the color used by the renderer to generate shadows.
- setComposite(Composite) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setFilter(BufferedImageOp) - Method in class org.jdesktop.swingx.graphics.FilterComposite
-
Sets the filter for manipulating the graphics composites.
- setFont(Font) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setInnerRadius(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the inner radius of the star, that is the distance between its center and the origin of the branches.
- setLength(float) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Sets the length of the reflection, as a fraction of the height of the source image.
- setMorphing(double) - Method in class org.jdesktop.swingx.geom.Morphing2D
-
Sets the morphing value between the two shapes.
- setOpacity(float) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
-
Sets the opacity used by the factory to generate reflections.
- setOpacity(float) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Sets the opacity used by the renderer to generate shadows.
- setOuterRadius(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the outer radius of the star, that is the distance between its center and the tips of the branches.
- setPaint(Paint) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setPaintMode() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setPixels(BufferedImage, int, int, int, int, int[]) - Method in class org.jdesktop.swingx.image.RadianceAbstractFilter
-
Writes a rectangular area of pixels in the destination
BufferedImage. - setRenderingHint(RenderingHints.Key, Object) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setRenderingHints(Map<?, ?>) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setSize(int) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Sets the size, in pixels, used by the renderer to generate shadows.
- setStroke(Stroke) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setTransform(AffineTransform) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setX(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets location of the center of the star.
- setXORMode(Color) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- setY(double) - Method in class org.jdesktop.swingx.geom.Star2D
-
Sets the location of the center of the star.
- ShadowRenderer - Class in org.jdesktop.swingx.graphics
-
A shadow renderer generates a drop shadow for any given picture, respecting the transparency channel if present.
- ShadowRenderer() - Constructor for class org.jdesktop.swingx.graphics.ShadowRenderer
-
Creates a default good looking shadow generator.
- ShadowRenderer(int, float, Color) - Constructor for class org.jdesktop.swingx.graphics.ShadowRenderer
-
A shadow renderer needs three properties to generate shadows.
- shear(double, double) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- SIZE_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ShadowRenderer
-
Identifies a change to the size used to render the shadow.
- SOFT_BURN - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
burning darkens an image
- SOFT_DODGE - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Dodging lightens an image
- SOFT_LIGHT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Soft Lightblend mode creates a subtle lighter or darker result depending on the brightness of the blend color. - SoftBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.SOFT_BURN
- SoftDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.SOFT_DODGE
- SoftLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.SOFT_LIGHT
- StackBlurFilter - Class in org.jdesktop.swingx.image
-
A stack blur filter can be used to create an approximation of a Gaussian blur.
- StackBlurFilter() - Constructor for class org.jdesktop.swingx.image.StackBlurFilter
-
Creates a new blur filter with a default radius of 3 and 3 iterations.
- StackBlurFilter(int) - Constructor for class org.jdesktop.swingx.image.StackBlurFilter
-
Creates a new blur filter with the specified radius and 3 iterations.
- StackBlurFilter(int, int) - Constructor for class org.jdesktop.swingx.image.StackBlurFilter
-
Creates a new blur filter with the specified radius.
- Stamp - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.STAMP
- STAMP - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Similar to
BlendComposite.BlendingMode.AVERAGE, but more severely lightens or darkens the edge colors. - Star2D - Class in org.jdesktop.swingx.geom
-
This class provides a star shape.
- Star2D(double, double, double, double, int) - Constructor for class org.jdesktop.swingx.geom.Star2D
-
Creates a new star whose center is located at the specified
xandycoordinates. - Subtract - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.SUBTRACT
- SUBTRACT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
The
Subtractblend mode is similar toColor Burnbut instead of increasing contrast, it decreases brightness to darken the base color and reflect the blend color.
T
- toString() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- transform(AffineTransform) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- translate(double, double) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
- translate(int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
U
- UIUtil - Class in org.jdesktop.swingx.image
- UIUtil() - Constructor for class org.jdesktop.swingx.image.UIUtil
V
- valueOf(String) - Static method in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VIVID_LIGHT - Enum constant in enum class org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
-
Burns or dodges the colors by increasing or decreasing the contrast, depending on the blend color.
- VividLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
-
factory for BlendingMode.VIVID_LIGHT
All Classes and Interfaces|All Packages|Constant Field Values