Copyright 2011-09-18 Werner Randelshofer
A B C D E F G H I J M N O P Q R S T U W X Y

A

AbstractPipe - Class in ch.randelshofer.awt.graphics
AbstractPipe is used as an abstract super class for Pipes with basic capabilities.
AbstractPipe(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.AbstractPipe
Creates a new instance.
addRenderingHints(Map) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
addRenderingHints(Map) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
addRenderingHints(Map) - Method in class ch.randelshofer.awt.graphics.Pipe
 
alpha - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
Precomputed values to speed up alpha compositing.
alpha - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
Precomputed values to speed up alpha compositing.
alpha - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
Precomputed values to speed up alpha compositing.
arrayfill(int[], int, int, int) - Static method in class ch.randelshofer.awt.graphics.AbstractPipe
A faster array fill implementation than the one found in java.util.Arrays.
arrayfill(int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 

B

background - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
The background color used for clearRect.
blend(int, int) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
Blends an individual pixel at the specified coordinate with the specified alpha transparency.
blend(int, int) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
Blends an individual pixel at the specified coordinate with the specified alpha transparency.
blend(int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
Blends an individual pixel at the specified coordinate with the specified alpha transparency.
blendHClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
blueBits - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
blueBits - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
blueBits - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
BorderedOvalPainter - Class in test
SmallFilledAndOutlinedOvalsTest.
BorderedOvalPainter() - Constructor for class test.BorderedOvalPainter
 
buildActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
buildActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
buildActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
buildActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
buildActiveList(int, PerfGraphics.Edge) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
buildActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
buildEdgeListHorizontal(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
buildEdgeListHorizontal(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
buildEdgeListHorizontal(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
buildEdgeListHorizontal(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
buildEdgeListHorizontal(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
buildEdgeListHorizontal(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
buildEdgeListVertical(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
buildEdgeListVertical(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
buildEdgeListVertical(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
buildEdgeListVertical(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
buildEdgeListVertical(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
buildEdgeListVertical(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 

C

ch.randelshofer.awt.graphics - package ch.randelshofer.awt.graphics
 
ch.randelshofer.util - package ch.randelshofer.util
 
clearRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
clearRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
clearRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
ClearRectPainter - Class in test
ClearRectPainter.
ClearRectPainter() - Constructor for class test.ClearRectPainter
 
clip(Shape) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
clip(Shape) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
clip(Shape) - Method in class ch.randelshofer.awt.graphics.Pipe
 
clipRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
clipRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
clipRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Intersects the current clip with the specified rectangle.
clipRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
clipRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
clipTest(int, float) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
LiangBarsky clip test.
clipTest(float, float) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
LiangBarsky clip test.
clone() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Creates a clone of this PerfGraphics object.
color - Variable in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
The current drawing color.
color - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
Current drawing color.
color - Variable in class ch.randelshofer.awt.graphics.OpaquePipe
The current drawing color.
color - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
Current drawing color.
colorBar - Variable in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
ColorBar is used to speed up scan fill operations.
colorBar - Variable in class ch.randelshofer.awt.graphics.OpaquePipe
ColorBar is used to speed up scan fill operations.
CONCURRENT - Static variable in class test.GraphicsPerformancePanel
 
ConcurrentOpaquePipe - Class in ch.randelshofer.awt.graphics
Renders non-antialiased, opaque drawing primitives with pixel accuracy.
ConcurrentOpaquePipe(BufferedImage, Dispatcher) - Constructor for class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
Creates a new instance.
ConcurrentTranslucentPipe - Class in ch.randelshofer.awt.graphics
Renders non-antialiased, translucent drawing primitives with pixel accuracy.
ConcurrentTranslucentPipe(BufferedImage, Dispatcher) - Constructor for class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
Creates a new instance.
construct() - Method in class test.SwingWorker
Compute the value to be returned by the get method.
copyArea(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
copyArea(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Copies an area of the component by a distance specified by dx and dy.
copyArea(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
copyArea(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
create() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
create() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Creates a new Graphics object that is a copy of this Graphics object.
create() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
create() - Method in class ch.randelshofer.awt.graphics.Pipe
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class ch.randelshofer.awt.graphics.PerfGradientPaint
 
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class ch.randelshofer.awt.graphics.PerfTexturePaint
 
createGraphics() - Method in class ch.randelshofer.awt.graphics.PerfBufferedImage
 
createGraphics() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentBufferedImage
 
createImage(int, int) - Method in class test.DrawGlyphVectorTexturePainter
 
createImage(int, int) - Method in class test.DrawImagePainter
 
cx1 - Variable in class ch.randelshofer.awt.graphics.Pipe
Clip rectangle.
cx2 - Variable in class ch.randelshofer.awt.graphics.Pipe
Clip rectangle.
cy1 - Variable in class ch.randelshofer.awt.graphics.Pipe
Clip rectangle.
cy2 - Variable in class ch.randelshofer.awt.graphics.Pipe
Clip rectangle.

D

deleteAfter(Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
deleteAfter(Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
deleteAfter(Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
deleteAfter(Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
deleteAfter(PerfGraphics.Edge) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
deleteAfter(Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
dispatch(Runnable) - Method in interface ch.randelshofer.util.Dispatcher
Enqueues the Runnable object, and executes it on a processor thread.
dispatch(Runnable) - Method in class ch.randelshofer.util.FixedConcurrentDispatcher
Enqueues the Runnable object, and executes it on a processor thread.
dispatch(Runnable) - Method in class ch.randelshofer.util.FixedSpawningConcurrentDispatcher
Enqueues the Runnable object, and executes it on a processor thread.
dispatcher - Variable in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
Dispatcher for Runnable objects.
dispatcher - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
Dispatcher for Runnable objects.
dispatcher - Variable in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
Dispatcher - Interface in ch.randelshofer.util
Dispatcher.
dispose() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
dispose() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
dispose() - Method in class ch.randelshofer.awt.graphics.PerfTexturePaintContext
Release the resources allocated for the operation.
dispose() - Method in class ch.randelshofer.awt.graphics.Pipe
 
dPerScan - Variable in class ch.randelshofer.awt.graphics.PerfGraphics.Edge
Delta-x per scan on y-axis for horizontal scan fill algorithm.
draw(Shape) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.Pipe
 
draw(Shape) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
drawArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawDigital(Shape) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
DrawGeneralPathPainter - Class in test
DrawGeneralPathPainter.
DrawGeneralPathPainter() - Constructor for class test.DrawGeneralPathPainter
 
DrawGeneralPathSmallPainter - Class in test
DrawSmallGeneralPathPainter.
DrawGeneralPathSmallPainter() - Constructor for class test.DrawGeneralPathSmallPainter
 
drawGlyphVector(GlyphVector, float, float) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
drawGlyphVector(GlyphVector, float, float) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
drawGlyphVector(GlyphVector, float, float) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawGlyphVector(GlyphVector, float, float) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawGlyphVector(GlyphVector, float, float) - Method in class ch.randelshofer.awt.graphics.Pipe
 
DrawGlyphVectorTexturePainter - Class in test
DrawGlyphVectorTexturePainter.
DrawGlyphVectorTexturePainter() - Constructor for class test.DrawGlyphVectorTexturePainter
Creates a new instance.
drawImage(Image, AffineTransform, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawImage(Image, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class ch.randelshofer.awt.graphics.Pipe
 
DrawImagePainter - Class in test
DrawGlyphVectorTexturePainter.
DrawImagePainter() - Constructor for class test.DrawImagePainter
Creates a new instance.
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
drawLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
DrawLineAlphaColorPainter - Class in test
DrawLineAlphaColorPainter.
DrawLineAlphaColorPainter() - Constructor for class test.DrawLineAlphaColorPainter
 
DrawLineAlphaCompositePainter - Class in test
DrawLineAlphaCompositePainter.
DrawLineAlphaCompositePainter() - Constructor for class test.DrawLineAlphaCompositePainter
 
DrawLineAntialiasPainter - Class in test
DrawLineAntialiasPainter.
DrawLineAntialiasPainter() - Constructor for class test.DrawLineAntialiasPainter
 
DrawLineBlackPainter - Class in test
DrawMonochromeLinePainter.
DrawLineBlackPainter() - Constructor for class test.DrawLineBlackPainter
 
DrawLinePainter - Class in test
DrawLinePainter.
DrawLinePainter() - Constructor for class test.DrawLinePainter
 
DrawLineShortBlackPainter - Class in test
DrawShortMonochromeLinePainter.
DrawLineShortBlackPainter() - Constructor for class test.DrawLineShortBlackPainter
 
DrawLineShortPainter - Class in test
DrawShortLinePainter.
DrawLineShortPainter() - Constructor for class test.DrawLineShortPainter
 
DrawLineVHPainter - Class in test
DrawVHLinePainter.
DrawLineVHPainter() - Constructor for class test.DrawLineVHPainter
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
DrawOvalAlphaPainter - Class in test
DrawOvalAlphaPainter.
DrawOvalAlphaPainter() - Constructor for class test.DrawOvalAlphaPainter
 
DrawOvalPainter - Class in test
DrawLinePainter.
DrawOvalPainter() - Constructor for class test.DrawOvalPainter
 
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
FIXME - Must use drawLineSegment for all line segments except for the last one in order to prevent pixels at line joints from overlapping!
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
FIXME - Must use drawLineSegment for all line segments except for the last one in order to prevent pixels at line joints from overlapping!
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
FIXME - Must use drawLineSegment for all line segments except for the last one in order to prevent pixels at line joints from overlapping!
DrawPolygonPainter - Class in test
DrawPolygonPainter.
DrawPolygonPainter() - Constructor for class test.DrawPolygonPainter
 
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
FIXME - Must use drawLineSegment for all line segments except for the last one in order to prevent pixels at line joints from overlapping!
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
FIXME - Must use drawLineSegment for all line segments except for the last one in order to prevent pixels at line joints from overlapping!
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawPolyline(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
FIXME - Must use drawLineSegment for all line segments except for the last one in order to prevent pixels at line joints from overlapping!
DrawPolylinePainter - Class in test
DrawPolygonPainter.
DrawPolylinePainter() - Constructor for class test.DrawPolylinePainter
 
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Draws the outline of the specified rectangle.
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
DrawRectPainter - Class in test
DrawRectPainter.
DrawRectPainter() - Constructor for class test.DrawRectPainter
 
DrawRectSmallPainter - Class in test
DrawSmallRectPainter.
DrawRectSmallPainter() - Constructor for class test.DrawRectSmallPainter
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawString(AttributedCharacterIterator, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawString(String, float, float) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawString(String, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
drawString(String, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawString(String, float, float) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawString(String, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawString(String, float, float) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawString(String, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
drawString(AttributedCharacterIterator, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
DrawStringPainter - Class in test
DrawStringPainter.
DrawStringPainter() - Constructor for class test.DrawStringPainter
 
DrawWithSpecialStroke - Class in test
DrawWithSpecialStroke.
DrawWithSpecialStroke() - Constructor for class test.DrawWithSpecialStroke
Creates a new instance.
drawWithSubpixelAccuracy(Shape) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
dx - Variable in class ch.randelshofer.awt.graphics.EllipseBresenhamInterpolator
Current dx value.
dy - Variable in class ch.randelshofer.awt.graphics.EllipseBresenhamInterpolator
Current m_dy value.

E

edges - Variable in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
Is filled with a list of edges for each scan line.
edges - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
Is filled with a list of edges for each scan line.
edges - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
Is filled with a list of edges for each scan line.
edges - Variable in class ch.randelshofer.awt.graphics.OpaquePipe
Is filled with a list of edges for each scan line.
edges - Variable in class ch.randelshofer.awt.graphics.PerfGraphics
Is filled with a list of edges for each scan line.
edges - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
Is filled with a list of edges for each scan line.
EllipseBresenhamInterpolator - Class in ch.randelshofer.awt.graphics
Simple Bresenham interpolator for ellipses.
EllipseBresenhamInterpolator(int, int) - Constructor for class ch.randelshofer.awt.graphics.EllipseBresenhamInterpolator
Creates a new instance.
enqueue(Runnable) - Method in class ch.randelshofer.util.FixedConcurrentDispatcher
Enqueues the Runnable object but does not grant that it is being executed.

F

fill(Shape) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.Pipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
fill(Shape) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
fillArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
fillArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Fills a circular or elliptical arc covering the specified rectangle.
fillArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
fillArc(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
FillGeneralPathAlphaPainter - Class in test
FillGeneralPathAlphaPainter.
FillGeneralPathAlphaPainter() - Constructor for class test.FillGeneralPathAlphaPainter
 
FillGeneralPathPainter - Class in test
FillGeneralPathPainter.
FillGeneralPathPainter() - Constructor for class test.FillGeneralPathPainter
 
FillGeneralPathSmallPainter - Class in test
FillSmallGeneralPathPainter.
FillGeneralPathSmallPainter() - Constructor for class test.FillGeneralPathSmallPainter
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
fillOval(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
FillOvalAlphaPainter - Class in test
FillOvalAlphaPainter.
FillOvalAlphaPainter() - Constructor for class test.FillOvalAlphaPainter
 
FillOvalAntialiasPainter - Class in test
FillOvalAntialiasPainter.
FillOvalAntialiasPainter() - Constructor for class test.FillOvalAntialiasPainter
 
FillOvalPainter - Class in test
FillOvalPainter.
FillOvalPainter() - Constructor for class test.FillOvalPainter
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
fillPolygon(int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
FillPolygonAlphaAntialiasPainter - Class in test
FillPolygonPainter.
FillPolygonAlphaAntialiasPainter() - Constructor for class test.FillPolygonAlphaAntialiasPainter
 
FillPolygonAntialiasPainter - Class in test
FillPolygonPainter.
FillPolygonAntialiasPainter() - Constructor for class test.FillPolygonAntialiasPainter
 
FillPolygonPainter - Class in test
FillPolygonPainter.
FillPolygonPainter() - Constructor for class test.FillPolygonPainter
 
FillPolygonSmallPainter - Class in test
FillPolygonPainter.
FillPolygonSmallPainter() - Constructor for class test.FillPolygonSmallPainter
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
fillRect(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
FillRectAlphaPainter - Class in test
FillRectAlphaPainter.
FillRectAlphaPainter() - Constructor for class test.FillRectAlphaPainter
 
FillRectGradientCyclicPainter - Class in test
FillRectGradientPainter.
FillRectGradientCyclicPainter() - Constructor for class test.FillRectGradientCyclicPainter
 
FillRectGradientPainter - Class in test
FillRectGradientPainter.
FillRectGradientPainter() - Constructor for class test.FillRectGradientPainter
 
FillRectHGradientPainter - Class in test
FillRectGradientPainter.
FillRectHGradientPainter() - Constructor for class test.FillRectHGradientPainter
 
FillRectHGradientXPainter - Class in test
FillRectGradientPainter.
FillRectHGradientXPainter() - Constructor for class test.FillRectHGradientXPainter
 
FillRectPainter - Class in test
FillRectPainter.
FillRectPainter() - Constructor for class test.FillRectPainter
 
FillRectSmallPainter - Class in test
FillSmallRectPainter.
FillRectSmallPainter() - Constructor for class test.FillRectSmallPainter
 
FillRectTexturePainter - Class in test
FillRectGradientPainter.
FillRectTexturePainter() - Constructor for class test.FillRectTexturePainter
 
FillRectTextureXPainter - Class in test
FillRectGradientPainter.
FillRectTextureXPainter() - Constructor for class test.FillRectTextureXPainter
 
FillRectVGradientCyclicPainter - Class in test
FillRectVGradientPainter.
FillRectVGradientCyclicPainter() - Constructor for class test.FillRectVGradientCyclicPainter
 
FillRectVGradientPainter - Class in test
FillRectVGradientPainter.
FillRectVGradientPainter() - Constructor for class test.FillRectVGradientPainter
 
FillRectVGradientXPainter - Class in test
FillRectVGradientPainter.
FillRectVGradientXPainter() - Constructor for class test.FillRectVGradientXPainter
 
FillRectVHPainter - Class in test
FillVHRectPainter.
FillRectVHPainter() - Constructor for class test.FillRectVHPainter
 
fillRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
fillRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
fillRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
fillRoundRect(int, int, int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
fillScanHorizontal(int, PerfGraphics.Edge) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
fillScanVertical(int, PerfGraphics.Edge) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
finished() - Method in class test.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
FixedConcurrentDispatcher - Class in ch.randelshofer.util
A concurrentDispatcher with a fixed number of prealocated threads.
FixedConcurrentDispatcher() - Constructor for class ch.randelshofer.util.FixedConcurrentDispatcher
Creates a new FixedConcurrentDispatcher and sets the priority of the processor thread to java.lang.Thread.NORM_PRIORITY and with the available number of processors in the thread pool.
FixedConcurrentDispatcher(int, int) - Constructor for class ch.randelshofer.util.FixedConcurrentDispatcher
Creates a new FixedConcurrentDispatcher.
FixedSpawningConcurrentDispatcher - Class in ch.randelshofer.util
A Dispatcher with a fixed number of prealocated threads and a fixed sized queue.
FixedSpawningConcurrentDispatcher() - Constructor for class ch.randelshofer.util.FixedSpawningConcurrentDispatcher
Creates a new FixedConcurrentDispatcher and sets the priority of the processor thread to java.lang.Thread.NORM_PRIORITY and with the available number of processors in the thread pool.
FixedSpawningConcurrentDispatcher(int, int) - Constructor for class ch.randelshofer.util.FixedSpawningConcurrentDispatcher
Creates a new FixedConcurrentDispatcher.
flatness - Static variable in class ch.randelshofer.awt.graphics.AbstractPipe
Flatness is used for flattening general paths.
flush() - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
flush() - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
flush() - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
flush() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
flush() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
flush() - Method in class ch.randelshofer.awt.graphics.Pipe
Flushes all pending graphics operations of the rendering pipe into its underlying image.
flush() - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 

G

get() - Method in class test.SwingWorker
Return the value created by the construct method.
getBackground() - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
getBackground() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getBackground() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getBackground() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getClip() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getClip() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
getClip() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getClip() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getClipBounds() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getClipBounds() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
getClipBounds() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getClipBounds() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getColor() - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
getColor() - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
getColor() - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
getColor() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getColor() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Gets this graphics context's current color.
getColor() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getColor() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getColor() - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
getColorModel() - Method in class ch.randelshofer.awt.graphics.PerfTexturePaintContext
 
getComposite() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getComposite() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getComposite() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getDeviceConfiguration() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getDeviceConfiguration() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getDeviceConfiguration() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getFont() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getFont() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Gets the current font.
getFont() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getFont() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getFontMetrics(Font) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getFontMetrics(Font) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getFontMetrics(Font) - Method in class ch.randelshofer.awt.graphics.Pipe
 
getFontRenderContext() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getFontRenderContext() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getFontRenderContext() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getFPS() - Method in class test.GraphicsPerformancePanel
 
getGraphics() - Method in class ch.randelshofer.awt.graphics.PerfBufferedImage
 
getGraphics() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentBufferedImage
 
getHeight() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Returns the total height of the graphics object.
getImage() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Gets the underlying image object.
getPaint() - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
getPaint() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getPaint() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getPaint() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getRaster(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfTexturePaintContext
 
getRenderer() - Method in class test.GraphicsPerformancePanel
 
getRenderingHint(RenderingHints.Key) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getRenderingHint(RenderingHints.Key) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getRenderingHint(RenderingHints.Key) - Method in class ch.randelshofer.awt.graphics.Pipe
 
getRenderingHints() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getRenderingHints() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getRenderingHints() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getStroke() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getStroke() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getStroke() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getTransform() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
getTransform() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
getTransform() - Method in class ch.randelshofer.awt.graphics.Pipe
 
getType() - Method in class test.GraphicsPerformancePanel
 
getValue() - Method in class test.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getWidth() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Returns the total width of the graphics object.
gh - Variable in class ch.randelshofer.awt.graphics.Pipe
The total height of the graphics area.
GraphicsPerformanceApplet - Class in test
GraphicsPerformanceApplet.
GraphicsPerformanceApplet() - Constructor for class test.GraphicsPerformanceApplet
 
GraphicsPerformancePanel - Class in test
GraphicsPerformancePanel.
GraphicsPerformancePanel() - Constructor for class test.GraphicsPerformancePanel
Creates a new instance.
greenBits - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
greenBits - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
greenBits - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
gw - Variable in class ch.randelshofer.awt.graphics.Pipe
The total width of the graphics area.

H

hasNext() - Method in class ch.randelshofer.awt.graphics.EllipseBresenhamInterpolator
 
hit(Rectangle, Shape, boolean) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
hit(Rectangle, Shape, boolean) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
hit(Rectangle, Shape, boolean) - Method in class ch.randelshofer.awt.graphics.Pipe
 

I

init() - Method in class test.GraphicsPerformanceApplet
Initializes the applet GraphicsPerformanceApplet
insertEdge(Edge, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
Inserts edge into list in order of increasing edge.intersect
insertEdge(Edge, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
Inserts edge into list in order of increasing edge.intersect
insertEdge(Edge, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
Inserts edge into list in order of increasing edge.intersect
insertEdge(Edge, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
Inserts edge into list in order of increasing edge.intersect
insertEdge(PerfGraphics.Edge, PerfGraphics.Edge) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Inserts edge into list in order of increasing edge.intersect
insertEdge(Edge, Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
Inserts edge into list in order of increasing edge.intersect
interrupt() - Method in class test.SwingWorker
A new method that interrupts the worker thread.
intersect - Variable in class ch.randelshofer.awt.graphics.PerfGraphics.Edge
Intersection on x-axis for horizontal scan fill algorithm.
isAccelerated() - Method in class test.GraphicsPerformancePanel
 
isDefault() - Method in class test.BorderedOvalPainter
 
isDefault() - Method in class test.ClearRectPainter
 
isDefault() - Method in class test.DrawGeneralPathPainter
 
isDefault() - Method in class test.DrawGeneralPathSmallPainter
 
isDefault() - Method in class test.DrawGlyphVectorTexturePainter
 
isDefault() - Method in class test.DrawImagePainter
 
isDefault() - Method in class test.DrawLineAlphaColorPainter
 
isDefault() - Method in class test.DrawLineAlphaCompositePainter
 
isDefault() - Method in class test.DrawLineAntialiasPainter
 
isDefault() - Method in class test.DrawLineBlackPainter
 
isDefault() - Method in class test.DrawLinePainter
 
isDefault() - Method in class test.DrawLineShortBlackPainter
 
isDefault() - Method in class test.DrawLineShortPainter
 
isDefault() - Method in class test.DrawLineVHPainter
 
isDefault() - Method in class test.DrawOvalAlphaPainter
 
isDefault() - Method in class test.DrawOvalPainter
 
isDefault() - Method in class test.DrawPolygonPainter
 
isDefault() - Method in class test.DrawPolylinePainter
 
isDefault() - Method in class test.DrawRectPainter
 
isDefault() - Method in class test.DrawRectSmallPainter
 
isDefault() - Method in class test.DrawStringPainter
 
isDefault() - Method in class test.FillGeneralPathAlphaPainter
 
isDefault() - Method in class test.FillGeneralPathPainter
 
isDefault() - Method in class test.FillGeneralPathSmallPainter
 
isDefault() - Method in class test.FillOvalAlphaPainter
 
isDefault() - Method in class test.FillOvalAntialiasPainter
 
isDefault() - Method in class test.FillOvalPainter
 
isDefault() - Method in class test.FillPolygonAlphaAntialiasPainter
 
isDefault() - Method in class test.FillPolygonAntialiasPainter
 
isDefault() - Method in class test.FillPolygonPainter
 
isDefault() - Method in class test.FillPolygonSmallPainter
 
isDefault() - Method in class test.FillRectAlphaPainter
 
isDefault() - Method in class test.FillRectGradientCyclicPainter
 
isDefault() - Method in class test.FillRectGradientPainter
 
isDefault() - Method in class test.FillRectHGradientPainter
 
isDefault() - Method in class test.FillRectHGradientXPainter
 
isDefault() - Method in class test.FillRectPainter
 
isDefault() - Method in class test.FillRectSmallPainter
 
isDefault() - Method in class test.FillRectTexturePainter
 
isDefault() - Method in class test.FillRectTextureXPainter
 
isDefault() - Method in class test.FillRectVGradientCyclicPainter
 
isDefault() - Method in class test.FillRectVGradientPainter
 
isDefault() - Method in class test.FillRectVGradientXPainter
 
isDefault() - Method in class test.FillRectVHPainter
 
isDefault() - Method in class test.NothingPainter
 
isDefault() - Method in interface test.Painter
 
isDefault() - Method in class test.QualityAAFillPainter
 
isDefault() - Method in class test.QualityAAGlyphPolygonPainter
 
isDefault() - Method in class test.SeanLukeAntialiasPainter
 
isDefault() - Method in class test.SeanLukePainter
 
isDefault() - Method in class test.SpecialStrokePainter
 
isDefault() - Method in class test.TestPainter
 
isDefault() - Method in class test.WeirdoMPFillGeneralPathPainter
 

J

JAVA2D - Static variable in class test.GraphicsPerformancePanel
 
join() - Method in interface ch.randelshofer.util.Dispatcher
Joins all workers of the dispatcher.
join() - Method in class ch.randelshofer.util.FixedConcurrentDispatcher
Joins all workers of the dispatcher.
join() - Method in class ch.randelshofer.util.FixedSpawningConcurrentDispatcher
Joins all workers of the dispatcher.

M

m_dx - Variable in class ch.randelshofer.awt.graphics.EllipseBresenhamInterpolator
 
m_dy - Variable in class ch.randelshofer.awt.graphics.EllipseBresenhamInterpolator
 
main(String[]) - Static method in class test.DrawWithSpecialStroke
 
main(String[]) - Static method in class test.GraphicsPerformanceApplet
 
makeEdgeRecHorizontal(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
makeEdgeRecHorizontal(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
makeEdgeRecHorizontal(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
makeEdgeRecHorizontal(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
makeEdgeRecHorizontal(int, int, int, PerfGraphics.Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
makeEdgeRecHorizontal(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
makeEdgeRecVertical(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
makeEdgeRecVertical(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
makeEdgeRecVertical(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
makeEdgeRecVertical(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
makeEdgeRecVertical(int, int, int, PerfGraphics.Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
makeEdgeRecVertical(int, int, int, Edge, int[], int[]) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
mis - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
The buffered image which holds the pixel data.

N

newPixels() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Updates the underlying image object with new pixels.
next() - Method in class ch.randelshofer.awt.graphics.EllipseBresenhamInterpolator
 
next - Variable in class ch.randelshofer.awt.graphics.PerfGraphics.Edge
 
NothingPainter - Class in test
NothingPainter.
NothingPainter() - Constructor for class test.NothingPainter
Creates a new instance.

O

oneMinusAlpha - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
Precomputed values to speed up alpha compositing.
oneMinusAlpha - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
oneMinusAlpha - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
oneMinusAlpha - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
oneMinusAlpha - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
Precomputed values to speed up alpha compositing.
OpaqueAntialiasingPipe - Class in ch.randelshofer.awt.graphics
A rendering pipe to render graphics primitives with antialiasing with opaque colors.
OpaqueAntialiasingPipe(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
Creates a new instance.
OpaquePaintPipe - Class in ch.randelshofer.awt.graphics
Renders non-antialiased, opaque drawing primitives with pixel accuracy using a javax.swing.Paint object.
OpaquePaintPipe(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.OpaquePaintPipe
Creates a new instance.
OpaquePipe - Class in ch.randelshofer.awt.graphics
Renders non-antialiased, opaque drawing primitives with pixel accuracy.
OpaquePipe(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.OpaquePipe
Creates a new instance.
OversamplingAntialiasingPipe - Class in ch.randelshofer.awt.graphics
OversamplingAntialiasingPipe.
OversamplingAntialiasingPipe(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
Creates a new instance.
oversamplingBlendHClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
oversamplingScanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
ScanFill algorithm for shapes which are wider than tall.

P

paint - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
Current drawing paint.
paint(Graphics2D, int, int) - Method in class test.BorderedOvalPainter
 
paint(Graphics2D, int, int) - Method in class test.ClearRectPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawGeneralPathPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawGeneralPathSmallPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawGlyphVectorTexturePainter
 
paint(Graphics2D, int, int) - Method in class test.DrawImagePainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLineAlphaColorPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLineAlphaCompositePainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLineAntialiasPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLineBlackPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLinePainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLineShortBlackPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLineShortPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawLineVHPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawOvalAlphaPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawOvalPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawPolygonPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawPolylinePainter
 
paint(Graphics2D, int, int) - Method in class test.DrawRectPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawRectSmallPainter
 
paint(Graphics2D, int, int) - Method in class test.DrawStringPainter
 
paint(Graphics2D, int, int) - Method in class test.FillGeneralPathAlphaPainter
 
paint(Graphics2D, int, int) - Method in class test.FillGeneralPathPainter
 
paint(Graphics2D, int, int) - Method in class test.FillGeneralPathSmallPainter
 
paint(Graphics2D, int, int) - Method in class test.FillOvalAlphaPainter
 
paint(Graphics2D, int, int) - Method in class test.FillOvalAntialiasPainter
 
paint(Graphics2D, int, int) - Method in class test.FillOvalPainter
 
paint(Graphics2D, int, int) - Method in class test.FillPolygonAlphaAntialiasPainter
 
paint(Graphics2D, int, int) - Method in class test.FillPolygonAntialiasPainter
 
paint(Graphics2D, int, int) - Method in class test.FillPolygonPainter
 
paint(Graphics2D, int, int) - Method in class test.FillPolygonSmallPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectAlphaPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectGradientCyclicPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectGradientPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectHGradientPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectHGradientXPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectSmallPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectTexturePainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectTextureXPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectVGradientCyclicPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectVGradientPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectVGradientXPainter
 
paint(Graphics2D, int, int) - Method in class test.FillRectVHPainter
 
paint(Graphics) - Method in class test.GraphicsPerformancePanel
 
paint(Graphics2D, int, int) - Method in class test.NothingPainter
 
paint(Graphics2D, int, int) - Method in interface test.Painter
 
paint(Graphics2D, int, int) - Method in class test.QualityAAFillPainter
 
paint(Graphics2D, int, int) - Method in class test.QualityAAGlyphPolygonPainter
 
paint(Graphics2D, int, int) - Method in class test.SeanLukeAntialiasPainter
 
paint(Graphics2D, int, int) - Method in class test.SeanLukePainter
 
paint(Graphics2D, int, int) - Method in class test.SpecialStrokePainter
 
paint(Graphics2D, int, int) - Method in class test.TestPainter
 
paint(Graphics2D, int, int) - Method in class test.WeirdoMPFillGeneralPathPainter
 
paintComponent(Graphics) - Method in class test.DrawWithSpecialStroke
 
paintContext - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
Precomputed values to speed up rendering.
Painter - Interface in test
Painter.
paintH - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
paintPixels - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
paintRaster - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
paintW - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
paintX - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
paintY - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
paintYOffset - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
paintYStride - Variable in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
PerfBufferedImage - Class in ch.randelshofer.awt.graphics
A BufferedImage which uses a PerfGraphics2D object for graphics operations.
PerfBufferedImage(int, int) - Constructor for class ch.randelshofer.awt.graphics.PerfBufferedImage
Creates a new instance.
PerfBufferedImage(int, int, int) - Constructor for class ch.randelshofer.awt.graphics.PerfBufferedImage
 
PerfConcurrentBufferedImage - Class in ch.randelshofer.awt.graphics
A BufferedImage which uses a Graphix2D object for graphics operations.
PerfConcurrentBufferedImage(int, int) - Constructor for class ch.randelshofer.awt.graphics.PerfConcurrentBufferedImage
Creates a new instance.
PerfConcurrentBufferedImage(int, int, int) - Constructor for class ch.randelshofer.awt.graphics.PerfConcurrentBufferedImage
 
PerfConcurrentGraphics2D - Class in ch.randelshofer.awt.graphics
A Graphics2D implementation which uses software algorithms to draw on a BufferedImage.
PerfConcurrentGraphics2D(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
Creates a new instance.
PerfConcurrentGraphics2D(BufferedImage, Graphics2D) - Constructor for class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
Creates a new instance.
PerfGradientPaint - Class in ch.randelshofer.awt.graphics
PerfGradientPaint is optimized for horizontal and vertical gradients.
PerfGradientPaint(float, float, Color, float, float, Color) - Constructor for class ch.randelshofer.awt.graphics.PerfGradientPaint
Creates a new instance.
PerfGradientPaint(Point2D, Color, Point2D, Color) - Constructor for class ch.randelshofer.awt.graphics.PerfGradientPaint
 
PerfGradientPaint(float, float, Color, float, float, Color, boolean) - Constructor for class ch.randelshofer.awt.graphics.PerfGradientPaint
 
PerfGradientPaint(Point2D, Color, Point2D, Color, boolean) - Constructor for class ch.randelshofer.awt.graphics.PerfGradientPaint
 
PerfGraphics - Class in ch.randelshofer.awt.graphics
A Graphics object which uses software algorithms to draw on a MemoryImageSource.
PerfGraphics(int, int) - Constructor for class ch.randelshofer.awt.graphics.PerfGraphics
Creates a new instance.
PerfGraphics.Edge - Class in ch.randelshofer.awt.graphics
Represents an edge of a polygon.
PerfGraphics.Edge() - Constructor for class ch.randelshofer.awt.graphics.PerfGraphics.Edge
 
PerfGraphics2D - Class in ch.randelshofer.awt.graphics
A Graphics2D implementation which uses software algorithms to draw on a BufferedImage.
PerfGraphics2D(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.PerfGraphics2D
Creates a new instance.
PerfGraphics2D(BufferedImage, Graphics2D) - Constructor for class ch.randelshofer.awt.graphics.PerfGraphics2D
Creates a new instance.
PerfTexturePaint - Class in ch.randelshofer.awt.graphics
PerfTexturePaint.
PerfTexturePaint(BufferedImage, Rectangle2D) - Constructor for class ch.randelshofer.awt.graphics.PerfTexturePaint
Creates a new instance.
PerfTexturePaintContext - Class in ch.randelshofer.awt.graphics
PerfTexturePaintContext.
PerfTexturePaintContext(BufferedImage, AffineTransform, RenderingHints, Rectangle) - Constructor for class ch.randelshofer.awt.graphics.PerfTexturePaintContext
 
Pipe - Class in ch.randelshofer.awt.graphics
Abstract superclass for rendering pipes.
Pipe() - Constructor for class ch.randelshofer.awt.graphics.Pipe
 
pixels - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
The pixel data array.
plot(int) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
Plots a single pixel.
plot(int) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
Plots a single pixel.
plot(int) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
Plots a single pixel.
plotH(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
Fills a scan line between pairs of edges in the active edge list.
plotHClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
plotHClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
Fills a scan line between pairs of edges in the active edge list.
plotHClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
plotHClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
Fills a scan line between pairs of edges in the active edge list.
plotHClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
plotLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
Wu antialised line algorithm taken from: http://www.codeproject.com/gdi/antialias.asp#dwuln
plotLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
Wu antialised line algorithm taken from: http://www.codeproject.com/gdi/antialias.asp#dwuln
plotLine(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
Wu antialised line algorithm taken from: http://www.codeproject.com/gdi/antialias.asp#dwuln
plotScanline(int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Plots a horizontal line on a scanline.
plotVClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
plotVClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
plotVClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
plotVClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
plotVClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
plotVClipped(int, Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
premultipliedB - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
premultipliedB - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
premultipliedB - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
premultipliedB - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
premultipliedB - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
 
premultipliedG - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
premultipliedG - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
premultipliedG - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
premultipliedG - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
premultipliedG - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
 
premultipliedR - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
premultipliedR - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
premultipliedR - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
premultipliedR - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
premultipliedR - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
 
prepareEdgeList(int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
prepareEdgeList(int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
prepareEdgeList(int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
prepareEdgeList(int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
prepareEdgeList(int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
prepareEdgeList(int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
previousClip - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
This is used to quickly test, if the same clip is set again.
previousIn - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
previousIn - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
previousIn - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
previousIn - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
previousIn - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
 
previousOut - Variable in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
previousOut - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
previousOut - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
previousOut - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
previousOut - Variable in class ch.randelshofer.awt.graphics.TranslucentPipe
 
previousTransform - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
This is used to quickly test, if the same Transform is set again.
processEvents() - Method in class ch.randelshofer.util.FixedConcurrentDispatcher
This method dequeues all Runnable objects from the queue and executes them.

Q

QualityAAFillPainter - Class in test
The QualityAADrawPainter fills 120 black and white triangles which are laid out in a rotating disk over a red background.
QualityAAFillPainter() - Constructor for class test.QualityAAFillPainter
Creates a new instance.
QualityAAGlyphPolygonPainter - Class in test
QualityAAGlyphPolygonPainter.
QualityAAGlyphPolygonPainter() - Constructor for class test.QualityAAGlyphPolygonPainter
Creates a new instance.

R

ras - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
The raster holding the pixels of the image data.
redBits - Variable in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
redBits - Variable in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
redBits - Variable in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
resortActiveList(Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
resortActiveList(Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
resortActiveList(Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
resortActiveList(Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
resortActiveList(PerfGraphics.Edge) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
resortActiveList(Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
rotate(double) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
rotate(double, double, double) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
rotate(double) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
rotate(double, double, double) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
rotate(double) - Method in class ch.randelshofer.awt.graphics.Pipe
 
rotate(double, double, double) - Method in class ch.randelshofer.awt.graphics.Pipe
 

S

scale(double, double) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
scale(double, double) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
scale(double, double) - Method in class ch.randelshofer.awt.graphics.Pipe
 
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
ScanFill algorithm for shapes which are wider than tall.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
ScanFill algorithm for shapes which are wider than tall using a concurrent algorithm.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
ScanFill algorithm for shapes which are wider than tall.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
ScanFill algorithm for shapes which are wider than tall.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
ScanFill algorithm for shapes which are wider than tall.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
ScanFill algorithm for shapes which are wider than tall.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
ScanFill algorithm for shapes which are wider than tall.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
ScanFill algorithm for shapes which are wider than tall.
scanFillHorizontal(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
ScanFill algorithm for shapes which are wider than tall.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
ScanFill algorithm for shapes which are taller than wide.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
ScanFill algorithm for shapes which are taller than wide.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
ScanFill algorithm for shapes which are taller than wide.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
ScanFill algorithm for shapes which are taller than wide.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
ScanFill algorithm for shapes which are taller than wide.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
ScanFill algorithm for shapes which are taller than wide.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
ScanFill algorithm for shapes which are taller than wide.
scanFillVertical(int[], int[], int, int, int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
ScanFill algorithm for shapes which are taller than wide.
SeanLukeAntialiasPainter - Class in test
SeanLukePainter.
SeanLukeAntialiasPainter() - Constructor for class test.SeanLukeAntialiasPainter
 
SeanLukePainter - Class in test
SeanLukePainter.
SeanLukePainter() - Constructor for class test.SeanLukePainter
 
setAccelerationHint(boolean) - Method in class test.GraphicsPerformancePanel
 
setBackground(Color) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
setBackground(Color) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setBackground(Color) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setBackground(Color) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setClip(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
setClip(Shape) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
setClip(Shape) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setClip(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setClip(Shape) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Sets the current clipping area to an arbitrary clip shape.
setClip(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setClip(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setClip(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setClip(Shape) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.OpaqueAntialiasingPipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.OversamplingAntialiasingPipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Sets this graphics context's current color to the specified color.
setColor(Color) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
 
setColor(Color) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
setComposite(Composite) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
setComposite(Composite) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setComposite(Composite) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setComposite(Composite) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setFont(Font) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setFont(Font) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Sets this graphics context's font to the specified font.
setFont(Font) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setFont(Font) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setFPS(int) - Method in class test.GraphicsPerformancePanel
 
setPaint(Paint) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
setPaint(Paint) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setPaint(Paint) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setPaint(Paint) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setPainter(Painter) - Method in class test.GraphicsPerformancePanel
 
setPaintMode() - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setPaintMode() - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setPaintMode() - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setPaintMode() - Method in class ch.randelshofer.awt.graphics.Pipe
 
setRenderer(int) - Method in class test.GraphicsPerformancePanel
 
setRenderingHint(RenderingHints.Key, Object) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setRenderingHint(RenderingHints.Key, Object) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setRenderingHint(RenderingHints.Key, Object) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setRenderingHints(Map) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setRenderingHints(Map) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setRenderingHints(Map) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setRenderingHints(Graphics2D) - Method in class test.GraphicsPerformancePanel
 
setRunningFromAnotherThread(boolean) - Method in class test.GraphicsPerformancePanel
 
setStroke(Stroke) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setStroke(Stroke) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setStroke(Stroke) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setTransform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
setTransform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setTransform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setTransform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.Pipe
 
setXORMode(Color) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
setXORMode(Color) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
setXORMode(Color) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
setXORMode(Color) - Method in class ch.randelshofer.awt.graphics.Pipe
 
shear(double, double) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
shear(double, double) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
shear(double, double) - Method in class ch.randelshofer.awt.graphics.Pipe
 
SINGLE_THREADED - Static variable in class test.GraphicsPerformancePanel
 
SpecialStrokePainter - Class in test
SpecialStrokePainter.
SpecialStrokePainter() - Constructor for class test.SpecialStrokePainter
Creates a new instance.
start() - Method in class ch.randelshofer.util.FixedConcurrentDispatcher
Starts all workers of the dispatcher.
start() - Method in class test.GraphicsPerformancePanel
 
start() - Method in class test.SwingWorker
Start the worker thread.
stop() - Method in class test.GraphicsPerformancePanel
 
SwingWorker - Class in test
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker() - Constructor for class test.SwingWorker
Start a thread that will call the construct method and then exit.

T

test - package test
 
TestPainter - Class in test
TestPainter.
TestPainter() - Constructor for class test.TestPainter
 
toString() - Method in class ch.randelshofer.awt.graphics.PerfGraphics.Edge
 
toString() - Method in class ch.randelshofer.awt.graphics.Pipe
 
toString() - Method in class test.BorderedOvalPainter
 
toString() - Method in class test.ClearRectPainter
 
toString() - Method in class test.DrawGeneralPathPainter
 
toString() - Method in class test.DrawGeneralPathSmallPainter
 
toString() - Method in class test.DrawGlyphVectorTexturePainter
 
toString() - Method in class test.DrawImagePainter
 
toString() - Method in class test.DrawLineAlphaColorPainter
 
toString() - Method in class test.DrawLineAlphaCompositePainter
 
toString() - Method in class test.DrawLineAntialiasPainter
 
toString() - Method in class test.DrawLineBlackPainter
 
toString() - Method in class test.DrawLinePainter
 
toString() - Method in class test.DrawLineShortBlackPainter
 
toString() - Method in class test.DrawLineShortPainter
 
toString() - Method in class test.DrawLineVHPainter
 
toString() - Method in class test.DrawOvalAlphaPainter
 
toString() - Method in class test.DrawOvalPainter
 
toString() - Method in class test.DrawPolygonPainter
 
toString() - Method in class test.DrawPolylinePainter
 
toString() - Method in class test.DrawRectPainter
 
toString() - Method in class test.DrawRectSmallPainter
 
toString() - Method in class test.DrawStringPainter
 
toString() - Method in class test.FillGeneralPathAlphaPainter
 
toString() - Method in class test.FillGeneralPathPainter
 
toString() - Method in class test.FillGeneralPathSmallPainter
 
toString() - Method in class test.FillOvalAlphaPainter
 
toString() - Method in class test.FillOvalAntialiasPainter
 
toString() - Method in class test.FillOvalPainter
 
toString() - Method in class test.FillPolygonAlphaAntialiasPainter
 
toString() - Method in class test.FillPolygonAntialiasPainter
 
toString() - Method in class test.FillPolygonPainter
 
toString() - Method in class test.FillPolygonSmallPainter
 
toString() - Method in class test.FillRectAlphaPainter
 
toString() - Method in class test.FillRectGradientCyclicPainter
 
toString() - Method in class test.FillRectGradientPainter
 
toString() - Method in class test.FillRectHGradientPainter
 
toString() - Method in class test.FillRectHGradientXPainter
 
toString() - Method in class test.FillRectPainter
 
toString() - Method in class test.FillRectSmallPainter
 
toString() - Method in class test.FillRectTexturePainter
 
toString() - Method in class test.FillRectTextureXPainter
 
toString() - Method in class test.FillRectVGradientCyclicPainter
 
toString() - Method in class test.FillRectVGradientPainter
 
toString() - Method in class test.FillRectVGradientXPainter
 
toString() - Method in class test.FillRectVHPainter
 
toString() - Method in class test.NothingPainter
 
toString() - Method in class test.QualityAAFillPainter
 
toString() - Method in class test.SeanLukeAntialiasPainter
 
toString() - Method in class test.SeanLukePainter
 
toString() - Method in class test.SpecialStrokePainter
 
toString() - Method in class test.TestPainter
 
toString() - Method in class test.WeirdoMPFillGeneralPathPainter
 
transform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
transform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
transform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
transform(AffineTransform) - Method in class ch.randelshofer.awt.graphics.Pipe
 
translate(double, double) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
translate(int, int) - Method in class ch.randelshofer.awt.graphics.AbstractPipe
 
translate(double, double) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
translate(int, int) - Method in class ch.randelshofer.awt.graphics.PerfConcurrentGraphics2D
 
translate(int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(double, double) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
translate(int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics2D
 
translate(double, double) - Method in class ch.randelshofer.awt.graphics.Pipe
 
TranslucentAntialiasingPipe - Class in ch.randelshofer.awt.graphics
A rendering pipe to render graphics primitives with antialiasing with translucent colors.
TranslucentAntialiasingPipe(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.TranslucentAntialiasingPipe
Creates a new instance.
TranslucentPipe - Class in ch.randelshofer.awt.graphics
Renders non-antialiased, translucent drawing primitives with pixel accuracy.
TranslucentPipe(BufferedImage) - Constructor for class ch.randelshofer.awt.graphics.TranslucentPipe
Creates a new instance.
tx - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
Translation on X- and Y-axis.
txline(int, int, int, int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
Draws a an already transformed line which still needs clipping.
ty - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
Translation on X- and Y-axis.

U

u1 - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
LiangBarsky clip test variables.
u2 - Variable in class ch.randelshofer.awt.graphics.AbstractPipe
LiangBarsky clip test variables.
updateActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
 
updateActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
 
updateActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
 
updateActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
 
updateActiveList(int, PerfGraphics.Edge) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
 
updateActiveList(int, Edge) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
 
upper - Variable in class ch.randelshofer.awt.graphics.PerfGraphics.Edge
Upper value on y-axis for horizontal scan fill algorithm.

W

WeirdoMPFillGeneralPathPainter - Class in test
WeirdoMPFillGeneralPathPainter.
WeirdoMPFillGeneralPathPainter() - Constructor for class test.WeirdoMPFillGeneralPathPainter
 

X

xNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
given an index, returns x coordinate of next nonvertical line
xNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
given an index, returns x coordinate of next nonvertical line
xNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
given an index, returns x coordinate of next nonvertical line
xNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
given an index, returns x coordinate of next nonvertical line
xNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
given an index, returns x coordinate of next nonvertical line
xNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
given an index, returns x coordinate of next nonvertical line

Y

yNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentOpaquePipe
given an index, returns y coordinate of next nonhorizontal line
yNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.ConcurrentTranslucentPipe
given an index, returns y coordinate of next nonhorizontal line
yNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePaintPipe
given an index, returns y coordinate of next nonhorizontal line
yNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.OpaquePipe
given an index, returns y coordinate of next nonhorizontal line
yNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.PerfGraphics
given an index, returns y coordinate of next nonhorizontal line
yNext(int, int[], int[], int) - Method in class ch.randelshofer.awt.graphics.TranslucentPipe
given an index, returns y coordinate of next nonhorizontal line

A B C D E F G H I J M N O P Q R S T U W X Y
Copyright 2011-09-18 Werner Randelshofer