A B C D E F G H I L M N O P R S T V

A

AbstractFilter - Class in org.jdesktop.swingx.image
Provides an abstract implementation of the BufferedImageOp interface.
AbstractFilter() - Constructor for class org.jdesktop.swingx.image.AbstractFilter
 
Add - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
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
 

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 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
 
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
 
COLOR_CHANGED_PROPERTY - Static variable in class org.jdesktop.swingx.graphics.ShadowRenderer
Identifies a change to the color used to render the shadow.
ColorBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
ColorDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
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
ColorUtilities contains a set of tools to perform common color operations easily.
contains(double, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
contains(Point2D) - Method in class org.jdesktop.swingx.geom.Morphing2D
contains(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
contains(Rectangle2D) - Method in class org.jdesktop.swingx.geom.Morphing2D
contains(double, double) - Method in class org.jdesktop.swingx.geom.Star2D
contains(Point2D) - Method in class org.jdesktop.swingx.geom.Star2D
contains(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Star2D
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
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class org.jdesktop.swingx.image.AbstractFilter
createContext(ColorModel, ColorModel, RenderingHints) - Method in class org.jdesktop.swingx.graphics.BlendComposite
createContext(ColorModel, ColorModel, RenderingHints) - Method in class org.jdesktop.swingx.graphics.FilterComposite
createReflection(BufferedImage) - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
Returns the reflection of the source image.
createShadow(BufferedImage) - Method in class org.jdesktop.swingx.graphics.ShadowRenderer
Generates the shadow for a given picture and the current properties of the renderer.

D

Darken - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
derive(BlendComposite.BlendingMode) - Method in class org.jdesktop.swingx.graphics.BlendComposite
Returns a BlendComposite object that uses the specified blending mode and this object's alpha value.
derive(float) - Method in class org.jdesktop.swingx.graphics.BlendComposite
Returns a BlendComposite object that uses the specified opacity, or alpha, and this object's blending mode.
Difference - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
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(Image, AffineTransform, ImageObserver) - 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, 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, 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, int, int, int, int, Color, ImageObserver) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
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, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
drawString(String, float, float) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
drawString(AttributedCharacterIterator, float, float) - 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
 

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 FilterComposite allows the inclusion of arbitrary image filters during the paint processing of Graphics2D events.
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
 

G

GaussianBlurFilter - Class in org.jdesktop.swingx.image
 
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
 
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
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
 
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, double) - 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.Star2D
getPoint2D(Point2D, Point2D) - Method in class org.jdesktop.swingx.image.AbstractFilter
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
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
 
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
 
Green - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 

H

HardLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
HardMix - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
hashCode() - Method in class org.jdesktop.swingx.graphics.BlendComposite
Heat - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
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
 

I

intersects(double, double, double, double) - Method in class org.jdesktop.swingx.geom.Morphing2D
intersects(Rectangle2D) - 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.Star2D
InverseColorBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
InverseColorDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
isBlurEnabled() - Method in class org.jdesktop.swingx.graphics.ReflectionRenderer
Returns true if the blurring of the reflection is enabled, false otherwise.

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
 
LinearLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
Luminosity - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 

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
 

N

Negation - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 

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
 

P

PinLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 

R

Red - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
Reflect - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
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(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.
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.
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
 
scale(double, double) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
Screen - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
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
 
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.
SoftBurn - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
SoftDodge - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
SoftLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 
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
 
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 x and y coordinates.
Subtract - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 

T

toString() - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
transform(AffineTransform) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
translate(int, int) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 
translate(double, double) - Method in class org.jdesktop.swingx.graphics.Graphics2DFacade
 

V

valueOf(String) - Static method in enum org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jdesktop.swingx.graphics.BlendComposite.BlendingMode
Returns an array containing the constants of this enum type, in the order they are declared.
VividLight - Static variable in class org.jdesktop.swingx.graphics.BlendComposite
 

A B C D E F G H I L M N O P R S T V

Copyright © 2013. All Rights Reserved.