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

A

AbstractGraphics2D - class org.jfree.pixie.AbstractGraphics2D.
Maps all the convinience methods to their root implementations.
AbstractGraphics2D() - Constructor for class org.jfree.pixie.AbstractGraphics2D
 
addConsumer(ImageConsumer) - Method in class org.jfree.pixie.wmf.WmfImageProducer
 
addOperation(G2Operation) - Method in class org.jfree.pixie.g2recorder.G2Recorder
 
addOperation(G2Recorder, G2Operation) - Method in class org.jfree.pixie.g2recorder.G2OpStore
 
addRenderingHints(Map) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the values of an arbitrary number of preferences for the rendering algorithms.
addRenderingHints(Map) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the values of an arbitrary number of preferences for the rendering algorithms.
AddRenderingHintsOperation - class org.jfree.pixie.g2recorder.AddRenderingHintsOperation.
 
AddRenderingHintsOperation(RenderingHints) - Constructor for class org.jfree.pixie.g2recorder.AddRenderingHintsOperation
 
ALTERNATE - Static variable in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
 
ANIMATE_PALETTE - Static variable in class org.jfree.pixie.wmf.MfType
 
ANTIALIASED_QUALITY - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
applyScaleX(int[], int[]) - Method in class org.jfree.pixie.wmf.records.MfCmd
Applies the new x-scaling to all values in the array n and places the values in the array dest.
applyScaleY(int[], int[]) - Method in class org.jfree.pixie.wmf.records.MfCmd
Applies the new y-scaling to all values in the array n and places the values in the array dest.
ARC - Static variable in class org.jfree.pixie.wmf.MfType
 
assertValid() - Method in class org.jfree.pixie.wmf.WmfFile
Check class invariant.

B

BI_BITFIELDS - Static variable in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
BI_RGB - Static variable in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
BI_RLE4 - Static variable in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
BI_RLE8 - Static variable in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
BIT_BLT - Static variable in class org.jfree.pixie.wmf.MfType
 
BitFieldsCompression - class org.jfree.pixie.wmf.bitmap.BitFieldsCompression.
 
BitFieldsCompression() - Constructor for class org.jfree.pixie.wmf.bitmap.BitFieldsCompression
 
BitmapCompression - class org.jfree.pixie.wmf.bitmap.BitmapCompression.
 
BitmapCompression() - Constructor for class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
BitmapCompressionFactory - class org.jfree.pixie.wmf.bitmap.BitmapCompressionFactory.
 
BitmapCompressionFactory() - Constructor for class org.jfree.pixie.wmf.bitmap.BitmapCompressionFactory
 
BitmapHeader - class org.jfree.pixie.wmf.bitmap.BitmapHeader.
 
BitmapHeader() - Constructor for class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
BitmapReader - class org.jfree.pixie.wmf.bitmap.BitmapReader.
 
BitmapReader.BitmapHeader - class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader.
 
BitmapReader.BitmapHeader() - Constructor for class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
BitmapReader() - Constructor for class org.jfree.pixie.wmf.bitmap.BitmapReader
 
BLACKNESS - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
BrushConstants - interface org.jfree.pixie.wmf.BrushConstants.
The BrushConstants were defined in the Windows-API and are used do define the appearance of Wmf-Brushes.
BS_DIBPATTERN - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
BS_DIBPATTERN - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_DIBPATTERN8X8 - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_DIBPATTERNPT - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_HATCHED - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
BS_HATCHED - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_HOLLOW - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_INDEXED - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
BS_INDEXED - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_MONOPATTERN - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_NULL - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
BS_NULL - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_PATTERN - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
BS_PATTERN - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_PATTERN8X8 - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
BS_SOLID - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
BS_SOLID - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
Buffer - class org.jfree.pixie.wmf.Buffer.
A block of raw mmeory.
Buffer() - Constructor for class org.jfree.pixie.wmf.Buffer
Default Constructor.
Buffer(int) - Constructor for class org.jfree.pixie.wmf.Buffer
Defines a new buffer with the given initial size in bytes.
bytes - Variable in class org.jfree.pixie.wmf.Buffer
The memory itself.

C

calcDeltaX(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
calcDeltaY(int, FontMetrics) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
CHORD - Static variable in class org.jfree.pixie.wmf.MfType
 
clearRect(int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clip(Shape) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
clip(Shape) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Intersects the current Clip with the interior of the specified Shape and sets the Clip to the resulting intersection.
clipRect(int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Intersects the current clip with the specified rectangle.
COLOR_FULL_ALPHA - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
CommandFactory - class org.jfree.pixie.wmf.records.CommandFactory.
Manages the available WmfCommands and allows a generic command instantiation.
CommandFactory() - Constructor for class org.jfree.pixie.wmf.records.CommandFactory
 
constructDouble(byte[], int) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
 
constructInt(byte[], int) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
 
constructInt3(byte[], int) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
 
constructLong(byte[], int) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
 
constructShort(byte[], int) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
 
copyArea(int, int, int, int, int, int) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Copies an area of the component by a distance specified by dx and dy.
copyArea(int, int, int, int, int, int) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Copies an area of the component by a distance specified by dx and dy.
CopyAreaOperation - class org.jfree.pixie.g2recorder.CopyAreaOperation.
 
CopyAreaOperation(int, int, int, int, int, int) - Constructor for class org.jfree.pixie.g2recorder.CopyAreaOperation
 
CREATE_BRUSH_INDIRECT - Static variable in class org.jfree.pixie.wmf.MfType
 
CREATE_DIB_PATTERN_BRUSH - Static variable in class org.jfree.pixie.wmf.MfType
 
CREATE_FONT_INDIRECT - Static variable in class org.jfree.pixie.wmf.MfType
 
CREATE_PALETTE - Static variable in class org.jfree.pixie.wmf.MfType
 
CREATE_PATTERN_BRUSH - Static variable in class org.jfree.pixie.wmf.MfType
 
CREATE_PEN_INDIRECT - Static variable in class org.jfree.pixie.wmf.MfType
 
CREATE_REGION - Static variable in class org.jfree.pixie.wmf.MfType
 
create() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
create() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Creates a new Graphics object that is a copy of this Graphics object.
createFont() - Method in class org.jfree.pixie.wmf.MfLogFont
 

D

DASH_DASH - Static variable in interface org.jfree.pixie.wmf.PenConstants
___ ___ ___
DASH_DASHDOT - Static variable in interface org.jfree.pixie.wmf.PenConstants
___ _ ___ _
DASH_DASHDOTDOT - Static variable in interface org.jfree.pixie.wmf.PenConstants
___ _ _ ___
DASH_DOT - Static variable in interface org.jfree.pixie.wmf.PenConstants
_ _ _ _ _ _
decompress(InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RLE8Compression
 
decompress(InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RLE4Compression
 
decompress(InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
decompress(InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.BitFieldsCompression
 
decompress(InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
DEFAULT_PITCH - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
DEFAULT_QUALITY - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
DELETE_OBJECT - Static variable in class org.jfree.pixie.wmf.MfType
 
deleteObject(int) - Method in class org.jfree.pixie.wmf.WmfFile
 
DIBReader - class org.jfree.pixie.wmf.bitmap.DIBReader.
 
DIBReader() - Constructor for class org.jfree.pixie.wmf.bitmap.DIBReader
 
dispose() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Disposes of this graphics context and releases any system resources that it is using.
doesMark() - Method in class org.jfree.pixie.wmf.MfRecord
True if this record marks the screen.
doesMark() - Method in class org.jfree.pixie.wmf.MfType
True if this record marks the screen.
DRAFT_QUALITY - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.DrawStringOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetTransformOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetXORModeOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.DrawRenderedImageOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetPaintOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetStrokeOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetFontOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.DrawShapeOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.CopyAreaOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetClipOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetBackgroundOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.DrawImageOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetCompositeOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.FillShapeOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetRenderingHintsOperation
 
draw(Graphics2D) - Method in interface org.jfree.pixie.g2recorder.G2Operation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.AddRenderingHintsOperation
 
draw(Graphics2D) - Method in class org.jfree.pixie.g2recorder.SetPaintModeOperation
 
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.pixie.wmf.WmfFile
 
draw(Graphics2D, Rectangle2D) - Method in class org.jfree.pixie.g2recorder.G2OpStore
 
draw(Shape) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
draw(Shape) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Strokes the outline of a Shape using the settings of the current Graphics2D context.
drawArc(int, int, int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawGlyphVector(GlyphVector, float, float) - Method in class org.jfree.pixie.AbstractGraphics2D
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Renders an image, applying a transform from image space into user space before drawing.
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Renders an image, applying a transform from image space into user space before drawing.
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
DrawImageOperation - class org.jfree.pixie.g2recorder.DrawImageOperation.
 
DrawImageOperation(Image, AffineTransform, ImageObserver) - Constructor for class org.jfree.pixie.g2recorder.DrawImageOperation
 
drawLine(int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.pixie.AbstractGraphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Renders a RenderedImage, applying a transform from image space into user space before drawing.
DrawRenderedImageOperation - class org.jfree.pixie.g2recorder.DrawRenderedImageOperation.
 
DrawRenderedImageOperation(RenderedImage, AffineTransform) - Constructor for class org.jfree.pixie.g2recorder.DrawRenderedImageOperation
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Draws an outlined round-cornered rectangle using this graphics context's current color.
DrawShapeOperation - class org.jfree.pixie.g2recorder.DrawShapeOperation.
 
DrawShapeOperation(Shape) - Constructor for class org.jfree.pixie.g2recorder.DrawShapeOperation
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.pixie.AbstractGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(String, float, float) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(String, float, float) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(String, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Renders the text of the specified String, using the current Font and Paint attributes in the Graphics2D context.
DrawStringOperation - class org.jfree.pixie.g2recorder.DrawStringOperation.
 
DrawStringOperation(String, float, float) - Constructor for class org.jfree.pixie.g2recorder.DrawStringOperation
 
DSTINVERT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 

E

ELLIPSE - Static variable in class org.jfree.pixie.wmf.MfType
 
END_OF_FILE - Static variable in class org.jfree.pixie.wmf.MfType
 
ESCAPE - Static variable in class org.jfree.pixie.wmf.MfType
 
ETO_CLIPPED - Static variable in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
ETO_GLYPH_INDEX - Static variable in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
ETO_IGNORELANGUAGE - Static variable in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
ETO_OPAQUE - Static variable in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
ETO_RTLREADING - Static variable in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
EXCLUDE_CLIP_RECT - Static variable in class org.jfree.pixie.wmf.MfType
 
expand4BitTuple(int, GDIPalette) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
expandMonocrome(int, GDIPalette) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
EXT_FLOOD_FILL - Static variable in class org.jfree.pixie.wmf.MfType
 
EXT_TEXT_OUT - Static variable in class org.jfree.pixie.wmf.MfType
 

F

FF_DECORATIVE - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FF_DONTCARE - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FF_MODERN - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FF_ROMAN - Static variable in interface org.jfree.pixie.wmf.FontConstants
Variable stroke width, serifed.
FF_SCRIPT - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FF_SWISS - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FILL_REGION - Static variable in class org.jfree.pixie.wmf.MfType
 
fill(Shape) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
fill(Shape) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Fills the interior of a Shape using the settings of the Graphics2D context.
fill16Bit(int[], InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
fill24Bit(int[], InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
fill32Bit(int[], InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
fill4Bit(int[], InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
fill8Bit(int[], InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
fillArc(int, int, int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Fills a circular or elliptical arc covering the specified rectangle.
fillMono(int[], InputStream, GDIPalette) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
fillOval(int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int) - Method in class org.jfree.pixie.AbstractGraphics2D
Fills a closed polygon defined by arrays of x and y coordinates.
fillRect(int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Fills the specified rounded corner rectangle with the current color.
FillShapeOperation - class org.jfree.pixie.g2recorder.FillShapeOperation.
 
FillShapeOperation(Shape) - Constructor for class org.jfree.pixie.g2recorder.FillShapeOperation
 
findFreeSlot() - Method in class org.jfree.pixie.wmf.WmfFile
Return the next free slot from the objects table.
FIXED_PITCH - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FLOOD_FILL - Static variable in class org.jfree.pixie.wmf.MfType
 
FLOODFILLBORDER - Static variable in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
FLOODFILLSURFACE - Static variable in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
FontConstants - interface org.jfree.pixie.wmf.FontConstants.
Various FontConstants defined in the Windows API.
forceToSizeLeft(String, int, char) - Static method in class org.jfree.pixie.wmf.bitmap.RGBCompression
Cut or padd the string to the given size
FRAME_REGION - Static variable in class org.jfree.pixie.wmf.MfType
 
FW_BLACK - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_BOLD - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_DEMIBOLD - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_DONTCARE - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_EXTRABOLD - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_EXTRALIGHT - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_HEAVY - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_LIGHT - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_MEDIUM - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_NORMAL - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_REGULAR - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_SEMIBOLD - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_THIN - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_ULTRABOLD - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
FW_ULTRALIGHT - Static variable in interface org.jfree.pixie.wmf.FontConstants
 

G

G2Operation - interface org.jfree.pixie.g2recorder.G2Operation.
 
G2OpStore - class org.jfree.pixie.g2recorder.G2OpStore.
 
G2OpStore() - Constructor for class org.jfree.pixie.g2recorder.G2OpStore
 
G2Recorder - class org.jfree.pixie.g2recorder.G2Recorder.
 
G2Recorder() - Constructor for class org.jfree.pixie.g2recorder.G2Recorder
 
G2Recorder(G2Recorder) - Constructor for class org.jfree.pixie.g2recorder.G2Recorder
 
GDIColor - class org.jfree.pixie.wmf.GDIColor.
A color implementation, that supports some additional flags defined by the Windows API, but has no Alpha-Channel.
GDIColor(int) - Constructor for class org.jfree.pixie.wmf.GDIColor
Creates a new GDI color instance by parsing the color reference.
GDIColor(int, int, int, int) - Constructor for class org.jfree.pixie.wmf.GDIColor
Creates a new GDI Color instance.
GDIPalette - class org.jfree.pixie.wmf.bitmap.GDIPalette.
 
GDIPalette() - Constructor for class org.jfree.pixie.wmf.bitmap.GDIPalette
 
get(int) - Static method in class org.jfree.pixie.wmf.MfType
Map a 16-bit type id onto an object.
getBackground() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns the background color used for clearing a region.
getBackground() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Returns the background color used for clearing a region.
getBackgroundColor() - Method in class org.jfree.pixie.wmf.MfLogBrush
 
getBBox() - Method in class org.jfree.pixie.wmf.MfHeader
Return the bounding box of this metafile.
getBitsPerPixel() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getBkColor() - Method in class org.jfree.pixie.wmf.MfDcState
 
getBkMode() - Method in class org.jfree.pixie.wmf.MfDcState
 
getBkMode() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
 
getBounds() - Method in class org.jfree.pixie.wmf.MfLogRegion
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
getBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
getBpp() - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
getBreakCount() - Method in class org.jfree.pixie.wmf.MfDcState
 
getBreakCount() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
 
getBrush() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
 
getBrush() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
getBrushObject(int) - Method in class org.jfree.pixie.wmf.WmfFile
 
getByte(int) - Method in class org.jfree.pixie.wmf.Buffer
Return the 8-bit int at the given byte offset.
getCharset() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getClip() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Gets the current clipping area.
getClip() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Gets the current clipping area.
getClipBounds() - Method in class org.jfree.pixie.AbstractGraphics2D
Returns the bounding rectangle of the current clipping area.
getClippingRect() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
getClipPrecision() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getClipRegion() - Method in class org.jfree.pixie.wmf.MfDcState
 
getColor() - Method in class org.jfree.pixie.AbstractGraphics2D
Gets this graphics context's current color.
getColor() - Method in class org.jfree.pixie.wmf.MfLogBrush
Return the color of the current brush, or null.
getColor() - Method in class org.jfree.pixie.wmf.MfLogPen
Return color of the current pen, or null.
getColor() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
getColor() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
 
getColor() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
getColor() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
getColor() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
 
getColor() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
getColor() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
getCommand(int) - Method in class org.jfree.pixie.wmf.records.CommandFactory
 
getComposite() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns the current Composite in the Graphics2D context.
getComposite() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Returns the current Composite in the Graphics2D context.
getCompression() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getCount() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
getCurPosX() - Method in class org.jfree.pixie.wmf.MfDcState
 
getCurPosY() - Method in class org.jfree.pixie.wmf.MfDcState
 
getCurrentState() - Method in class org.jfree.pixie.wmf.WmfFile
 
getDataOffset() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getDataSize() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
 
getDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
 
getDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
 
getDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
getDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
 
getDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
 
getDestRect() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
getDestRect() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
getDeviceConfiguration() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns the device configuration associated with this Graphics2D.
getDeviceConfiguration() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Returns the device configuration associated with this Graphics2D.
getDimension() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
getDimension() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
 
getDimension() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
 
getDrawMode() - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
 
getEndingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
getEndingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
getEndingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
getEntries() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
getEntries() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
 
getEntries() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
 
getEntriesCount() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Returns the number of colors defined for the AnimatePalette command.
getEntriesCount() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Returns the number of colors defined for the AnimatePalette command.
getEscapement() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getExtraSpaceLength() - Method in class org.jfree.pixie.wmf.MfDcState
 
getExtraSpaceLength() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
 
getFace() - Method in class org.jfree.pixie.wmf.MfLogFont
The name of the font face.
getFgColor() - Method in class org.jfree.pixie.wmf.MfDcState
 
getFileSize() - Method in class org.jfree.pixie.wmf.MfHeader
Gets the file size of the WmfFile.
getFillMode() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
 
getFillType() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
getFlags() - Method in class org.jfree.pixie.wmf.GDIColor
Gets the assigned flag for the color.
getFlags() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
getFont() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Gets the current font.
getFont() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Gets the current font.
getFontFace() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getFontMetrics(Font) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Get the rendering context of the Font within this Graphics2D context.
getFontRenderContext() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Get the rendering context of the Font within this Graphics2D context.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Reads the function identifiert .Every record type is identified by a function number corresponding to one of the Windows GDI functions used.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
 
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmd
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
Reads the function identifier.
getFunction() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
Reads the function identifier.
getGraphics2D() - Method in class org.jfree.pixie.wmf.WmfFile
 
getHandler(int) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapCompressionFactory
 
getHatch() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
getHatchedStyle() - Method in class org.jfree.pixie.wmf.MfLogBrush
The hatch style of this brush.
getHeader() - Method in class org.jfree.pixie.wmf.WmfFile
Return Placeable and Windows headers that were read earlier.
getHeaderSize() - Method in class org.jfree.pixie.wmf.MfHeader
Gets the header size.
getHeaderSize() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getHeight() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getHeight() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getHeight() - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
getHorizontalTextAlignment() - Method in class org.jfree.pixie.wmf.MfDcState
 
getHPalette() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
getHPalette() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
 
getHPalette() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
 
getHRes() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getId() - Method in class org.jfree.pixie.wmf.MfType
 
getImage() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
 
getImage() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getImage() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
getImage() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
 
getImage() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
getInputStream(int) - Method in class org.jfree.pixie.wmf.Buffer
Gets an input stream to read from the memory buffer.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
Creates a empty unintialized copy of this command implementation.
getInstance() - Static method in class org.jfree.pixie.wmf.records.CommandFactory
 
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
 
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmd
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
Creates a empty unintialized copy of this command implementation.
getInstance() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
Creates a empty unintialized copy of this command implementation.
getInt(int) - Method in class org.jfree.pixie.wmf.Buffer
Return the 32-bit int at the given byte offset.
getIntersectClipRect() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
 
getLength() - Method in class org.jfree.pixie.wmf.Buffer
The size of the stored data in the memory.
getLogBrush() - Method in class org.jfree.pixie.wmf.MfDcState
 
getLogFont() - Method in class org.jfree.pixie.wmf.MfDcState
 
getLogPalette() - Method in class org.jfree.pixie.wmf.MfDcState
 
getLogPen() - Method in class org.jfree.pixie.wmf.MfDcState
 
getLogRegion() - Method in class org.jfree.pixie.wmf.MfDcState
 
getLongParam(int) - Method in class org.jfree.pixie.wmf.MfRecord
Return a 32-bit param from the given offset.
getMapMode() - Method in class org.jfree.pixie.wmf.MfDcState
 
getMapMode() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
 
getMapperFlag() - Method in class org.jfree.pixie.wmf.MfDcState
 
getMapperFlags() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
 
getMaxRecordSize() - Method in class org.jfree.pixie.wmf.MfHeader
Gets the size of the largest Record.
getName() - Method in class org.jfree.pixie.wmf.MfRecord
Return the name of this type of record.
getName() - Method in class org.jfree.pixie.wmf.MfType
 
getNoOfColors() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getNoOfImportantColors() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getNoPlanes() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getNSavedDC() - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
 
getObject(int) - Method in class org.jfree.pixie.wmf.WmfFile
 
getObjectId() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
 
getObjectId() - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
 
getObjectId() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
 
getObjectId() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
 
getObjectsSize() - Method in class org.jfree.pixie.wmf.MfHeader
Gets the number of records stored in this metafile.
getOperation() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getOrientation() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getOrigin() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getOrigin() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
getOutputPrecision() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getPaint() - Method in class org.jfree.pixie.wmf.MfLogBrush
 
getPaint() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns the current Paint of the Graphics2D context.
getPaint() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Returns the current Paint of the Graphics2D context.
getPalette() - Method in class org.jfree.pixie.wmf.WmfFile
 
getParam(int) - Method in class org.jfree.pixie.wmf.MfRecord
Return a 16-bit param from the given offset.
getPenObject(int) - Method in class org.jfree.pixie.wmf.WmfFile
 
getPhysicalX(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
getPhysicalY(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
getPitchAndFamily() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getPointCount() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
getPointCount() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
getPointsX() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
getPointsX() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
getPointsX(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
getPointsY() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
getPointsY() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
getPointsY(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
getPolyFillMode() - Method in class org.jfree.pixie.wmf.MfDcState
 
getPolygonCount() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
getQuality() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
Writer function
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
Writer function
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
Writer function
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmd
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
Creates a new record based on the data stored in the MfCommand.
getRecord() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
Creates a new record based on the data stored in the MfCommand.
getRects() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
getRegion() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
 
getRegion() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
getRegion() - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
 
getRegion() - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
 
getRegionHeight() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
getRegionObject(int) - Method in class org.jfree.pixie.wmf.WmfFile
 
getRegionWidth() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
getRegionX() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
getRegionY() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
getRenderingHint(RenderingHints.Key) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHint(RenderingHints.Key) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Returns the value of a single preference for the rendering algorithms.
getRenderingHints() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Gets the preferences for the rendering algorithms.
getRenderingHints() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Gets the preferences for the rendering algorithms.
getROP() - Method in class org.jfree.pixie.wmf.MfDcState
 
getROP() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
getROP() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
getROP() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
getRotation() - Method in class org.jfree.pixie.wmf.MfLogFont
 
getRoundingDim() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
getScaledBounds() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
getScaledClippingRect() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
getScaledDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
 
getScaledDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
 
getScaledDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
 
getScaledDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
getScaledDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getScaledDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
 
getScaledDestination() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
 
getScaledDestRect() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
getScaledDestRect() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
getScaledDimension() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
getScaledDimension() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
 
getScaledDimension() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
 
getScaledEndingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
getScaledEndingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
getScaledEndingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
getScaledHeight() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getScaledHeight(int) - Method in class org.jfree.pixie.wmf.records.MfCmd
Scales the given vertical length and makes sure that the lenght is at least 1.
getScaledIntersectClipRect() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
 
getScaledOrigin() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getScaledOrigin() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
getScaledPointsX() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
getScaledPointsX() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
getScaledPointsX(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
getScaledPointsY() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
getScaledPointsY() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
getScaledPointsY(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
getScaledRoundingDim() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
getScaledSource() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getScaledSrcRect() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
getScaledStartingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
getScaledStartingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
getScaledStartingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
getScaledTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
getScaledTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
 
getScaledTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
getScaledTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
 
getScaledTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
getScaledWidth() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getScaledWidth() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
getScaledWidth(int) - Method in class org.jfree.pixie.wmf.records.MfCmd
Scales the given horizontal length and makes sure that the lenght is at least 1.
getScaledX(int) - Method in class org.jfree.pixie.wmf.records.MfCmd
Return integer scaled to output units.
getScaledY(int) - Method in class org.jfree.pixie.wmf.records.MfCmd
Return integer scaled to output units.
getShort(int) - Method in class org.jfree.pixie.wmf.Buffer
Return the 16-bit int at the given byte offset.
getSize() - Method in class org.jfree.pixie.wmf.MfLogFont
The size, in logical units.
getSource() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
getSrcRect() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
getSrcRect() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
getStartingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
getStartingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
getStartingIntersection() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
getStartPos() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
getStateCount() - Method in class org.jfree.pixie.wmf.WmfFile
 
getStore() - Method in class org.jfree.pixie.g2recorder.G2Recorder
 
getStretchBltMode() - Method in class org.jfree.pixie.wmf.MfDcState
 
getStretchMode() - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
 
getString(int, int) - Method in class org.jfree.pixie.wmf.Buffer
Return the null-terminated string at the given byte offset with the given maximum length.
getStringParam(int, int) - Method in class org.jfree.pixie.wmf.MfRecord
Return a string param from the given offset.
getStroke() - Method in class org.jfree.pixie.wmf.MfLogPen
 
getStroke() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns the current Stroke in the Graphics2D context.
getStroke() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Returns the current Stroke in the Graphics2D context.
getStyle() - Method in class org.jfree.pixie.wmf.MfLogBrush
The style of this brush.
getStyle() - Method in class org.jfree.pixie.wmf.MfLogPen
Return one of the PS_ styles.
getStyle() - Method in class org.jfree.pixie.wmf.MfLogFont
The font style.
getStyle() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
getStyle() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
getTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
getTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
 
getTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
getTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
 
getTarget() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
getText() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
getText() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
getTextAlign() - Method in class org.jfree.pixie.wmf.MfDcState
 
getTextAlignMode() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
 
getTextCharExtra() - Method in class org.jfree.pixie.wmf.MfDcState
 
getTextCharExtra() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
 
getTextColor() - Method in class org.jfree.pixie.wmf.MfDcState
 
getTransform() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns a copy of the current Transform in the Graphics2D context.
getTransform() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Returns a copy of the current Transform in the Graphics2D context.
getType() - Method in class org.jfree.pixie.wmf.MfPalette
 
getType() - Method in class org.jfree.pixie.wmf.MfLogBrush
 
getType() - Method in class org.jfree.pixie.wmf.MfLogPen
 
getType() - Method in class org.jfree.pixie.wmf.MfRecord
Queries the 16-bit type of this record.
getType() - Method in class org.jfree.pixie.wmf.MfLogRegion
 
getType() - Method in interface org.jfree.pixie.wmf.WmfObject
 
getType() - Method in class org.jfree.pixie.wmf.MfLogFont
 
getType() - Method in class org.jfree.pixie.wmf.MfLogPalette
 
getType() - Method in class org.jfree.pixie.wmf.MfType
 
getUnitsPerInch() - Method in class org.jfree.pixie.wmf.MfHeader
Gets the defined resolution, if this is an Aldus-File, null otherwise.
getUsage() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
getVerticalTextAlignment() - Method in class org.jfree.pixie.wmf.MfDcState
 
getViewportExtX() - Method in class org.jfree.pixie.wmf.MfDcState
 
getViewportExtY() - Method in class org.jfree.pixie.wmf.MfDcState
 
getViewportOrgX() - Method in class org.jfree.pixie.wmf.MfDcState
 
getViewportOrgY() - Method in class org.jfree.pixie.wmf.MfDcState
 
getVRes() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getWeight() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getWidth() - Method in class org.jfree.pixie.wmf.MfLogPen
Return width.
getWidth() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
getWidth() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
getWidth() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
getWidth() - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
getWindowExtX() - Method in class org.jfree.pixie.wmf.MfDcState
 
getWindowExtY() - Method in class org.jfree.pixie.wmf.MfDcState
 
getWindowOrgX() - Method in class org.jfree.pixie.wmf.MfDcState
 
getWindowOrgY() - Method in class org.jfree.pixie.wmf.MfDcState
 
getXDenom() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
getXDenom() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
getXNum() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
getXNum() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
getXScale() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
getXScale() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
getYDenom() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
getYDenom() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
getYNum() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
getYNum() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
getYScale() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
getYScale() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 

H

hit(Rectangle, Shape, boolean) - Method in class org.jfree.pixie.AbstractGraphics2D
Checks whether or not the specified Shape intersects the specified Rectangle, which is in device space.
HS_BDIAGONAL - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
HS_BDIAGONAL - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
HS_CROSS - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
HS_CROSS - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
HS_DIAGCROSS - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
HS_DIAGCROSS - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
HS_FDIAGONAL - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
HS_FDIAGONAL - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
HS_HORIZONTAL - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
HS_HORIZONTAL - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
HS_VERTICAL - Static variable in class org.jfree.pixie.wmf.MfLogBrush
 
HS_VERTICAL - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 

I

INTERSECT_CLIP_RECT - Static variable in class org.jfree.pixie.wmf.MfType
 
INVERT_REGION - Static variable in class org.jfree.pixie.wmf.MfType
 
isClipped() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
isConsumer(ImageConsumer) - Method in class org.jfree.pixie.wmf.WmfImageProducer
 
isExplicit() - Method in class org.jfree.pixie.wmf.GDIColor
Returns the PC_EXPLICIT flag state for this color.
isItalic() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
isMappingMode() - Method in class org.jfree.pixie.wmf.MfRecord
True if this record affects mapping modes.
isMappingMode() - Method in class org.jfree.pixie.wmf.MfType
True if this record affects mapping modes.
isMetafile(String, InputStream) - Static method in class org.jfree.pixie.wmf.WmfFile
Return true if the input is a metafile
isMetafile(String, InputStream) - Static method in class org.jfree.pixie.wmf.MfHeader
Is the given input a metafile?
isNoCollapse() - Method in class org.jfree.pixie.wmf.GDIColor
Returns the PC_NOCOLLAPSE flag state for this color.
isOpaque() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
isReserved() - Method in class org.jfree.pixie.wmf.GDIColor
Returns the PC_RESERVED flag state for this color.
isSimpleStyle() - Method in class org.jfree.pixie.wmf.MfLogPen
True if not a dashed or dotted style.
isStrikeout() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
isStrikeOut() - Method in class org.jfree.pixie.wmf.MfLogFont
 
isTopDown() - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
isTopDown() - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
isUnderline() - Method in class org.jfree.pixie.wmf.MfLogFont
True if this is an underlined font.
isUnderline() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
isValid() - Method in class org.jfree.pixie.wmf.MfHeader
Returns true if it looks like a real metafile.
isVisible() - Method in class org.jfree.pixie.wmf.MfLogBrush
 
isVisible() - Method in class org.jfree.pixie.wmf.MfLogPen
 

L

LINE_TO - Static variable in class org.jfree.pixie.wmf.MfType
 
load(String) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
load method - see read for details
lookupColor(int) - Method in class org.jfree.pixie.wmf.bitmap.GDIPalette
 

M

main(String[]) - Static method in class org.jfree.pixie.wmf.WmfFile
 
MAPPING_MODE - Static variable in class org.jfree.pixie.wmf.MfType
 
MappingConstants - interface org.jfree.pixie.wmf.MappingConstants.
Various MappingConstants defined in the Windows API.
maxRec - Variable in class org.jfree.pixie.wmf.WmfFile
 
MERGECOPY - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
MERGEPAINT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
MfCmd - class org.jfree.pixie.wmf.records.MfCmd.
This is the base class for all WMF-Records.
MfCmd() - Constructor for class org.jfree.pixie.wmf.records.MfCmd
The default constructor, adjusts the scale to 1.
MfCmdAnimatePalette - class org.jfree.pixie.wmf.records.MfCmdAnimatePalette.
The AnimatePalette function replaces entries in the specified logical palette.
MfCmdAnimatePalette() - Constructor for class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
DefaultConstructor.
MfCmdArc - class org.jfree.pixie.wmf.records.MfCmdArc.
The Arc function draws an elliptical arc.
MfCmdArc() - Constructor for class org.jfree.pixie.wmf.records.MfCmdArc
 
MfCmdBitBlt - class org.jfree.pixie.wmf.records.MfCmdBitBlt.
This function is not in the validity list of Microsofts WindowsMetafile Records.
MfCmdBitBlt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
MfCmdChord - class org.jfree.pixie.wmf.records.MfCmdChord.
The exact same as an arc, only the arc is closed, and may be filled with a brush.
MfCmdChord() - Constructor for class org.jfree.pixie.wmf.records.MfCmdChord
 
MfCmdCreateBrush - class org.jfree.pixie.wmf.records.MfCmdCreateBrush.
The CreateBrushIndirect function creates a logical brush that has the specified style, color, and pattern.
MfCmdCreateBrush() - Constructor for class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
MfCmdCreateDibPatternBrush - class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush.
 
MfCmdCreateDibPatternBrush() - Constructor for class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
 
MfCmdCreateFont - class org.jfree.pixie.wmf.records.MfCmdCreateFont.
The CreateFontIndirect function creates a logical font that has the specified characteristics.
MfCmdCreateFont() - Constructor for class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
MfCmdCreatePalette - class org.jfree.pixie.wmf.records.MfCmdCreatePalette.
Palette function not supported
MfCmdCreatePalette() - Constructor for class org.jfree.pixie.wmf.records.MfCmdCreatePalette
 
MfCmdCreatePatternBrush - class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush.
The CreatePatternBrush function creates a logical brush with the specified bitmap pattern.
MfCmdCreatePatternBrush() - Constructor for class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
 
MfCmdCreatePen - class org.jfree.pixie.wmf.records.MfCmdCreatePen.
The CreatePenIndirect function creates a logical cosmetic pen that has the style, width, and color specified in a structure.
MfCmdCreatePen() - Constructor for class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
MfCmdCreateRegion - class org.jfree.pixie.wmf.records.MfCmdCreateRegion.
Currently i have no clue, how this is implemented.
MfCmdCreateRegion() - Constructor for class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
MfCmdDeleteObject - class org.jfree.pixie.wmf.records.MfCmdDeleteObject.
Removes an object from the object list.
MfCmdDeleteObject() - Constructor for class org.jfree.pixie.wmf.records.MfCmdDeleteObject
 
MfCmdDibBitBlt - class org.jfree.pixie.wmf.records.MfCmdDibBitBlt.
BitBlockTransfer - Copies PixelData of a rectangle to another position BOOL BitBlt( HDC hdcDest, // handle to destination DC int nXDest, // x-coord of destination upper-left corner int nYDest, // y-coord of destination upper-left corner int nWidth, // width of destination rectangle int nHeight, // height of destination rectangle HDC hdcSrc, // handle to source DC int nXSrc, // x-coordinate of source upper-left corner int nYSrc, // y-coordinate of source upper-left corner DWORD dwRop // raster operation code );
MfCmdDibBitBlt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
MfCmdDibStretchBlt - class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt.
The StretchBlt function copies a bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary.
MfCmdDibStretchBlt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
MfCmdEllipse - class org.jfree.pixie.wmf.records.MfCmdEllipse.
The Ellipse function draws an ellipse.
MfCmdEllipse() - Constructor for class org.jfree.pixie.wmf.records.MfCmdEllipse
 
MfCmdEscape - class org.jfree.pixie.wmf.records.MfCmdEscape.
The layout of META_ESC is unknown, but it doesnt matter, as it has no effect on on screen metafile display.
MfCmdEscape() - Constructor for class org.jfree.pixie.wmf.records.MfCmdEscape
 
MfCmdExcludeClipRect - class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect.
top, left, right and bottom define the points of the region to be deleted from the clipping region, the resultant clipping region is the original region minus this region.
MfCmdExcludeClipRect() - Constructor for class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
MfCmdExtFloodFill - class org.jfree.pixie.wmf.records.MfCmdExtFloodFill.
 
MfCmdExtFloodFill() - Constructor for class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
MfCmdExtTextOut - class org.jfree.pixie.wmf.records.MfCmdExtTextOut.
The ExtTextOut function draws text using the currently selected font, background color, and text color.
MfCmdExtTextOut() - Constructor for class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
MfCmdFillRegion - class org.jfree.pixie.wmf.records.MfCmdFillRegion.
The FillRgn function fills a region by using the specified brush.
MfCmdFillRegion() - Constructor for class org.jfree.pixie.wmf.records.MfCmdFillRegion
 
MfCmdFloodFill - class org.jfree.pixie.wmf.records.MfCmdFloodFill.
The FloodFill function fills an area of the display surface with the current brush.
MfCmdFloodFill() - Constructor for class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
MfCmdFrameRegion - class org.jfree.pixie.wmf.records.MfCmdFrameRegion.
The FrameRgn function draws a border around the specified region by using the specified brush.
MfCmdFrameRegion() - Constructor for class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
MfCmdIntersectClipRect - class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect.
top, left, right and bottom define the points of the clipping region, the resultant clipping region is the intersection of this region and the original region.
MfCmdIntersectClipRect() - Constructor for class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
 
MfCmdInvertRegion - class org.jfree.pixie.wmf.records.MfCmdInvertRegion.
Inverts the colors in the specified region
MfCmdInvertRegion() - Constructor for class org.jfree.pixie.wmf.records.MfCmdInvertRegion
 
MfCmdLineTo - class org.jfree.pixie.wmf.records.MfCmdLineTo.
The LineTo function draws a line from the current position up to, but not including, the specified point.
MfCmdLineTo() - Constructor for class org.jfree.pixie.wmf.records.MfCmdLineTo
 
MfCmdMoveTo - class org.jfree.pixie.wmf.records.MfCmdMoveTo.
The cursor is set to the destination point.
MfCmdMoveTo() - Constructor for class org.jfree.pixie.wmf.records.MfCmdMoveTo
 
MfCmdOffsetClipRgn - class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn.
Moves the current Clipping Region (@see CreateRegion) to the specified position
MfCmdOffsetClipRgn() - Constructor for class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
 
MfCmdOffsetViewportOrg - class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg.
Moves the current Viewport Origin to the specified position
MfCmdOffsetViewportOrg() - Constructor for class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
 
MfCmdOffsetWindowOrg - class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg.
Moves the current Window Region to the specified position
MfCmdOffsetWindowOrg() - Constructor for class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
 
MfCmdPaintRgn - class org.jfree.pixie.wmf.records.MfCmdPaintRgn.
Fills the region with the currently selected brush.
MfCmdPaintRgn() - Constructor for class org.jfree.pixie.wmf.records.MfCmdPaintRgn
 
MfCmdPatBlt - class org.jfree.pixie.wmf.records.MfCmdPatBlt.
 
MfCmdPatBlt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
MfCmdPie - class org.jfree.pixie.wmf.records.MfCmdPie.
The Pie function draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials.
MfCmdPie() - Constructor for class org.jfree.pixie.wmf.records.MfCmdPie
 
MfCmdPolygon - class org.jfree.pixie.wmf.records.MfCmdPolygon.
The Polygon function draws a polygon consisting of two or more vertices connected by straight lines.
MfCmdPolygon() - Constructor for class org.jfree.pixie.wmf.records.MfCmdPolygon
 
MfCmdPolyline - class org.jfree.pixie.wmf.records.MfCmdPolyline.
The Polyline function draws a series of line segments by connecting the points in the specified array.
MfCmdPolyline() - Constructor for class org.jfree.pixie.wmf.records.MfCmdPolyline
 
MfCmdPolyPolygon - class org.jfree.pixie.wmf.records.MfCmdPolyPolygon.
PolyPolygon, is a list of polygons, for filled polygons SetPolyFillMode affects how the polygon is filled.
MfCmdPolyPolygon() - Constructor for class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
MfCmdRealisePalette - class org.jfree.pixie.wmf.records.MfCmdRealisePalette.
Synchronizes the Metafile-Palette with the device-dependent palette This is not used here, as java does use 24-Bit TrueColors to display colors.
MfCmdRealisePalette() - Constructor for class org.jfree.pixie.wmf.records.MfCmdRealisePalette
 
MfCmdRectangle - class org.jfree.pixie.wmf.records.MfCmdRectangle.
The Rectangle function draws a rectangle.
MfCmdRectangle() - Constructor for class org.jfree.pixie.wmf.records.MfCmdRectangle
 
MfCmdResizePalette - class org.jfree.pixie.wmf.records.MfCmdResizePalette.
The ResizePalette function increases or decreases the size of a logical palette based on the specified value.
MfCmdResizePalette() - Constructor for class org.jfree.pixie.wmf.records.MfCmdResizePalette
 
MfCmdRestoreDc - class org.jfree.pixie.wmf.records.MfCmdRestoreDc.
The RestoreDC function restores a device context (DC) to the specified state.
MfCmdRestoreDc() - Constructor for class org.jfree.pixie.wmf.records.MfCmdRestoreDc
 
MfCmdRoundRect - class org.jfree.pixie.wmf.records.MfCmdRoundRect.
The RoundRect function draws a rectangle with rounded corners.
MfCmdRoundRect() - Constructor for class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
MfCmdSaveDc - class org.jfree.pixie.wmf.records.MfCmdSaveDc.
Saves the DeviceContext.
MfCmdSaveDc() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSaveDc
 
MfCmdScaleViewportExt - class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt.
ToDo Implement me, as this just needs the AffineTransform ...
MfCmdScaleViewportExt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
MfCmdScaleWindowExt - class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt.
 
MfCmdScaleWindowExt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
MfCmdSelectClipRegion - class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion.
 
MfCmdSelectClipRegion() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
 
MfCmdSelectObject - class org.jfree.pixie.wmf.records.MfCmdSelectObject.
Activates the specified Object.
MfCmdSelectObject() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSelectObject
 
MfCmdSelectPalette - class org.jfree.pixie.wmf.records.MfCmdSelectPalette.
Activates the specified Palette Object.
MfCmdSelectPalette() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSelectPalette
 
MfCmdSetBkColor - class org.jfree.pixie.wmf.records.MfCmdSetBkColor.
 
MfCmdSetBkColor() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetBkColor
 
MfCmdSetBkMode - class org.jfree.pixie.wmf.records.MfCmdSetBkMode.
 
MfCmdSetBkMode() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetBkMode
 
MfCmdSetDibitsToDevice - class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice.
 
MfCmdSetDibitsToDevice() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
 
MfCmdSetMapMode - class org.jfree.pixie.wmf.records.MfCmdSetMapMode.
The SetMapMode function sets the mapping mode of the specified device context.
MfCmdSetMapMode() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetMapMode
 
MfCmdSetMapperFlags - class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags.
This records is ignored, as it is used to map fonts into the given aspect ratio.
MfCmdSetMapperFlags() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
 
MfCmdSetPaletteEntries - class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries.
As with every palette-function: I'm not sure if this is correctly implemented.
MfCmdSetPaletteEntries() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
MfCmdSetPixel - class org.jfree.pixie.wmf.records.MfCmdSetPixel.
Draws a single pixel with the given color on the specified position.
MfCmdSetPixel() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
MfCmdSetPolyFillMode - class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode.
 
MfCmdSetPolyFillMode() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
 
MfCmdSetRop2 - class org.jfree.pixie.wmf.records.MfCmdSetRop2.
 
MfCmdSetRop2() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetRop2
 
MfCmdSetStretchBltMode - class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode.
 
MfCmdSetStretchBltMode() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
 
MfCmdSetTextAlign - class org.jfree.pixie.wmf.records.MfCmdSetTextAlign.
The SetTextAlign function sets the text-alignment flags for the specified device context.
MfCmdSetTextAlign() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
 
MfCmdSetTextCharExtra - class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra.
The SetTextCharacterExtra function sets the intercharacter spacing.
MfCmdSetTextCharExtra() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
 
MfCmdSetTextColor - class org.jfree.pixie.wmf.records.MfCmdSetTextColor.
The SetTextColor function sets the text color for the specified device context to the specified color.
MfCmdSetTextColor() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetTextColor
 
MfCmdSetTextJustification - class org.jfree.pixie.wmf.records.MfCmdSetTextJustification.
The SetTextJustification function specifies the amount of space the system should add to the break characters in a string of text.
MfCmdSetTextJustification() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
 
MfCmdSetViewPortExt - class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt.
Sets the size of the viewport.
MfCmdSetViewPortExt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
 
MfCmdSetViewPortOrg - class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg.
Defines the upper left corner of the viewport.
MfCmdSetViewPortOrg() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
 
MfCmdSetWindowExt - class org.jfree.pixie.wmf.records.MfCmdSetWindowExt.
Sets the size of the window.
MfCmdSetWindowExt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
 
MfCmdSetWindowOrg - class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg.
Defines the upper left corner of the Window.
MfCmdSetWindowOrg() - Constructor for class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
 
MfCmdStretchBlt - class org.jfree.pixie.wmf.records.MfCmdStretchBlt.
The StretchBlt function copies a bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary.
MfCmdStretchBlt() - Constructor for class org.jfree.pixie.wmf.records.MfCmdStretchBlt
 
MfCmdStretchDibits - class org.jfree.pixie.wmf.records.MfCmdStretchDibits.
The StretchDIBits function copies the color data for a rectangle of pixels in a DIB to the specified destination rectangle.
MfCmdStretchDibits() - Constructor for class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
MfCmdTextOut - class org.jfree.pixie.wmf.records.MfCmdTextOut.
 
MfCmdTextOut() - Constructor for class org.jfree.pixie.wmf.records.MfCmdTextOut
 
MfCmdUnknownCommand - class org.jfree.pixie.wmf.records.MfCmdUnknownCommand.
This function is not in the validity list of Microsofts WindowsMetafile Records.
MfCmdUnknownCommand() - Constructor for class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
 
MfDcState - class org.jfree.pixie.wmf.MfDcState.
Track the state of the DeviceContext of a Windows metafile.
MfDcState.MfScale - class org.jfree.pixie.wmf.MfDcState.MfScale.
 
MfDcState.MfScale(int, int, int, int) - Constructor for class org.jfree.pixie.wmf.MfDcState.MfScale
 
MfDcState(MfDcState) - Constructor for class org.jfree.pixie.wmf.MfDcState
 
MfDcState(WmfFile) - Constructor for class org.jfree.pixie.wmf.MfDcState
 
MfHeader - class org.jfree.pixie.wmf.MfHeader.
A buffer which represents a Metafile header.
MfHeader() - Constructor for class org.jfree.pixie.wmf.MfHeader
 
MfLogBrush - class org.jfree.pixie.wmf.MfLogBrush.
A Windows metafile logical brush object.
MfLogBrush() - Constructor for class org.jfree.pixie.wmf.MfLogBrush
The default brush for a new DC.
MfLogFont - class org.jfree.pixie.wmf.MfLogFont.
A Windows metafile logical font object.
MfLogFont() - Constructor for class org.jfree.pixie.wmf.MfLogFont
Construct from a metafile record.
MfLogPalette - class org.jfree.pixie.wmf.MfLogPalette.
 
MfLogPalette() - Constructor for class org.jfree.pixie.wmf.MfLogPalette
 
MfLogPen - class org.jfree.pixie.wmf.MfLogPen.
A Windows metafile logical pen object.
MfLogPen() - Constructor for class org.jfree.pixie.wmf.MfLogPen
The default pen for a new DC.
MfLogRegion - class org.jfree.pixie.wmf.MfLogRegion.
A Wmf logical region definition.
MfLogRegion() - Constructor for class org.jfree.pixie.wmf.MfLogRegion
 
MfPalette - class org.jfree.pixie.wmf.MfPalette.
A WmfLogicalPalette, currently not implemented.
MfPalette() - Constructor for class org.jfree.pixie.wmf.MfPalette
 
MfRecord - class org.jfree.pixie.wmf.MfRecord.
A Windows metafile record.
MfRecord(InputStream) - Constructor for class org.jfree.pixie.wmf.MfRecord
Constructs a new MfRecord by reading the data from the input stream.
MfRecord(int) - Constructor for class org.jfree.pixie.wmf.MfRecord
Creates a new MetaFileRecord with the specified capacitiy.
MfType - class org.jfree.pixie.wmf.MfType.
Predefined types of Windows metafile records.
MM_ANISOTROPIC - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_HIENGLISH - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_HIMETRIC - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_ISOTROPIC - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_LOENGLISH - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_LOMETRIC - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_MAX - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_MAX_FIXEDSCALE - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_MIN - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_TEXT - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MM_TWIPS - Static variable in interface org.jfree.pixie.wmf.MappingConstants
 
MONO_FONT - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
MOVE_TO - Static variable in class org.jfree.pixie.wmf.MfType
 

N

nbisize - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nbitcount - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nclrimp - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nclrused - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
ncompression - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nheight - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
NONANTIALIASED_QUALITY - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
NOTSRCCOPY - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
NOTSRCERASE - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
nplanes - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nsize - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nsizeimage - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nwidth - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nxpm - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
nypm - Variable in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 

O

OBJ_BRUSH - Static variable in interface org.jfree.pixie.wmf.WmfObject
 
OBJ_FONT - Static variable in interface org.jfree.pixie.wmf.WmfObject
 
OBJ_PALETTE - Static variable in interface org.jfree.pixie.wmf.WmfObject
 
OBJ_PEN - Static variable in interface org.jfree.pixie.wmf.WmfObject
 
OBJ_REGION - Static variable in interface org.jfree.pixie.wmf.WmfObject
 
OFFSET_CLIP_RGN - Static variable in class org.jfree.pixie.wmf.MfType
 
OFFSET_VIEWPORT_ORG - Static variable in class org.jfree.pixie.wmf.MfType
 
OFFSET_WINDOW_ORG - Static variable in class org.jfree.pixie.wmf.MfType
 
OLD_BIT_BLT - Static variable in class org.jfree.pixie.wmf.MfType
 
OLD_CREATE_PATTERN_BRUSH - Static variable in class org.jfree.pixie.wmf.MfType
 
OLD_STRETCH_BLT - Static variable in class org.jfree.pixie.wmf.MfType
 
OPAQUE - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 
org.jfree.pixie - package org.jfree.pixie
 
org.jfree.pixie.g2recorder - package org.jfree.pixie.g2recorder
 
org.jfree.pixie.wmf - package org.jfree.pixie.wmf
 
org.jfree.pixie.wmf.bitmap - package org.jfree.pixie.wmf.bitmap
 
org.jfree.pixie.wmf.records - package org.jfree.pixie.wmf.records
 

P

PAINTREGION - Static variable in class org.jfree.pixie.wmf.MfType
 
parseRecords() - Method in class org.jfree.pixie.wmf.WmfFile
Read and interpret the body of the metafile.
PAT_BLT - Static variable in class org.jfree.pixie.wmf.MfType
 
PATCOPY - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
PATINVERT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
PATPAINT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
PC_EXPLICIT - Static variable in class org.jfree.pixie.wmf.GDIColor
 
PC_NOCOLLAPSE - Static variable in class org.jfree.pixie.wmf.GDIColor
 
PC_RESERVED - Static variable in class org.jfree.pixie.wmf.GDIColor
 
PenConstants - interface org.jfree.pixie.wmf.PenConstants.
The PenConstants were defined in the Windows-API and are used do define the appearance of Wmf-Pens.
PIE - Static variable in class org.jfree.pixie.wmf.MfType
 
POLY_POLYGON - Static variable in class org.jfree.pixie.wmf.MfType
 
POLYGON - Static variable in class org.jfree.pixie.wmf.MfType
 
POLYLINE - Static variable in class org.jfree.pixie.wmf.MfType
 
postDraw() - Method in class org.jfree.pixie.wmf.MfDcState
 
postDrawText() - Method in class org.jfree.pixie.wmf.MfDcState
 
postPaint() - Method in class org.jfree.pixie.wmf.MfDcState
 
prepareDraw() - Method in class org.jfree.pixie.wmf.MfDcState
 
prepareDrawText() - Method in class org.jfree.pixie.wmf.MfDcState
 
preparePaint() - Method in class org.jfree.pixie.wmf.MfDcState
 
PROOF_QUALITY - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
PS_ALTERNATE - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_COSMETIC - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_DASH - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_DASHDOT - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_DASHDOTDOT - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_DOT - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_ENDCAP_FLAT - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_ENDCAP_MASK - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_ENDCAP_ROUND - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_ENDCAP_SQUARE - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_GEOMETRIC - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_INSIDEFRAME - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_JOIN_BEVEL - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_JOIN_MASK - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_JOIN_MITER - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_JOIN_ROUND - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_NULL - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_SOLID - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_STYLE_MASK - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_TYPE_MASK - Static variable in interface org.jfree.pixie.wmf.PenConstants
 
PS_USERSTYLE - Static variable in interface org.jfree.pixie.wmf.PenConstants
 

Q

QUALITY_MAYBE - Static variable in class org.jfree.pixie.wmf.WmfFile
 
QUALITY_MAYBE - Static variable in class org.jfree.pixie.wmf.MfHeader
A constant stating that the given file could be a Wmf-File.
QUALITY_NO - Static variable in class org.jfree.pixie.wmf.WmfFile
 
QUALITY_NO - Static variable in class org.jfree.pixie.wmf.MfHeader
A constant stating that the given file is not Wmf-File at all.
QUALITY_YES - Static variable in class org.jfree.pixie.wmf.WmfFile
 
QUALITY_YES - Static variable in class org.jfree.pixie.wmf.MfHeader
A constant stating that the given file is a Wmf-File.

R

R2_BLACK - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_COPYPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_LAST - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_MASKNOTPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_MASKPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_MASKPENNOT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_MERGENOTPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_MERGEPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_MERGEPENNOT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_NOP - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_NOT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_NOTCOPYPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_NOTMASKPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_NOTMERGEPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_NOTXORPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_WHITE - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
R2_XORPEN - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
RASTER - Static variable in class org.jfree.pixie.wmf.MfType
 
read(FileInputStream) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
 
read(FileInputStream) - Method in class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
 
read(InputStream) - Method in class org.jfree.pixie.wmf.MfRecord
Read a record from an input stream.
read(InputStream) - Method in class org.jfree.pixie.wmf.MfHeader
Read the header from the given input.
read(InputStream, int, int) - Method in class org.jfree.pixie.wmf.Buffer
Read len bytes into the memory from a stream and stores the read bytes at the given offset.
readHeader() - Method in class org.jfree.pixie.wmf.WmfFile
Read Placeable and Windows headers.
readInt(InputStream) - Method in class org.jfree.pixie.wmf.bitmap.RGBCompression
 
readMap24(FileInputStream, BitmapReader.BitmapHeader) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
readMap24 internal routine to read the bytes in a 24 bit bitmap
readMap32(FileInputStream, BitmapReader.BitmapHeader) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
readMap24 internal routine to read the bytes in a 24 bit bitmap
readMap8(FileInputStream, BitmapReader.BitmapHeader) - Static method in class org.jfree.pixie.wmf.bitmap.BitmapReader
readMap8 internal routine to read the bytes in a 8 bit bitmap
readNextRecord() - Method in class org.jfree.pixie.wmf.WmfFile
Fetch a record.
readPalette(InputStream) - Method in class org.jfree.pixie.wmf.bitmap.GDIPalette
 
REALISE_PALETTE - Static variable in class org.jfree.pixie.wmf.MfType
 
RECORD_HEADER_SIZE - Static variable in class org.jfree.pixie.wmf.MfRecord
The size of the record header in bytes.
RecordCreationException - exception org.jfree.pixie.wmf.records.RecordCreationException.
 
RecordCreationException() - Constructor for class org.jfree.pixie.wmf.records.RecordCreationException
Constructs an Exception with no specified detail message.
RecordCreationException(String) - Constructor for class org.jfree.pixie.wmf.records.RecordCreationException
Constructs an Exception with the specified detail message.
RECTANGLE - Static variable in class org.jfree.pixie.wmf.MfType
 
registerAllKnownTypes() - Method in class org.jfree.pixie.wmf.records.CommandFactory
Registers all known command types to the standard factory.
removeConsumer(ImageConsumer) - Method in class org.jfree.pixie.wmf.WmfImageProducer
 
replay() - Method in class org.jfree.pixie.wmf.WmfFile
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdPie
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdChord
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmd
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdArc
Replays the command on the given WmfFile.
replay(WmfFile) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
Replays the command on the given WmfFile.
requestTopDownLeftRightResend(ImageConsumer) - Method in class org.jfree.pixie.wmf.WmfImageProducer
 
resetStates() - Method in class org.jfree.pixie.wmf.WmfFile
 
RESIZE_PALETTE - Static variable in class org.jfree.pixie.wmf.MfType
 
RESTORE_DC - Static variable in class org.jfree.pixie.wmf.MfType
 
restoreDCState(int) - Method in class org.jfree.pixie.wmf.WmfFile
 
restoredState() - Method in class org.jfree.pixie.wmf.MfDcState
 
RGBCompression - class org.jfree.pixie.wmf.bitmap.RGBCompression.
 
RGBCompression() - Constructor for class org.jfree.pixie.wmf.bitmap.RGBCompression
 
RLE4Compression - class org.jfree.pixie.wmf.bitmap.RLE4Compression.
 
RLE4Compression() - Constructor for class org.jfree.pixie.wmf.bitmap.RLE4Compression
 
RLE8Compression - class org.jfree.pixie.wmf.bitmap.RLE8Compression.
 
RLE8Compression() - Constructor for class org.jfree.pixie.wmf.bitmap.RLE8Compression
 
ROPConstants - interface org.jfree.pixie.wmf.ROPConstants.
The ROPConstants were defined in the Windows-API and are used do define the various RasterOperations (ROP).
rotate(double) - Method in class org.jfree.pixie.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class org.jfree.pixie.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a translated rotation transform.
ROUND_RECT - Static variable in class org.jfree.pixie.wmf.MfType
 

S

SAVE_DC - Static variable in class org.jfree.pixie.wmf.MfType
 
saveDCState() - Method in class org.jfree.pixie.wmf.WmfFile
 
SCALE_VIEWPORT_EXT - Static variable in class org.jfree.pixie.wmf.MfType
 
SCALE_WINDOW_EXT - Static variable in class org.jfree.pixie.wmf.MfType
 
scale(double, double) - Method in class org.jfree.pixie.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling.
scalePercent(float) - Method in class org.jfree.pixie.wmf.WmfFile
Scale the image to a certain percentage.
scalePercent(float, float) - Method in class org.jfree.pixie.wmf.WmfFile
Scale the width and height of an image to a certain percentage.
scaleRect(Rectangle) - Method in class org.jfree.pixie.wmf.records.MfCmd
Scales the given rectangle.
scaleToFit(float, float) - Method in class org.jfree.pixie.wmf.WmfFile
 
scaleX(int) - Method in class org.jfree.pixie.wmf.MfDcState.MfScale
 
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Not implemented as no scaling needed for this operation.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Not implemented as no scaling needed for this operation.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Not implemented as no scaling needed for this operation.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmd
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleXChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleY(int) - Method in class org.jfree.pixie.wmf.MfDcState.MfScale
 
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Not implemented as no scaling needed for this operation.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Not implemented as no scaling needed for this operation.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Not implemented as no scaling needed for this operation.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmd
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
A callback function to inform the object, that the x scale has changed and the internal coordinate values have to be adjusted.
scaleYChanged() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
A callback function to inform the object, that the y scale has changed and the internal coordinate values have to be adjusted.
SELECT_CLIP_REGION - Static variable in class org.jfree.pixie.wmf.MfType
 
SELECT_OBJECT - Static variable in class org.jfree.pixie.wmf.MfType
 
SELECT_PALETTE - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_BK_COLOR - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_BK_MODE - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_DIBITS_TO_DEVICE - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_MAP_MODE - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_MAPPER_FLAGS - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_PALETTE_ENTRIES - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_PIXEL - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_POLY_FILL_MODE - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_ROP2 - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_STRETCH_BLT_MODE - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_TEXT_ALIGN - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_TEXT_CHAR_EXTRA - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_TEXT_COLOR - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_TEXT_JUSTIFICATION - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_VIEWPORT_EXT - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_VIEWPORT_ORG - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_WINDOW_EXT - Static variable in class org.jfree.pixie.wmf.MfType
 
SET_WINDOW_ORG - Static variable in class org.jfree.pixie.wmf.MfType
 
setBackground(Color) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the background color for the Graphics2D context.
setBackground(Color) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the background color for the Graphics2D context.
setBackgroundColor(Color) - Method in class org.jfree.pixie.wmf.MfLogBrush
 
SetBackgroundOperation - class org.jfree.pixie.g2recorder.SetBackgroundOperation.
 
SetBackgroundOperation(Color) - Constructor for class org.jfree.pixie.g2recorder.SetBackgroundOperation
 
setBitmap(BufferedImage) - Method in class org.jfree.pixie.wmf.MfLogBrush
 
setBkColor(Color) - Method in class org.jfree.pixie.wmf.MfDcState
 
setBkMode(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setBkMode(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.MfLogRegion
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
setBounds(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
setBpp(int) - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
setBreakCount(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
 
setBrush(int) - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
 
setBrush(int) - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
setByte(int, int) - Method in class org.jfree.pixie.wmf.Buffer
Sets the byte at the given offset.
setCapacity(int) - Method in class org.jfree.pixie.wmf.Buffer
Ensures that the buffer has enough space for the given number of bytes.
setCharset(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setClip(int, int, int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the current clipping area to an arbitrary clip shape.
setClip(Shape) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the current clipping area to an arbitrary clip shape.
SetClipOperation - class org.jfree.pixie.g2recorder.SetClipOperation.
 
SetClipOperation(Shape) - Constructor for class org.jfree.pixie.g2recorder.SetClipOperation
 
setClippingRect(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
setClipPrecision(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setClipRegion(Rectangle) - Method in class org.jfree.pixie.wmf.MfDcState
 
setColor(Color) - Method in class org.jfree.pixie.AbstractGraphics2D
Sets this graphics context's current color to the specified color.
setColor(Color) - Method in class org.jfree.pixie.wmf.MfLogBrush
 
setColor(Color) - Method in class org.jfree.pixie.wmf.MfLogPen
 
setColor(Color) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
setColor(Color) - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
 
setColor(Color) - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
setColor(Color) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
setColor(Color) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
 
setColor(Color) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
setColor(Color) - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
setComposite(Composite) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the Composite for the Graphics2D context.
setComposite(Composite) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the Composite for the Graphics2D context.
SetCompositeOperation - class org.jfree.pixie.g2recorder.SetCompositeOperation.
 
SetCompositeOperation(Composite) - Constructor for class org.jfree.pixie.g2recorder.SetCompositeOperation
 
setCount(int) - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
setCurPos(int, int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setDestination(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
 
setDestination(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
 
setDestination(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
 
setDestination(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
setDestination(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
 
setDestination(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
 
setDestination(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
setDestination(Point) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
 
setDestination(Point) - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
 
setDestination(Point) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
 
setDestination(Point) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
 
setDestination(Point) - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
 
setDestRect(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
setDestRect(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
setDimension(Dimension) - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
setDimension(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
setDimension(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
 
setDimension(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
 
setDimension(int, int) - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
setDrawMode(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
 
setEndingIntersection(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
setEndingIntersection(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
setEndingIntersection(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
setEntries(Color[]) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
setEntries(Color[]) - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
 
setEntries(Color[]) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
 
setEscapement(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setExtraSpaceLength(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
 
setFace(String) - Method in class org.jfree.pixie.wmf.MfLogFont
 
setFgColor(Color) - Method in class org.jfree.pixie.wmf.MfDcState
 
setFillMode(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
 
setFillType(int) - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
setFlags(int) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
setFont(Font) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets this graphics context's font to the specified font.
setFont(Font) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets this graphics context's font to the specified font.
setFontFace(String) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
SetFontOperation - class org.jfree.pixie.g2recorder.SetFontOperation.
 
SetFontOperation(Font) - Constructor for class org.jfree.pixie.g2recorder.SetFontOperation
 
setFunction(int) - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
 
setHatch(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
setHatchedStyle(int) - Method in class org.jfree.pixie.wmf.MfLogBrush
 
setHeight(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setHPalette(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
setHPalette(int) - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
 
setHPalette(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
 
setImage(BufferedImage) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
 
setImage(BufferedImage) - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
setImage(BufferedImage) - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
setImage(BufferedImage) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
 
setImage(BufferedImage) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
setInt(int, int) - Method in class org.jfree.pixie.wmf.Buffer
Set the int value as big-endian.
setIntersectClipRect(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
 
setItalic(boolean) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setLength(int) - Method in class org.jfree.pixie.wmf.Buffer
Extends the length to the given new size.
setLogBrush(MfLogBrush) - Method in class org.jfree.pixie.wmf.MfDcState
 
setLogFont(MfLogFont) - Method in class org.jfree.pixie.wmf.MfDcState
 
setLogPalette(MfLogPalette) - Method in class org.jfree.pixie.wmf.MfDcState
 
setLogPen(MfLogPen) - Method in class org.jfree.pixie.wmf.MfDcState
 
setLogRegion(MfLogRegion) - Method in class org.jfree.pixie.wmf.MfDcState
 
setLongParam(int, int) - Method in class org.jfree.pixie.wmf.MfRecord
Defines a 32-bit param at the given offset.
setMapMode(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setMapMode(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
 
setMapperFlag(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setMapperFlags(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
 
setNoOfColors(int) - Method in class org.jfree.pixie.wmf.bitmap.GDIPalette
 
setNoOfImportantColors(int) - Method in class org.jfree.pixie.wmf.bitmap.GDIPalette
 
setNSavedDC(int) - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
 
setObjectId(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
 
setObjectId(int) - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
 
setObjectId(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
 
setObjectId(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
 
setOperation(int) - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
setOrientation(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setOrigin(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
setOrigin(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
setOutputPrecision(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setPaint(Paint) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the Paint attribute for the Graphics2D context.
setPaint(Paint) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the Paint attribute for the Graphics2D context.
setPaintMode() - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setPaintMode() - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
SetPaintModeOperation - class org.jfree.pixie.g2recorder.SetPaintModeOperation.
 
SetPaintModeOperation() - Constructor for class org.jfree.pixie.g2recorder.SetPaintModeOperation
 
SetPaintOperation - class org.jfree.pixie.g2recorder.SetPaintOperation.
 
SetPaintOperation(Paint) - Constructor for class org.jfree.pixie.g2recorder.SetPaintOperation
 
setParam(int, int) - Method in class org.jfree.pixie.wmf.MfRecord
Defines a 16-bit param at the given offset.
setPitchAndFamily(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setPointCount(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
setPointCount(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
setPoints(int[], int[]) - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
setPoints(int[], int[]) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
setPoints(Object[], Object[]) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
setPolyFillMode(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setPolygonCount(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
setQuality(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdPie
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdChord
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
 
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmd
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdArc
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(MfRecord) - Method in class org.jfree.pixie.wmf.bitmap.DIBReader
 
setRecord(MfRecord, int) - Method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
 
setRecord(MfRecord, int) - Method in class org.jfree.pixie.wmf.bitmap.DIBReader
 
setRects(Rectangle[]) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
setRegion(int) - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
 
setRegion(int) - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
setRegion(int) - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
 
setRegion(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
 
setRegionHeight(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
setRegionWidth(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
setRegionX(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
setRegionY(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
setRenderingHint(RenderingHints.Key, Object) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the value of a single preference for the rendering algorithms.
setRenderingHint(RenderingHints.Key, Object) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the value of a single preference for the rendering algorithms.
setRenderingHints(Map) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setRenderingHints(Map) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Replaces the values of all preferences for the rendering algorithms with the specified hints.
SetRenderingHintsOperation - class org.jfree.pixie.g2recorder.SetRenderingHintsOperation.
 
SetRenderingHintsOperation(RenderingHints) - Constructor for class org.jfree.pixie.g2recorder.SetRenderingHintsOperation
 
setROP(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setROP(int) - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
setROP(int) - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
setROP(int) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
setRotation(double) - Method in class org.jfree.pixie.wmf.MfLogFont
 
setRoundingDim(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
setScale(float, float) - Method in class org.jfree.pixie.wmf.records.MfCmd
Set the scale for the command.
setShort(int, int) - Method in class org.jfree.pixie.wmf.Buffer
Stores the given short as BigEndian value.
setSize(int) - Method in class org.jfree.pixie.wmf.MfLogFont
 
setSrcRect(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
setSrcRect(int, int, int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
setStartingIntersection(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
setStartingIntersection(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
setStartingIntersection(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
setStartPos(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
setStretchBltMode(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setStretchMode(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
 
setStrikeout(boolean) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setStrikeOut(boolean) - Method in class org.jfree.pixie.wmf.MfLogFont
 
setString(int, String) - Method in class org.jfree.pixie.wmf.Buffer
Writes the given string as byte stream using the plattforms default encoding.
setStringParam(int, String) - Method in class org.jfree.pixie.wmf.MfRecord
Defines a string param at the given offset.
setStroke(Stroke) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the Stroke for the Graphics2D context.
setStroke(Stroke) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the Stroke for the Graphics2D context.
SetStrokeOperation - class org.jfree.pixie.g2recorder.SetStrokeOperation.
 
SetStrokeOperation(Stroke) - Constructor for class org.jfree.pixie.g2recorder.SetStrokeOperation
 
setStyle(int) - Method in class org.jfree.pixie.wmf.MfLogBrush
 
setStyle(int) - Method in class org.jfree.pixie.wmf.MfLogPen
 
setStyle(int) - Method in class org.jfree.pixie.wmf.MfLogFont
 
setStyle(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
setStyle(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
setTarget(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
setTarget(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
 
setTarget(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
setTarget(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
 
setTarget(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
setTarget(Point) - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
setTarget(Point) - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
setText(String) - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
setText(String) - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
setTextAlign(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setTextAlignMode(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
 
setTextCharExtra(int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setTextCharExtra(int) - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
 
setTextColor(Color) - Method in class org.jfree.pixie.wmf.MfDcState
 
setTextJustification(int, int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setTopDown(boolean) - Method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
 
setTransform(AffineTransform) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the Transform in the Graphics2D context.
setTransform(AffineTransform) - Method in class org.jfree.pixie.g2recorder.G2Recorder
Sets the Transform in the Graphics2D context.
SetTransformOperation - class org.jfree.pixie.g2recorder.SetTransformOperation.
 
SetTransformOperation(AffineTransform) - Constructor for class org.jfree.pixie.g2recorder.SetTransformOperation
 
setType(int) - Method in class org.jfree.pixie.wmf.MfRecord
Defines the 16-bit type of this record.
setUnderline(boolean) - Method in class org.jfree.pixie.wmf.MfLogFont
 
setUnderline(boolean) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setUsage(int) - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
setViewportExt(int, int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setViewportOrg(int, int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setWeight(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setWidth(int) - Method in class org.jfree.pixie.wmf.MfLogPen
 
setWidth(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
setWidth(int) - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
setWindowExt(int, int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setWindowOrg(int, int) - Method in class org.jfree.pixie.wmf.MfDcState
 
setXORMode(Color) - Method in class org.jfree.pixie.wmf.WmfGraphics2D
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 org.jfree.pixie.g2recorder.G2Recorder
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
SetXORModeOperation - class org.jfree.pixie.g2recorder.SetXORModeOperation.
 
SetXORModeOperation(Color) - Constructor for class org.jfree.pixie.g2recorder.SetXORModeOperation
 
setXScale(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
setXScale(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
setYScale(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
setYScale(int, int) - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
shear(double, double) - Method in class org.jfree.pixie.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a shearing transform.
SRCAND - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
SRCCOPY - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
SRCERASE - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
SRCINVERT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
SRCPAINT - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
startProduction(ImageConsumer) - Method in class org.jfree.pixie.wmf.WmfImageProducer
 
STATE - Static variable in class org.jfree.pixie.wmf.MfType
Type bit flags.
storeObject(WmfObject) - Method in class org.jfree.pixie.wmf.WmfFile
 
STRETCH_BLT - Static variable in class org.jfree.pixie.wmf.MfType
 
STRETCH_DIBITS - Static variable in class org.jfree.pixie.wmf.MfType
 

T

TA_BASELINE - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_BOTTOM - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_CENTER - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_LEFT - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_MASK - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_NOUPDATECP - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_RIGHT - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_RTLREADING - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_TOP - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TA_UPDATECP - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
TEXT_OUT - Static variable in class org.jfree.pixie.wmf.MfType
 
TextConstants - interface org.jfree.pixie.wmf.TextConstants.
The TextConstants were defined in the Windows-API and are used do define the appearance of Wmf-Text.
toString() - Method in class org.jfree.pixie.wmf.MfLogPen
 
toString() - Method in class org.jfree.pixie.wmf.MfRecord
Return debug info.
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdPie
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdPolygon
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyline
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdChord
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Returns a string representation of this command.
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdLineTo
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdEllipse
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdEscape
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdTextOut
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdRectangle
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdArc
 
toString() - Method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
 
transform(AffineTransform) - Method in class org.jfree.pixie.AbstractGraphics2D
Composes an AffineTransform object with the Transform in this Graphics2D according to the rule last-specified-first-applied.
transform(boolean[]) - Method in class org.jfree.pixie.wmf.MfLogBrush
 
translate(double, double) - Method in class org.jfree.pixie.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a translation transform.
translate(int, int) - Method in class org.jfree.pixie.AbstractGraphics2D
Translates the origin of the Graphics2D context to the point (xy) in the current coordinate system.
translateColor(Color) - Static method in class org.jfree.pixie.wmf.GDIColor
Translates the given color instance into a GDI color reference.
TRANSPARENT - Static variable in interface org.jfree.pixie.wmf.BrushConstants
 

V

VARIABLE_PITCH - Static variable in interface org.jfree.pixie.wmf.FontConstants
 
VECTOR - Static variable in class org.jfree.pixie.wmf.MfType
 
VTA_BASELINE - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
VTA_BOTTOM - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
VTA_CENTER - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
VTA_LEFT - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
VTA_RIGHT - Static variable in interface org.jfree.pixie.wmf.TextConstants
 
VTA_TOP - Static variable in interface org.jfree.pixie.wmf.TextConstants
 

W

WHITENESS - Static variable in interface org.jfree.pixie.wmf.ROPConstants
 
WINDING - Static variable in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
 
WmfFile - class org.jfree.pixie.wmf.WmfFile.
Parses and replays the WmfFile.
WmfFile(InputStream, String, int, int) - Constructor for class org.jfree.pixie.wmf.WmfFile
Initialize metafile for reading from filename.
WmfFile(String) - Constructor for class org.jfree.pixie.wmf.WmfFile
 
WmfFile(String, int, int) - Constructor for class org.jfree.pixie.wmf.WmfFile
Initialize metafile for reading from filename.
WmfFile(URL) - Constructor for class org.jfree.pixie.wmf.WmfFile
 
WmfFile(URL, int, int) - Constructor for class org.jfree.pixie.wmf.WmfFile
 
WmfGraphics2D - class org.jfree.pixie.wmf.WmfGraphics2D.
 
WmfGraphics2D() - Constructor for class org.jfree.pixie.wmf.WmfGraphics2D
 
WmfImageProducer - class org.jfree.pixie.wmf.WmfImageProducer.
Implements the ImageProducer interface for the MetaFiles
WmfImageProducer(String, int, int) - Constructor for class org.jfree.pixie.wmf.WmfImageProducer
 
WmfImageProducer(URL) - Constructor for class org.jfree.pixie.wmf.WmfImageProducer
 
WmfImageProducer(URL, int, int) - Constructor for class org.jfree.pixie.wmf.WmfImageProducer
 
WmfObject - interface org.jfree.pixie.wmf.WmfObject.
Defines a generic WmfObject.

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