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

A

AbstractAreaEffect - Class in org.jdesktop.swingx.painter.effects
The abstract base class for path effects.
AbstractAreaEffect() - Constructor for class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Creates a new instance of AreaEffect
AbstractAreaPainter<T> - Class in org.jdesktop.swingx.painter
The abstract base class for all painters that fill a vector path area.
AbstractAreaPainter() - Constructor for class org.jdesktop.swingx.painter.AbstractAreaPainter
Creates a new instance of AbstractAreaPainter
AbstractAreaPainter(Paint) - Constructor for class org.jdesktop.swingx.painter.AbstractAreaPainter
Creates a new instance of AbstractAreaPainter
AbstractAreaPainter.Style - Enum in org.jdesktop.swingx.painter
Different available fill styles.
AbstractLayoutPainter<T> - Class in org.jdesktop.swingx.painter
An abstract base class for any painter which can be positioned.
AbstractLayoutPainter() - Constructor for class org.jdesktop.swingx.painter.AbstractLayoutPainter
Creates a new instance of AbstractLayoutPainter
AbstractLayoutPainter.HorizontalAlignment - Enum in org.jdesktop.swingx.painter
An enum which controls horizontalAlignment alignment
AbstractLayoutPainter.VerticalAlignment - Enum in org.jdesktop.swingx.painter
An enum which controls verticalAlignment alignment
AbstractPainter<T> - Class in org.jdesktop.swingx.painter
A convenient base class from which concrete Painter implementations may extend.
AbstractPainter() - Constructor for class org.jdesktop.swingx.painter.AbstractPainter
Creates a new instance of AbstractPainter.
AbstractPainter(boolean) - Constructor for class org.jdesktop.swingx.painter.AbstractPainter
Creates a new instance of AbstractPainter.
AbstractPainter.Interpolation - Enum in org.jdesktop.swingx.painter
An enum representing the possible interpolation values of Bicubic, Bilinear, and Nearest Neighbor.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Adds a PropertyChangeListener to the listener list.
addTarget(JComponent) - Method in class org.jdesktop.swingx.painter.PainterGlasspane
Deprecated.  
AlphaPainter<T> - Class in org.jdesktop.swingx.painter
Applies an alpha value to an entire stack of painters.
AlphaPainter() - Constructor for class org.jdesktop.swingx.painter.AlphaPainter
 
apply(Graphics2D, Shape, int, int) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
 
apply(Graphics2D, Shape, int, int) - Method in interface org.jdesktop.swingx.painter.effects.AreaEffect
Draws an effect on the specified graphics and path using the specified width and height.
AreaEffect - Interface in org.jdesktop.swingx.painter.effects
An effect which works on AbstractPathPainters or any thing else which can provide a shape to be drawn.

B

BusyPainter - Class in org.jdesktop.swingx.painter
A specific painter that paints an "infinite progress" like animation.
BusyPainter() - Constructor for class org.jdesktop.swingx.painter.BusyPainter
Creates new busy painter initialized to the shape of circle and bounds size 26x26 points.
BusyPainter(int) - Constructor for class org.jdesktop.swingx.painter.BusyPainter
Creates new painter initialized to the shape of circle and bounds of square of specified height.
BusyPainter(Shape, Shape) - Constructor for class org.jdesktop.swingx.painter.BusyPainter
Initializes painter to the specified trajectory and and point shape.
BusyPainter.Direction - Enum in org.jdesktop.swingx.painter
Direction is used to set the initial direction in which the animation starts.

C

calculateLayout(int, int, int, int) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
A protected method used by subclasses to calculate the final position of the content.
calculateShape(int, int) - Method in class org.jdesktop.swingx.painter.RectanglePainter
 
CapsulePainter - Class in org.jdesktop.swingx.painter
Deprecated. no replacement
CapsulePainter() - Constructor for class org.jdesktop.swingx.painter.CapsulePainter
Deprecated. Create a new CapsulePainter that draws a full capsule.
CapsulePainter(CapsulePainter.Portion) - Constructor for class org.jdesktop.swingx.painter.CapsulePainter
Deprecated. Create a new CapsulePainter that only draws the portion specified.
CapsulePainter.Portion - Enum in org.jdesktop.swingx.painter
Deprecated.  
CheckerboardPainter - Class in org.jdesktop.swingx.painter
A Painter implementation that paints a checkerboard pattern.
CheckerboardPainter() - Constructor for class org.jdesktop.swingx.painter.CheckerboardPainter
Create a new CheckerboardPainter.
CheckerboardPainter(Paint, Paint) - Constructor for class org.jdesktop.swingx.painter.CheckerboardPainter
Create a new CheckerboardPainter with the specified light and dark paints.
CheckerboardPainter(Paint, Paint, double) - Constructor for class org.jdesktop.swingx.painter.CheckerboardPainter
Create a new CheckerboardPainter with the specified light and dark paints and the specified square size.
clearCache() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Call this method to clear the cacheable.
clearCache() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Clears the cache of this Painter, and all child Painters.
clearLocalCache() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Clears the cache of this painter only, and not of any of the children.
CompoundPainter<T> - Class in org.jdesktop.swingx.painter
A Painter implementation composed of an array of Painters.
CompoundPainter() - Constructor for class org.jdesktop.swingx.painter.CompoundPainter
Creates a new instance of CompoundPainter
CompoundPainter(Painter...) - Constructor for class org.jdesktop.swingx.painter.CompoundPainter
Convenience constructor for creating a CompoundPainter for an array of painters.
configureGraphics(Graphics2D) - Method in class org.jdesktop.swingx.painter.AbstractPainter
This method is called by the paint method prior to any drawing operations to configure the drawing surface.
configureGraphics(Graphics2D) - Method in class org.jdesktop.swingx.painter.CompoundPainter
This method is called by the paint method prior to any drawing operations to configure the drawing surface.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class org.jdesktop.swingx.painter.PainterPaint

D

dispose() - Method in class org.jdesktop.swingx.painter.PainterPaint.PainterPaintContext
doPaint(Graphics2D, T, int, int) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, T, int, int) - Method in class org.jdesktop.swingx.painter.AlphaPainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.BusyPainter
 
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.CapsulePainter
Deprecated. Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, T, int, int) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.GlossPainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.ImagePainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.MattePainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.RectanglePainter
 
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.ShapePainter
Subclasses must implement this method and perform custom painting operations here.
doPaint(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.TextPainter
Subclasses must implement this method and perform custom painting operations here.

E

EMPTY_PAINTER - Static variable in class org.jdesktop.swingx.painter.Painters
 

G

getAlpha() - Method in class org.jdesktop.swingx.painter.AlphaPainter
Returns the current alpha value for this painter.
getAngle() - Method in class org.jdesktop.swingx.painter.PinstripePainter
Gets the current angle of the pinstripes
getAreaEffects() - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Gets the current set of path effects applied to this painter.
getBaseColor() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets base color.
getBorderPaint() - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Gets the current Paint to use for stroking the shape (painting the outline).
getBorderPosition() - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
 
getBorderWidth() - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Gets the current border width.
getBrushColor() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property brushColor.
getBrushSteps() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property brushSteps.
getCenterColor() - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
 
getColorModel() - Method in class org.jdesktop.swingx.painter.PainterPaint.PainterPaintContext
getDarkPaint() - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Gets the current dark paint.
getDirection() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets current direction of spinning.
getEdgeColor() - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
Gets the current edge color.
getEffectWidth() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property effectWidth.
getFillPaint() - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Gets the current fill paint.
getFilters() - Method in class org.jdesktop.swingx.painter.AbstractPainter
A defensive copy of the Effects to apply to the results of the AbstractPainter's painting operation.
getFont() - Method in class org.jdesktop.swingx.painter.TextPainter
gets the font (and font size and style) to be used when drawing the text
getFrame() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets current frame.
getHighlightColor() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets highlight color.
getHorizontalAlignment() - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
Gets the current horizontalAlignment alignment.
getImage() - Method in class org.jdesktop.swingx.painter.ImagePainter
Gets the current image used for painting.
getImageScale() - Method in class org.jdesktop.swingx.painter.ImagePainter
Gets the current scaling factor used when drawing an image.
getInsets() - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
Gets the current whitespace insets.
getInterpolation() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Gets the current interpolation setting.
getLightPaint() - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
gets the current light paint
getOffset() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property offset.
getPaint() - Method in class org.jdesktop.swingx.painter.GlossPainter
Returns the paint currently used by the painter to fill the gloss.
getPaint() - Method in class org.jdesktop.swingx.painter.PinstripePainter
Get the current paint used for drawing the pinstripes
getPainter() - Method in class org.jdesktop.swingx.painter.PainterGlasspane
Deprecated.  
getPainters() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Gets the array of painters used by this CompoundPainter
getPoints() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets total amount of distinct points in spinner.
getPointShape() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets shape of current point.
getPortion() - Method in class org.jdesktop.swingx.painter.CapsulePainter
Deprecated. Returns the current portion property.
getPosition() - Method in class org.jdesktop.swingx.painter.GlossPainter
Returns the position at which the gloss is painted.
getRaster(int, int, int, int) - Method in class org.jdesktop.swingx.painter.PainterPaint.PainterPaintContext
getRoundHeight() - Method in class org.jdesktop.swingx.painter.RectanglePainter
gets the round height of the rectangle
getRoundWidth() - Method in class org.jdesktop.swingx.painter.RectanglePainter
gets the round width of the rectangle
getScaledDefaultPoint(int) - Static method in class org.jdesktop.swingx.painter.BusyPainter
 
getScaledDefaultTrajectory(int) - Static method in class org.jdesktop.swingx.painter.BusyPainter
 
getScaleType() - Method in class org.jdesktop.swingx.painter.ImagePainter
 
getShape() - Method in class org.jdesktop.swingx.painter.ShapePainter
Gets the current shape
getSpacing() - Method in class org.jdesktop.swingx.painter.PinstripePainter
Get the current spacing between the stripes
getSquareSize() - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Gets the current square length.
getStripeWidth() - Method in class org.jdesktop.swingx.painter.PinstripePainter
Gets the current width of the pinstripes
getStyle() - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Gets the current Style.
getText() - Method in class org.jdesktop.swingx.painter.TextPainter
gets the text currently used to draw
getTrailLength() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets length of trail in number of points.
getTrajectory() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets current trajectory.
getTransform() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Gets the current transform applied to all painters in this CompoundPainter.
getTransparency() - Method in class org.jdesktop.swingx.painter.PainterPaint
getVerticalAlignment() - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
gets the current verticalAlignment alignment
getXY(float, Point2D.Float, Point2D.Float, Point2D.Float) - Static method in class org.jdesktop.swingx.painter.BusyPainter
Calculates relative position of the point on the quad curve in time t<0,1>.
GlossPainter - Class in org.jdesktop.swingx.painter
A Painter implementation that simulates a gloss effect.
GlossPainter() - Constructor for class org.jdesktop.swingx.painter.GlossPainter
Creates a new gloss painter positioned at the top of the painted area with a 20% translucent white color.
GlossPainter(Paint) - Constructor for class org.jdesktop.swingx.painter.GlossPainter
Creates a new gloss painter positioned at the top of the painted area with the specified paint.
GlossPainter(GlossPainter.GlossPosition) - Constructor for class org.jdesktop.swingx.painter.GlossPainter
Creates a new gloss painter positioned at the specified position and using a white, 20% translucent paint.
GlossPainter(Paint, GlossPainter.GlossPosition) - Constructor for class org.jdesktop.swingx.painter.GlossPainter
Creates a new gloss painter positioned at the specified position and painted with the specified paint.
GlossPainter.GlossPosition - Enum in org.jdesktop.swingx.painter
Used to define the position of the gloss on the painted area.
GlowPathEffect - Class in org.jdesktop.swingx.painter.effects
An effect which draws a glow around the painter
GlowPathEffect() - Constructor for class org.jdesktop.swingx.painter.effects.GlowPathEffect
Creates a new instance of GlowPathEffect

I

ImagePainter - Class in org.jdesktop.swingx.painter
A Painter instance that paints an image.
ImagePainter() - Constructor for class org.jdesktop.swingx.painter.ImagePainter
Create a new ImagePainter.
ImagePainter(BufferedImage) - Constructor for class org.jdesktop.swingx.painter.ImagePainter
Create a new ImagePainter with the specified image and the Style Style.CENTERED
ImagePainter(BufferedImage, AbstractLayoutPainter.HorizontalAlignment, AbstractLayoutPainter.VerticalAlignment) - Constructor for class org.jdesktop.swingx.painter.ImagePainter
Create a new ImagePainter with the specified image and alignment.
ImagePainter.ScaleType - Enum in org.jdesktop.swingx.painter
 
init(Shape, Shape, Color, Color) - Method in class org.jdesktop.swingx.painter.BusyPainter
Initializes painter to provided shapes and default colors.
InnerGlowPathEffect - Class in org.jdesktop.swingx.painter.effects
An effect which draws a glow inside the painter's shape
InnerGlowPathEffect() - Constructor for class org.jdesktop.swingx.painter.effects.InnerGlowPathEffect
Creates a new instance of InnerGlowPathEffect
InnerShadowPathEffect - Class in org.jdesktop.swingx.painter.effects
An effect which draws a shadow inside the path painter.
InnerShadowPathEffect() - Constructor for class org.jdesktop.swingx.painter.effects.InnerShadowPathEffect
Creates a new instance of InnerShadowPathEffect
interpolateColor(float, Color, Color) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
 
isAntialiasing() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Returns if antialiasing is turned on or not.
isCacheable() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Gets whether this AbstractPainter can be cached as an image.
isCheckingDirtyChildPainters() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Used by CompoundPainter.isDirty() to check if the child Painters should be checked for their dirty flag as part of processing.
Default value is: true
This should be set to false if the cacheable state of the child Painters are different from each other.
isClipPreserved() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Indicates if the clip produced by any painter is left set once it finishes painting.
isDirty() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Ye olde dirty bit.
isDirty() - Method in class org.jdesktop.swingx.painter.CompoundPainter
This CompoundPainter is dirty if it, or (optionally) any of its children, are dirty.
isFillHorizontal() - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
indicates if the painter content is stretched horizontally
isFillVertical() - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
indicates if the painter content is stretched vertically
isHorizontalRepeat() - Method in class org.jdesktop.swingx.painter.ImagePainter
Indicates if the image will be repeated horizontally.
isPaintCentered() - Method in class org.jdesktop.swingx.painter.BusyPainter
Gets value of centering hint.
isPaintStretched() - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Indicates if the paint will be snapped.
isRenderInsideShape() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property renderInsideShape.
isRounded() - Method in class org.jdesktop.swingx.painter.RectanglePainter
Indicates if the rectangle is rounded
isScaleToFit() - Method in class org.jdesktop.swingx.painter.ImagePainter
 
isShapeMasked() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property shapeMasked.
isShouldFillShape() - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Getter for property shouldFillShape.
isVerticalRepeat() - Method in class org.jdesktop.swingx.painter.ImagePainter
Indicates if the image will be repeated vertically.
isVisible() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Gets the visible property.

M

MattePainter - Class in org.jdesktop.swingx.painter
A Painter implementation that uses a Paint to fill the entire background area.
MattePainter() - Constructor for class org.jdesktop.swingx.painter.MattePainter
Creates a new MattePainter with "null" as the paint used
MattePainter(Paint) - Constructor for class org.jdesktop.swingx.painter.MattePainter
Create a new MattePainter for the given Paint.
MattePainter(Paint, boolean) - Constructor for class org.jdesktop.swingx.painter.MattePainter
Create a new MattePainter for the given Paint.

N

NeonBorderEffect - Class in org.jdesktop.swingx.painter.effects
An effect which draws a multicolored border around a painter's shape.
NeonBorderEffect() - Constructor for class org.jdesktop.swingx.painter.effects.NeonBorderEffect
Create a new NeonBorderEffect
NeonBorderEffect(Color, Color, int) - Constructor for class org.jdesktop.swingx.painter.effects.NeonBorderEffect
Creates a new instance of NeonBorderEffect
NeonBorderEffect.BorderPosition - Enum in org.jdesktop.swingx.painter.effects
An enum representing the position of the border: inside, outside, or centered on the border.

O

org.jdesktop.swingx.painter - package org.jdesktop.swingx.painter
Contains classes and interfaces used by painter enabled components.
org.jdesktop.swingx.painter.effects - package org.jdesktop.swingx.painter.effects
Contains Predefined effects for painters.

P

paint(Graphics2D, T, int, int) - Method in class org.jdesktop.swingx.painter.AbstractPainter
 
paint(Graphics2D, T, int, int) - Method in interface org.jdesktop.swingx.painter.Painter
Renders to the given Graphics2D object.
paintBorderGlow(Graphics2D, Shape, int, int) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Paints the border glow
paintBorderGlow(Graphics2D, Shape, int, int) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
 
paintComponent(Graphics) - Method in class org.jdesktop.swingx.painter.PainterGlasspane
Deprecated.  
Painter<T> - Interface in org.jdesktop.swingx.painter
A painting delegate.
PainterGlasspane - Class in org.jdesktop.swingx.painter
Deprecated. (pre-1.6.3) no replacement
PainterGlasspane() - Constructor for class org.jdesktop.swingx.painter.PainterGlasspane
Deprecated. Creates a new instance of ValidationOverlay
PainterPaint<T> - Class in org.jdesktop.swingx.painter
 
PainterPaint(Painter<T>, T) - Constructor for class org.jdesktop.swingx.painter.PainterPaint
 
PainterPaint.PainterPaintContext<T> - Class in org.jdesktop.swingx.painter
 
PainterPaint.PainterPaintContext(Painter<T>, T) - Constructor for class org.jdesktop.swingx.painter.PainterPaint.PainterPaintContext
 
Painters - Class in org.jdesktop.swingx.painter
A collection of static painters.
PinstripePainter - Class in org.jdesktop.swingx.painter
A fun Painter that paints pinstripes.
PinstripePainter() - Constructor for class org.jdesktop.swingx.painter.PinstripePainter
Create a new PinstripePainter.
PinstripePainter(Paint) - Constructor for class org.jdesktop.swingx.painter.PinstripePainter
Create a new PinstripePainter using an angle of 45, 8 pixel spacing, and the given Paint.
PinstripePainter(Paint, double) - Constructor for class org.jdesktop.swingx.painter.PinstripePainter
Create a new PinstripePainter using the given angle, 8 pixel spacing, and the given Paint
PinstripePainter(double) - Constructor for class org.jdesktop.swingx.painter.PinstripePainter
Create a new PinstripePainter using the given angle, 8 pixel spacing, and the foreground color of the Component
PinstripePainter(Paint, double, double, double) - Constructor for class org.jdesktop.swingx.painter.PinstripePainter
Create a new PinstripePainter with the specified paint, angle, stripe width, and stripe spacing.
provideShape(Graphics2D, T, int, int) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Returns the outline shape of this painter.
provideShape(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.BusyPainter
Deprecated. (pre-1.6.3) unused; no replacement
provideShape(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.CapsulePainter
Deprecated. Returns the outline shape of this painter.
provideShape(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.ImagePainter
 
provideShape(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.MattePainter
Returns the outline shape of this painter.
provideShape(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.RectanglePainter
 
provideShape(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.ShapePainter
 
provideShape(Graphics2D, Object, int, int) - Method in class org.jdesktop.swingx.painter.TextPainter
Returns the outline shape of this painter.

R

RectanglePainter - Class in org.jdesktop.swingx.painter
A painter which paints square and rounded rectangles
RectanglePainter() - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
Creates a new instance of RectanglePainter
RectanglePainter(int, int, int, int) - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
 
RectanglePainter(int, int, int, int, int, int) - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
 
RectanglePainter(int, int, int, int, int, int, boolean, Paint, float, Paint) - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
 
RectanglePainter(Color, Color) - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
 
RectanglePainter(Paint, Paint, float, AbstractAreaPainter.Style) - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
 
RectanglePainter(int, int, int, Paint) - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
 
RectanglePainter(Insets, int, int, int, int, boolean, Paint, float, Paint) - Constructor for class org.jdesktop.swingx.painter.RectanglePainter
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Removes a PropertyChangeListener from the listener list.
removeTarget(JComponent) - Method in class org.jdesktop.swingx.painter.PainterGlasspane
Deprecated.  

S

setAlpha(float) - Method in class org.jdesktop.swingx.painter.AlphaPainter
Sets the current alpha value for this painter.
setAngle(double) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Sets the angle, in degrees, at which to paint the pinstripes.
setAntialiasing(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the antialiasing setting.
setAreaEffects(AreaEffect...) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Sets the path effects to be drawn on this painter.
setBaseColor(Color) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets new base color.
setBorderPaint(Paint) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
The Paint to use for stroking the shape (painting the outline).
setBorderPosition(NeonBorderEffect.BorderPosition) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
 
setBorderWidth(float) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Sets the border width to use for painting.
setBrushColor(Color) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Setter for property brushColor.
setBrushSteps(int) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Setter for property brushSteps.
setCacheable(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets whether this AbstractPainter can be cached as an image.
setCenterColor(Color) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
 
setCheckingDirtyChildPainters(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Set the flag used by CompoundPainter.isDirty() to check if the child Painters should be checked for their dirty flag as part of processing.
setClipPreserved(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Sets if the clip should be preserved.
setDarkPaint(Paint) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Specifies the paint to use for dark tiles.
setDirection(BusyPainter.Direction) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets new spinning direction.
setDirty(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the dirty bit.
setDirty(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Sets the dirty bit.
setEdgeColor(Color) - Method in class org.jdesktop.swingx.painter.effects.NeonBorderEffect
Set the edge color
setEffectWidth(int) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Setter for property effectWidth.
setFillHorizontal(boolean) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
Sets if the content should be stretched horizontally to fill all available horizontalAlignment space (minus the left and right insets).
setFillPaint(Paint) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Sets the Paint to use.
setFillVertical(boolean) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
Sets if the content should be stretched vertically to fill all available verticalAlignment space (minus the top and bottom insets).
setFilters(BufferedImageOp...) - Method in class org.jdesktop.swingx.painter.AbstractPainter
A convenience method for specifying the filters to use based on BufferedImageOps.
setFont(Font) - Method in class org.jdesktop.swingx.painter.TextPainter
Set the font (and font size and style) to be used when drawing the text
setFrame(int) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets current frame.
setHighlightColor(Color) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets new highlight color.
setHorizontalAlignment(AbstractLayoutPainter.HorizontalAlignment) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
Sets a new horizontalAlignment alignment.
setHorizontalRepeat(boolean) - Method in class org.jdesktop.swingx.painter.ImagePainter
Sets if the image should be repeated horizontally.
setImage(BufferedImage) - Method in class org.jdesktop.swingx.painter.ImagePainter
Sets the image to paint with.
setImageScale(double) - Method in class org.jdesktop.swingx.painter.ImagePainter
Sets the scaling factor used when drawing the image
setInsets(Insets) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
Sets the current whitespace insets.
setInterpolation(AbstractPainter.Interpolation) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets a new value for the interpolation setting.
setLightPaint(Paint) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Specifies the paint to use for light tiles.
setOffset(Point2D) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Setter for property offset.
setPaint(Paint) - Method in class org.jdesktop.swingx.painter.GlossPainter
Changes the paint to be used to fill the gloss.
setPaint(Paint) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Set the paint to use for drawing the pinstripes
setPaintCentered(boolean) - Method in class org.jdesktop.swingx.painter.BusyPainter
Centers shape in the area covered by the painter.
setPainter(Painter) - Method in class org.jdesktop.swingx.painter.PainterGlasspane
Deprecated.  
setPainters(Painter...) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Sets the array of Painters to use.
setPaintStretched(boolean) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
Specifies whether this Painter should attempt to resize the Paint to fit the area being painted.
setPoints(int) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets total amount of points in spinner.
setPointShape(Shape) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets new point shape.
setPortion(CapsulePainter.Portion) - Method in class org.jdesktop.swingx.painter.CapsulePainter
Deprecated. Sets the current portion property.
setPosition(GlossPainter.GlossPosition) - Method in class org.jdesktop.swingx.painter.GlossPainter
Changes the position of the gloss in the painted area.
setRenderInsideShape(boolean) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Setter for property renderInsideShape.
setRounded(boolean) - Method in class org.jdesktop.swingx.painter.RectanglePainter
sets if the rectangle should be rounded
setRoundHeight(int) - Method in class org.jdesktop.swingx.painter.RectanglePainter
sets the round height of the rectangle
setRoundWidth(int) - Method in class org.jdesktop.swingx.painter.RectanglePainter
sets the round width of the rectangle
setScaleToFit(boolean) - Method in class org.jdesktop.swingx.painter.ImagePainter
 
setScaleType(ImagePainter.ScaleType) - Method in class org.jdesktop.swingx.painter.ImagePainter
 
setShape(Shape) - Method in class org.jdesktop.swingx.painter.ShapePainter
Sets the shape to fillPaint.
setShapeMasked(boolean) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Setter for property shapeMasked.
setShouldFillShape(boolean) - Method in class org.jdesktop.swingx.painter.effects.AbstractAreaEffect
Setter for property shouldFillShape.
setSpacing(double) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Sets the spacing between pinstripes
setSquareSize(double) - Method in class org.jdesktop.swingx.painter.CheckerboardPainter
Specifies the squareSize of the squares.
setStripeWidth(double) - Method in class org.jdesktop.swingx.painter.PinstripePainter
Set the width of the pinstripes
setStyle(AbstractAreaPainter.Style) - Method in class org.jdesktop.swingx.painter.AbstractAreaPainter
The shape can be filled or simply stroked (outlined), or both or none.
setText(String) - Method in class org.jdesktop.swingx.painter.TextPainter
Sets the text to draw
setTrailLength(int) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets length of the trail in points.
setTrajectory(Shape) - Method in class org.jdesktop.swingx.painter.BusyPainter
Sets new trajectory.
setTransform(AffineTransform) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Set a transform to be applied to all painters contained in this CompoundPainter
setVerticalAlignment(AbstractLayoutPainter.VerticalAlignment) - Method in class org.jdesktop.swingx.painter.AbstractLayoutPainter
Sets a new verticalAlignment alignment.
setVerticalRepeat(boolean) - Method in class org.jdesktop.swingx.painter.ImagePainter
Sets if the image should be repeated vertically.
setVisible(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Sets the visible property.
ShadowPathEffect - Class in org.jdesktop.swingx.painter.effects
An effect which draws a shadow around the the painter's shape.
ShadowPathEffect() - Constructor for class org.jdesktop.swingx.painter.effects.ShadowPathEffect
Creates a new instance of ShadowPathEffect
ShapePainter - Class in org.jdesktop.swingx.painter
A Painter that paints java.awt.Shapes.
ShapePainter() - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter
ShapePainter(Shape) - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter with the specified shape.
ShapePainter(Shape, Paint) - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter with the specified shape and fillPaint.
ShapePainter(Shape, Paint, AbstractAreaPainter.Style) - Constructor for class org.jdesktop.swingx.painter.ShapePainter
Create a new ShapePainter with the specified shape and fillPaint.
shouldUseCache() - Method in class org.jdesktop.swingx.painter.AbstractPainter
Returns true if the painter should use caching.
shouldUseCache() - Method in class org.jdesktop.swingx.painter.CompoundPainter
Returns true if the painter should use caching.

T

TextPainter - Class in org.jdesktop.swingx.painter
A painter which draws text.
TextPainter() - Constructor for class org.jdesktop.swingx.painter.TextPainter
Creates a new instance of TextPainter
TextPainter(String) - Constructor for class org.jdesktop.swingx.painter.TextPainter
Create a new TextPainter which will paint the specified text
TextPainter(String, Font) - Constructor for class org.jdesktop.swingx.painter.TextPainter
Create a new TextPainter which will paint the specified text with the specified font.
TextPainter(String, Paint) - Constructor for class org.jdesktop.swingx.painter.TextPainter
Create a new TextPainter which will paint the specified text with the specified paint.
TextPainter(String, Font, Paint) - Constructor for class org.jdesktop.swingx.painter.TextPainter
Create a new TextPainter which will paint the specified text with the specified font and paint.

V

validate(T) - Method in class org.jdesktop.swingx.painter.AbstractPainter
Called to allow Painter subclasses a chance to see if any state in the given object has changed from the last paint operation.
validate(T) - Method in class org.jdesktop.swingx.painter.CompoundPainter
Iterates over all child Painters and gives them a chance to validate themselves.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.AbstractAreaPainter.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.AbstractLayoutPainter.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.AbstractLayoutPainter.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.AbstractPainter.Interpolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.BusyPainter.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.CapsulePainter.Portion
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.effects.NeonBorderEffect.BorderPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.GlossPainter.GlossPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jdesktop.swingx.painter.ImagePainter.ScaleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jdesktop.swingx.painter.AbstractAreaPainter.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.AbstractLayoutPainter.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.AbstractLayoutPainter.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.AbstractPainter.Interpolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.BusyPainter.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.CapsulePainter.Portion
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.effects.NeonBorderEffect.BorderPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.GlossPainter.GlossPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jdesktop.swingx.painter.ImagePainter.ScaleType
Returns an array containing the constants of this enum type, in the order they are declared.

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

Copyright © 2012. All Rights Reserved.