Alphabetical Index

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
addRenderingHints(Map) - method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the values of an arbitrary number of preferences for the rendering algorithms.
ALTERNATE - static field in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
ANIMATE_PALETTE - static field in class org.jfree.pixie.wmf.MfType
ANTIALIASED_QUALITY - static field in class 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 field in class org.jfree.pixie.wmf.MfType
assertValid() - method in class org.jfree.pixie.wmf.WmfFile
Check class invariant.

B

BI_BITFIELDS - static field in class org.jfree.pixie.wmf.bitmap.BitmapHeader
BI_RGB - static field in class org.jfree.pixie.wmf.bitmap.BitmapHeader
BI_RLE4 - static field in class org.jfree.pixie.wmf.bitmap.BitmapHeader
BI_RLE8 - static field in class org.jfree.pixie.wmf.bitmap.BitmapHeader
BIT_BLT - static field in class org.jfree.pixie.wmf.MfType
BitFieldsCompression - class org.jfree.pixie.wmf.bitmap.BitFieldsCompression
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
BitFieldsCompression() - constructor for class org.jfree.pixie.wmf.bitmap.BitFieldsCompression
BitmapCompression - class org.jfree.pixie.wmf.bitmap.BitmapCompression
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
BitmapCompressionFactory - class org.jfree.pixie.wmf.bitmap.BitmapCompressionFactory
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
BitmapCompressionFactory() - constructor for class org.jfree.pixie.wmf.bitmap.BitmapCompressionFactory
BitmapReader.BitmapHeader - class org.jfree.pixie.wmf.bitmap.BitmapReader.BitmapHeader
BitmapHeader - class org.jfree.pixie.wmf.bitmap.BitmapHeader
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
BitmapReader - class org.jfree.pixie.wmf.bitmap.BitmapReader
Date: Mar 9, 2003 Time: 12:01:58 AM $Id: BitmapReader.java 3062 2007-07-30 17:22:18Z tmorgner $
BLACKNESS - static field in class 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 field in class org.jfree.pixie.wmf.BrushConstants
BS_DIBPATTERN - static field in class org.jfree.pixie.wmf.MfLogBrush
BS_DIBPATTERN8X8 - static field in class org.jfree.pixie.wmf.BrushConstants
BS_DIBPATTERNPT - static field in class org.jfree.pixie.wmf.BrushConstants
BS_HATCHED - static field in class org.jfree.pixie.wmf.BrushConstants
BS_HATCHED - static field in class org.jfree.pixie.wmf.MfLogBrush
BS_HOLLOW - static field in class org.jfree.pixie.wmf.BrushConstants
BS_INDEXED - static field in class org.jfree.pixie.wmf.BrushConstants
BS_INDEXED - static field in class org.jfree.pixie.wmf.MfLogBrush
BS_MONOPATTERN - static field in class org.jfree.pixie.wmf.BrushConstants
BS_NULL - static field in class org.jfree.pixie.wmf.BrushConstants
BS_NULL - static field in class org.jfree.pixie.wmf.MfLogBrush
BS_PATTERN - static field in class org.jfree.pixie.wmf.BrushConstants
BS_PATTERN - static field in class org.jfree.pixie.wmf.MfLogBrush
BS_PATTERN8X8 - static field in class org.jfree.pixie.wmf.BrushConstants
BS_SOLID - static field in class org.jfree.pixie.wmf.BrushConstants
BS_SOLID - static field in class org.jfree.pixie.wmf.MfLogBrush
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.

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
CHARSET_ANSI - static field in class org.jfree.pixie.wmf.records.MfCmdCreateFont
CHARSET_DEFAULT - static field in class org.jfree.pixie.wmf.records.MfCmdCreateFont
CHARSET_OEM - static field in class org.jfree.pixie.wmf.records.MfCmdCreateFont
CHARSET_SHIFTJIS - static field in class org.jfree.pixie.wmf.records.MfCmdCreateFont
CHARSET_SYMBOL - static field in class org.jfree.pixie.wmf.records.MfCmdCreateFont
CHORD - static field 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.
clipRect(int,int,int,int) - method in class org.jfree.pixie.AbstractGraphics2D
Intersects the current clip with the specified rectangle.
clone() - method in class org.jfree.pixie.wmf.MfDcState
COLOR_FULL_ALPHA - static field 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.
create() - method in class org.jfree.pixie.wmf.WmfGraphics2D
Creates a new Graphics object that is a copy of this Graphics object.
CREATE_BRUSH_INDIRECT - static field in class org.jfree.pixie.wmf.MfType
CREATE_DIB_PATTERN_BRUSH - static field in class org.jfree.pixie.wmf.MfType
CREATE_FONT_INDIRECT - static field in class org.jfree.pixie.wmf.MfType
CREATE_PALETTE - static field in class org.jfree.pixie.wmf.MfType
CREATE_PATTERN_BRUSH - static field in class org.jfree.pixie.wmf.MfType
CREATE_PEN_INDIRECT - static field in class org.jfree.pixie.wmf.MfType
CREATE_REGION - static field in class org.jfree.pixie.wmf.MfType
createFont() - method in class org.jfree.pixie.wmf.MfLogFont

D

DASH_DASH - static field in class org.jfree.pixie.wmf.PenConstants
___ ___ ___
DASH_DASHDOT - static field in class org.jfree.pixie.wmf.PenConstants
___ _ ___ _
DASH_DASHDOTDOT - static field in class org.jfree.pixie.wmf.PenConstants
___ _ _ ___
DASH_DOT - static field in class org.jfree.pixie.wmf.PenConstants
_ _ _ _ _ _
DEFAULT_PITCH - static field in class org.jfree.pixie.wmf.FontConstants
DEFAULT_QUALITY - static field in class org.jfree.pixie.wmf.FontConstants
DELETE_OBJECT - static field 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
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
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.
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 field in class org.jfree.pixie.wmf.FontConstants
draw(Graphics2D,Rectangle2D) - method in class org.jfree.pixie.wmf.WmfFile
draw(Shape) - method in class org.jfree.pixie.wmf.WmfGraphics2D
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.
Renders the text of the specified java.awt.font.GlyphVector using the Graphics2D context's rendering attributes.
Renders a BufferedImage that is filtered with a java.awt.image.BufferedImageOp.
Renders an image, applying a transform from image space into user space before drawing.
Draws as much of the specified image as is currently available.
Draws as much of the specified image as is currently available.
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
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.
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.
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.
Renders a java.awt.image.renderable.RenderableImage, applying a transform from image space into user space before drawing.
Renders a RenderedImage, applying a transform from image space into user space before drawing.
Draws an outlined round-cornered rectangle using this graphics context's current color.
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
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,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.
DSTINVERT - static field in class org.jfree.pixie.wmf.ROPConstants

E

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

F

FF_DECORATIVE - static field in class org.jfree.pixie.wmf.FontConstants
FF_DONTCARE - static field in class org.jfree.pixie.wmf.FontConstants
FF_MODERN - static field in class org.jfree.pixie.wmf.FontConstants
FF_ROMAN - static field in class org.jfree.pixie.wmf.FontConstants
Variable stroke width, serifed.
FF_SCRIPT - static field in class org.jfree.pixie.wmf.FontConstants
FF_SWISS - static field in class org.jfree.pixie.wmf.FontConstants
fill(Shape) - method in class org.jfree.pixie.wmf.WmfGraphics2D
Fills the interior of a Shape using the settings of the Graphics2D context.
FILL_REGION - static field in class org.jfree.pixie.wmf.MfType
fillArc(int,int,int,int,int,int) - method in class org.jfree.pixie.AbstractGraphics2D
Fills a circular or elliptical arc covering the specified rectangle.
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.
Fills the specified rounded corner rectangle with the current color.
findFreeSlot() - method in class org.jfree.pixie.wmf.WmfFile
Return the next free slot from the objects table.
FIXED_PITCH - static field in class org.jfree.pixie.wmf.FontConstants
FLOOD_FILL - static field in class org.jfree.pixie.wmf.MfType
FLOODFILLBORDER - static field in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
FLOODFILLSURFACE - static field 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 field in class org.jfree.pixie.wmf.MfType
FW_BLACK - static field in class org.jfree.pixie.wmf.FontConstants
FW_BOLD - static field in class org.jfree.pixie.wmf.FontConstants
FW_DEMIBOLD - static field in class org.jfree.pixie.wmf.FontConstants
FW_DONTCARE - static field in class org.jfree.pixie.wmf.FontConstants
FW_EXTRABOLD - static field in class org.jfree.pixie.wmf.FontConstants
FW_EXTRALIGHT - static field in class org.jfree.pixie.wmf.FontConstants
FW_HEAVY - static field in class org.jfree.pixie.wmf.FontConstants
FW_LIGHT - static field in class org.jfree.pixie.wmf.FontConstants
FW_MEDIUM - static field in class org.jfree.pixie.wmf.FontConstants
FW_NORMAL - static field in class org.jfree.pixie.wmf.FontConstants
FW_REGULAR - static field in class org.jfree.pixie.wmf.FontConstants
FW_SEMIBOLD - static field in class org.jfree.pixie.wmf.FontConstants
FW_THIN - static field in class org.jfree.pixie.wmf.FontConstants
FW_ULTRABOLD - static field in class org.jfree.pixie.wmf.FontConstants
FW_ULTRALIGHT - static field in class org.jfree.pixie.wmf.FontConstants

G

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
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
get(int) - static method in class org.jfree.pixie.wmf.MfType
Map a 16-bit type id onto an object.
getAdjacentColorBits() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getBackground() - method in class org.jfree.pixie.wmf.WmfGraphics2D
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.
getBitmapHeight() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getBitmapWidth() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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.records.MfCmdSetBkMode
getBkMode() - method in class org.jfree.pixie.wmf.MfDcState
getBounds() - method in class org.jfree.pixie.wmf.records.MfCmdArc
getBounds() - method in class org.jfree.pixie.wmf.records.MfCmdChord
getBounds() - method in class org.jfree.pixie.wmf.records.MfCmdEllipse
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.MfCmdPie
getBounds() - method in class org.jfree.pixie.wmf.records.MfCmdRectangle
getBounds() - method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
getBounds() - method in class org.jfree.pixie.wmf.MfLogRegion
getBpp() - method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
getBreakCount() - method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
getBreakCount() - method in class org.jfree.pixie.wmf.MfDcState
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.
getBytesPerRasterLine() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getCharset() - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
getClip() - method in class org.jfree.pixie.wmf.WmfGraphics2D
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.records.MfCmdCreateBrush
getColor() - method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
getColor() - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
getColor() - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
getColor() - method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
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.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.
getColorPlanesBitmap() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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.
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.MfCmdDibBitBlt
getDestination() - method in class org.jfree.pixie.wmf.records.MfCmdLineTo
getDestination() - method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
getDestination() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
getDestination() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
getDestination() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
getDestination() - method in class org.jfree.pixie.wmf.records.MfCmdTextOut
getDestRect() - method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
getDestRect() - method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
getDestXExt() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getDestXOrigin() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getDestYExt() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getDestYOrigin() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getDeviceConfiguration() - method in class org.jfree.pixie.wmf.WmfGraphics2D
Returns the device configuration associated with this Graphics2D.
getDeviceDependentBitmap() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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.MfCmdArc
getEndingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdChord
getEndingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdPie
getEntries() - method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Returns the colors defined for this command.
getEntries() - method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
getEntries() - method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
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.records.MfCmdSetTextJustification
getExtraSpaceLength() - method in class org.jfree.pixie.wmf.MfDcState
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.
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.
getFontRenderContext() - method in class org.jfree.pixie.wmf.WmfGraphics2D
Get the rendering context of the Font within this Graphics2D context.
getFunction() - method in class org.jfree.pixie.wmf.records.MfCmd
Reads the function identifier.
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.MfCmdArc
Reads the function identifier.
getFunction() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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.MfCmdCreateBrush
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.MfCmdCreateFont
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.MfCmdCreatePatternBrush
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.MfCmdCreateRegion
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.MfCmdDibBitBlt
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.MfCmdEllipse
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.MfCmdExcludeClipRect
Reads the function identifier.
getFunction() - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
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.MfCmdFillRegion
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.MfCmdFrameRegion
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.MfCmdInvertRegion
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.MfCmdMoveTo
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.MfCmdOffsetViewportOrg
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.MfCmdPaintRgn
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.MfCmdPie
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.MfCmdPolyline
Reads the function identifier.
getFunction() - method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
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.MfCmdRectangle
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.MfCmdRestoreDc
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.MfCmdSaveDc
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.MfCmdScaleWindowExt
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.MfCmdSelectObject
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.MfCmdSetBkColor
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.MfCmdSetDibitsToDevice
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.MfCmdSetMapperFlags
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.MfCmdSetPixel
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.MfCmdSetRop2
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.MfCmdSetTextAlign
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.MfCmdSetTextColor
Reads the function identifier.
getFunction() - method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
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.MfCmdSetViewPortOrg
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.MfCmdSetWindowOrg
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.MfCmdStretchDibits
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.MfCmdUnknownCommand
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.bitmap.BitmapHeader
getHeaderSize() - method in class org.jfree.pixie.wmf.MfHeader
Gets the header size.
getHeight() - method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
getHeight() - method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
getHeight() - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
getHorizontalTextAlignment() - method in class org.jfree.pixie.wmf.MfDcState
getHPalette() - method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
getHPalette() - method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
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.MfCmdCreatePatternBrush
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.MfCmdStretchDibits
getImageSize() - method in class org.jfree.pixie.wmf.WmfFile
getInputStream(int) - method in class org.jfree.pixie.wmf.Buffer
Gets an input stream to read from the memory buffer.
getInstance() - static method in class org.jfree.pixie.wmf.records.CommandFactory
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.MfCmdAnimatePalette
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.MfCmdBitBlt
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.MfCmdCreateBrush
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.MfCmdCreateFont
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.MfCmdCreatePatternBrush
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.MfCmdCreateRegion
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.MfCmdDibBitBlt
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.MfCmdEllipse
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.MfCmdExcludeClipRect
Creates a empty unintialized copy of this command implementation.
getInstance() - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
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.MfCmdFillRegion
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.MfCmdFrameRegion
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.MfCmdInvertRegion
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.MfCmdMoveTo
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.MfCmdOffsetViewportOrg
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.MfCmdPaintRgn
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.MfCmdPie
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.MfCmdPolyline
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.
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.MfCmdRectangle
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.MfCmdRestoreDc
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.MfCmdSaveDc
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.MfCmdScaleWindowExt
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.MfCmdSelectObject
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.MfCmdSetBkColor
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.MfCmdSetDibitsToDevice
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.MfCmdSetMapperFlags
Creates a empty unintialized copy of this command implementation.
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.MfCmdSetPixel
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.MfCmdSetRop2
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.MfCmdSetTextAlign
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.MfCmdSetTextColor
Creates a empty unintialized copy of this command implementation.
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.MfCmdSetViewPortExt
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.MfCmdSetWindowExt
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.MfCmdStretchBlt
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.MfCmdTextOut
Creates a empty unintialized copy of this command implementation.
getInstance() - method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
Creates a empty unintialized copy of this command implementation.
getInstance() - static method in class org.jfree.pixie.PixieInfo
Returns the single instance of this class.
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.records.MfCmdSetMapMode
getMapMode() - method in class org.jfree.pixie.wmf.MfDcState
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.MfCmdDeleteObject
getObjectId() - method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
getObjectId() - method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
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.
getPalette() - method in class org.jfree.pixie.wmf.WmfFile
getPaletteSize() - method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
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
getPosStartAnimate() - method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Returns the position of the first color that should be animated in the current palette.
getPreferredSize() - method in class org.jfree.pixie.wmf.WmfFile
Returns the preferred size of the drawable.
getQuality() - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
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.MfCmdAnimatePalette
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.MfCmdBitBlt
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.MfCmdCreateBrush
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.MfCmdCreateFont
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.MfCmdCreatePatternBrush
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.MfCmdCreateRegion
Writer function
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.MfCmdDibBitBlt
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.MfCmdEllipse
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.MfCmdExcludeClipRect
Writer function
getRecord() - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
Writer function
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.MfCmdFillRegion
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.MfCmdFrameRegion
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.MfCmdInvertRegion
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.MfCmdMoveTo
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.MfCmdOffsetViewportOrg
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.MfCmdPaintRgn
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.MfCmdPie
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.MfCmdPolyline
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.
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.MfCmdRectangle
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.MfCmdRestoreDc
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.MfCmdSaveDc
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.MfCmdScaleWindowExt
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.MfCmdSelectObject
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.MfCmdSetBkColor
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.MfCmdSetDibitsToDevice
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.MfCmdSetMapperFlags
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.MfCmdSetPixel
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.MfCmdSetRop2
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.MfCmdSetTextAlign
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.MfCmdSetTextColor
Creates a new record based on the data stored in the MfCommand.
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.MfCmdSetViewPortExt
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.MfCmdSetWindowExt
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.MfCmdStretchBlt
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.MfCmdTextOut
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.
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.
getRenderingHints() - method in class org.jfree.pixie.wmf.WmfGraphics2D
Gets the preferences for the rendering algorithms.
getRop() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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
getROP() - method in class org.jfree.pixie.wmf.MfDcState
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.MfCmdArc
getScaledBounds() - method in class org.jfree.pixie.wmf.records.MfCmdChord
getScaledBounds() - method in class org.jfree.pixie.wmf.records.MfCmdEllipse
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.MfCmdPie
getScaledBounds() - method in class org.jfree.pixie.wmf.records.MfCmdRectangle
getScaledBounds() - method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
getScaledClippingRect() - method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
getScaledDestination() - method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
getScaledDestination() - method in class org.jfree.pixie.wmf.records.MfCmdLineTo
getScaledDestination() - method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
getScaledDestination() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
getScaledDestination() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
getScaledDestination() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
getScaledDestination() - method in class org.jfree.pixie.wmf.records.MfCmdTextOut
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.MfCmdArc
getScaledEndingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdChord
getScaledEndingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdPie
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.MfCmdArc
getScaledStartingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdChord
getScaledStartingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdPie
getScaledTarget() - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
getScaledTarget() - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
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.MfCmdSetWindowOrg
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
getSourceX() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
getSourceY() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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.MfCmdArc
getStartingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdChord
getStartingIntersection() - method in class org.jfree.pixie.wmf.records.MfCmdPie
getStartPos() - method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
getStateCount() - method in class org.jfree.pixie.wmf.WmfFile
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.
getStyle() - method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
getStyle() - method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
getStyle() - method in class org.jfree.pixie.wmf.MfLogBrush
The style of this brush.
getStyle() - method in class org.jfree.pixie.wmf.MfLogFont
The font style.
getStyle() - method in class org.jfree.pixie.wmf.MfLogPen
Return one of the PS_ styles.
getTarget() - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
getTarget() - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
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.MfCmdSetWindowOrg
getText() - method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
getText() - method in class org.jfree.pixie.wmf.records.MfCmdTextOut
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.records.MfCmdSetTextCharExtra
getTextCharExtra() - method in class org.jfree.pixie.wmf.MfDcState
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.
getType() - method in class org.jfree.pixie.wmf.MfLogBrush
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.MfLogPen
getType() - method in class org.jfree.pixie.wmf.MfLogRegion
getType() - method in class org.jfree.pixie.wmf.MfPalette
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.MfType
getType() - method in class org.jfree.pixie.wmf.WmfObject
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.bitmap.BitmapCompression
getWidth() - method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
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.MfLogPen
Return width.
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.MfCmdScaleViewportExt
getXDenom() - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
getXNum() - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
getXNum() - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
getXScale() - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
getXScale() - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
getYDenom() - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
getYDenom() - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
getYNum() - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
getYNum() - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
getYScale() - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
getYScale() - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt

H

hit(Rectangle,Shape,boolean) - method in class org.jfree.pixie.AbstractGraphics2D
Checks whether or not the specified Shape intersects the specified java.awt.Rectangle, which is in device space.
HS_BDIAGONAL - static field in class org.jfree.pixie.wmf.BrushConstants
HS_BDIAGONAL - static field in class org.jfree.pixie.wmf.MfLogBrush
HS_CROSS - static field in class org.jfree.pixie.wmf.BrushConstants
HS_CROSS - static field in class org.jfree.pixie.wmf.MfLogBrush
HS_DIAGCROSS - static field in class org.jfree.pixie.wmf.BrushConstants
HS_DIAGCROSS - static field in class org.jfree.pixie.wmf.MfLogBrush
HS_FDIAGONAL - static field in class org.jfree.pixie.wmf.BrushConstants
HS_FDIAGONAL - static field in class org.jfree.pixie.wmf.MfLogBrush
HS_HORIZONTAL - static field in class org.jfree.pixie.wmf.BrushConstants
HS_HORIZONTAL - static field in class org.jfree.pixie.wmf.MfLogBrush
HS_VERTICAL - static field in class org.jfree.pixie.wmf.BrushConstants
HS_VERTICAL - static field in class org.jfree.pixie.wmf.MfLogBrush

I

INTERSECT_CLIP_RECT - static field in class org.jfree.pixie.wmf.MfType
INVERT_REGION - static field 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.MfHeader
Is the given input a metafile? We have to guess by reading the header and/or by looking at the file name.
isMetafile(String,InputStream) - static method in class org.jfree.pixie.wmf.WmfFile
Return true if the input is 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
isPreserveAspectRatio() - method in class org.jfree.pixie.wmf.WmfFile
Returns true, if this drawable will preserve an aspect ratio during the drawing.
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.BitmapCompression
isTopDown() - method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
isUnderline() - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
isUnderline() - method in class org.jfree.pixie.wmf.MfLogFont
True if this is an underlined font.
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 field 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.PixieViewer
main(String[]) - static method in class org.jfree.pixie.wmf.WmfFile
MAPPING_MODE - static field in class org.jfree.pixie.wmf.MfType
MappingConstants - interface org.jfree.pixie.wmf.MappingConstants
Various MappingConstants defined in the Windows API.
MERGECOPY - static field in class org.jfree.pixie.wmf.ROPConstants
MERGEPAINT - static field in class 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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
MfCmdCreateDibPatternBrush - class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdCreateDibPatternBrush() - constructor for class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
MfCmdExtFloodFill - class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdExtFloodFill() - constructor for class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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, starting with the current region.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
MfCmdRealisePalette - class org.jfree.pixie.wmf.records.MfCmdRealisePalette
Synchronizes the Metafile-Palette with the device-dependent palette This is not used here, as java uses 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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
Scales the current view port.
MfCmdScaleViewportExt() - constructor for class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
The default constructor, adjusts the scale to 1.
MfCmdScaleWindowExt - class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdScaleWindowExt() - constructor for class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
The default constructor, adjusts the scale to 1.
MfCmdSelectClipRegion - class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
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
The default constructor, adjusts the scale to 1.
MfCmdSelectPalette - class org.jfree.pixie.wmf.records.MfCmdSelectPalette
Activates the specified Palette Object.
MfCmdSelectPalette() - constructor for class org.jfree.pixie.wmf.records.MfCmdSelectPalette
The default constructor, adjusts the scale to 1.
MfCmdSetBkColor - class org.jfree.pixie.wmf.records.MfCmdSetBkColor
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdSetBkColor() - constructor for class org.jfree.pixie.wmf.records.MfCmdSetBkColor
MfCmdSetBkMode - class org.jfree.pixie.wmf.records.MfCmdSetBkMode
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdSetBkMode() - constructor for class org.jfree.pixie.wmf.records.MfCmdSetBkMode
The default constructor, adjusts the scale to 1.
MfCmdSetDibitsToDevice - class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdSetDibitsToDevice() - constructor for class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdSetPolyFillMode() - constructor for class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
The default constructor, adjusts the scale to 1.
MfCmdSetRop2 - class org.jfree.pixie.wmf.records.MfCmdSetRop2
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
MfCmdSetRop2() - constructor for class org.jfree.pixie.wmf.records.MfCmdSetRop2
MfCmdSetStretchBltMode - class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
MfCmdSetViewPortExt - class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
Sets the size of the viewport.
MfCmdSetViewPortExt() - constructor for class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
MfCmdSetWindowExt - class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
Sets the size of the window.
MfCmdSetWindowExt() - constructor for class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
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
The default constructor, adjusts the scale to 1.
MfCmdTextOut - class org.jfree.pixie.wmf.records.MfCmdTextOut
Prints the given string.
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
The default constructor, adjusts the scale to 1.
MfDcState - class org.jfree.pixie.wmf.MfDcState
Track the state of the DeviceContext of a Windows metafile.
MfDcState(org.jfree.pixie.wmf.MfDcState) - constructor for class org.jfree.pixie.wmf.MfDcState
MfDcState(org.jfree.pixie.wmf.WmfFile) - constructor for class org.jfree.pixie.wmf.MfDcState
MfHeader - class org.jfree.pixie.wmf.MfHeader
A buffer which represents a Metafile header.
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
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
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.
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.
MfDcState.MfScale - class org.jfree.pixie.wmf.MfDcState.MfScale
MfScale(int,int,int,int) - constructor for class org.jfree.pixie.wmf.MfDcState.MfScale
MfType - class org.jfree.pixie.wmf.MfType
Predefined types of Windows metafile records.
MM_ANISOTROPIC - static field in class org.jfree.pixie.wmf.MappingConstants
MM_HIENGLISH - static field in class org.jfree.pixie.wmf.MappingConstants
MM_HIMETRIC - static field in class org.jfree.pixie.wmf.MappingConstants
MM_ISOTROPIC - static field in class org.jfree.pixie.wmf.MappingConstants
MM_LOENGLISH - static field in class org.jfree.pixie.wmf.MappingConstants
MM_LOMETRIC - static field in class org.jfree.pixie.wmf.MappingConstants
MM_MAX - static field in class org.jfree.pixie.wmf.MappingConstants
MM_MAX_FIXEDSCALE - static field in class org.jfree.pixie.wmf.MappingConstants
MM_MIN - static field in class org.jfree.pixie.wmf.MappingConstants
MM_TEXT - static field in class org.jfree.pixie.wmf.MappingConstants
MM_TWIPS - static field in class org.jfree.pixie.wmf.MappingConstants
MONO_FONT - static field in class org.jfree.pixie.wmf.FontConstants
move(int,int,int) - method in class org.jfree.pixie.wmf.Buffer
Moves the buffer contents from the source offset to the target offset, the areas should not overlap.
MOVE_TO - static field in class org.jfree.pixie.wmf.MfType

N

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

O

OBJ_BRUSH - static field in class org.jfree.pixie.wmf.WmfObject
OBJ_FONT - static field in class org.jfree.pixie.wmf.WmfObject
OBJ_PALETTE - static field in class org.jfree.pixie.wmf.WmfObject
OBJ_PEN - static field in class org.jfree.pixie.wmf.WmfObject
OBJ_REGION - static field in class org.jfree.pixie.wmf.WmfObject
OFFSET_CLIP_RGN - static field in class org.jfree.pixie.wmf.MfType
OFFSET_VIEWPORT_ORG - static field in class org.jfree.pixie.wmf.MfType
OFFSET_WINDOW_ORG - static field in class org.jfree.pixie.wmf.MfType
OLD_BIT_BLT - static field in class org.jfree.pixie.wmf.MfType
OLD_CREATE_PATTERN_BRUSH - static field in class org.jfree.pixie.wmf.MfType
OLD_STRETCH_BLT - static field in class org.jfree.pixie.wmf.MfType
OPAQUE - static field in class org.jfree.pixie.wmf.BrushConstants
org.jfree.pixie - package

P

PAINTREGION - static field 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 field in class org.jfree.pixie.wmf.MfType
PATCOPY - static field in class org.jfree.pixie.wmf.ROPConstants
PATINVERT - static field in class org.jfree.pixie.wmf.ROPConstants
PATPAINT - static field in class org.jfree.pixie.wmf.ROPConstants
PC_EXPLICIT - static field in class org.jfree.pixie.wmf.GDIColor
PC_NOCOLLAPSE - static field in class org.jfree.pixie.wmf.GDIColor
PC_RESERVED - static field 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 field in class org.jfree.pixie.wmf.MfType
PixieInfo - class org.jfree.pixie.PixieInfo
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
PixieInfo() - constructor for class org.jfree.pixie.PixieInfo
Creates a new instance.
PixieViewer - class org.jfree.pixie.PixieViewer
Creation-Date: 13.05.2006, 09:47:26
PixieViewer(String) - constructor for class org.jfree.pixie.PixieViewer
POLY_POLYGON - static field in class org.jfree.pixie.wmf.MfType
POLYGON - static field in class org.jfree.pixie.wmf.MfType
POLYLINE - static field 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 field in class org.jfree.pixie.wmf.FontConstants
PS_ALTERNATE - static field in class org.jfree.pixie.wmf.PenConstants
PS_COSMETIC - static field in class org.jfree.pixie.wmf.PenConstants
PS_DASH - static field in class org.jfree.pixie.wmf.PenConstants
PS_DASHDOT - static field in class org.jfree.pixie.wmf.PenConstants
PS_DASHDOTDOT - static field in class org.jfree.pixie.wmf.PenConstants
PS_DOT - static field in class org.jfree.pixie.wmf.PenConstants
PS_ENDCAP_FLAT - static field in class org.jfree.pixie.wmf.PenConstants
PS_ENDCAP_MASK - static field in class org.jfree.pixie.wmf.PenConstants
PS_ENDCAP_ROUND - static field in class org.jfree.pixie.wmf.PenConstants
PS_ENDCAP_SQUARE - static field in class org.jfree.pixie.wmf.PenConstants
PS_GEOMETRIC - static field in class org.jfree.pixie.wmf.PenConstants
PS_INSIDEFRAME - static field in class org.jfree.pixie.wmf.PenConstants
PS_JOIN_BEVEL - static field in class org.jfree.pixie.wmf.PenConstants
PS_JOIN_MASK - static field in class org.jfree.pixie.wmf.PenConstants
PS_JOIN_MITER - static field in class org.jfree.pixie.wmf.PenConstants
PS_JOIN_ROUND - static field in class org.jfree.pixie.wmf.PenConstants
PS_NULL - static field in class org.jfree.pixie.wmf.PenConstants
PS_SOLID - static field in class org.jfree.pixie.wmf.PenConstants
PS_STYLE_MASK - static field in class org.jfree.pixie.wmf.PenConstants
PS_TYPE_MASK - static field in class org.jfree.pixie.wmf.PenConstants
PS_USERSTYLE - static field in class org.jfree.pixie.wmf.PenConstants

Q

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

R

R2_BLACK - static field in class org.jfree.pixie.wmf.ROPConstants
R2_COPYPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_LAST - static field in class org.jfree.pixie.wmf.ROPConstants
R2_MASKNOTPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_MASKPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_MASKPENNOT - static field in class org.jfree.pixie.wmf.ROPConstants
R2_MERGENOTPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_MERGEPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_MERGEPENNOT - static field in class org.jfree.pixie.wmf.ROPConstants
R2_NOP - static field in class org.jfree.pixie.wmf.ROPConstants
R2_NOT - static field in class org.jfree.pixie.wmf.ROPConstants
R2_NOTCOPYPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_NOTMASKPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_NOTMERGEPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_NOTXORPEN - static field in class org.jfree.pixie.wmf.ROPConstants
R2_WHITE - static field in class org.jfree.pixie.wmf.ROPConstants
R2_XORPEN - static field in class org.jfree.pixie.wmf.ROPConstants
RASTER - static field 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.MfHeader
Read the header from the given input.
read(InputStream) - method in class org.jfree.pixie.wmf.MfRecord
Read a record from an input stream.
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,org.jfree.pixie.wmf.bitmap.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,org.jfree.pixie.wmf.bitmap.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,org.jfree.pixie.wmf.bitmap.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 field in class org.jfree.pixie.wmf.MfType
RECORD_HEADER_SIZE - static field in class org.jfree.pixie.wmf.MfRecord
The size of the record header in bytes.
RecordCreationException - class org.jfree.pixie.wmf.records.RecordCreationException
Date: Mar 9, 2003 Time: 5:11:57 PM $Id: RecordCreationException.java 3062 2007-07-30 17:22:18Z tmorgner $
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 field 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(int,int) - method in class org.jfree.pixie.wmf.WmfFile
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmd
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdArc
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdChord
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdEllipse
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdEscape
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdLineTo
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdPie
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdPolygon
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdPolyline
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdRectangle
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdTextOut
Replays the command on the given WmfFile.
replay(org.jfree.pixie.wmf.WmfFile) - method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
Replays the command on the given WmfFile.
resetStates() - method in class org.jfree.pixie.wmf.WmfFile
RESIZE_PALETTE - static field in class org.jfree.pixie.wmf.MfType
RESTORE_DC - static field in class org.jfree.pixie.wmf.MfType
restoreDCState(int) - method in class org.jfree.pixie.wmf.WmfFile
Restores a state.
restoredState() - method in class org.jfree.pixie.wmf.MfDcState
RGBCompression - class org.jfree.pixie.wmf.bitmap.RGBCompression
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
RLE4Compression - class org.jfree.pixie.wmf.bitmap.RLE4Compression
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
RLE4Compression() - constructor for class org.jfree.pixie.wmf.bitmap.RLE4Compression
RLE8Compression - class org.jfree.pixie.wmf.bitmap.RLE8Compression
======================================== Pixie : a free Java vector image library ======================================== Project Info: http://reporting.pentaho.org/pixie/ (C) Copyright 2000-2005, by Object Refinery Limited and Contributors.
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 field in class org.jfree.pixie.wmf.MfType

S

SAVE_DC - static field in class org.jfree.pixie.wmf.MfType
saveDCState() - method in class org.jfree.pixie.wmf.WmfFile
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.
SCALE_VIEWPORT_EXT - static field in class org.jfree.pixie.wmf.MfType
SCALE_WINDOW_EXT - static field in class org.jfree.pixie.wmf.MfType
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
<!-- Yes, this is from iText lib -->
scaleX(int) - method in class org.jfree.pixie.wmf.MfDcState.MfScale
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.MfCmdAnimatePalette
Not implemented as no scaling needed for this operation.
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.MfCmdBitBlt
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.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.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.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.MfCmdCreatePalette
Not implemented as no scaling needed for this operation.
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.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.MfCmdCreateRegion
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.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.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.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.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.MfCmdExcludeClipRect
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
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
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.MfCmdPolyPolygon
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.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.MfCmdResizePalette
Not implemented as no scaling needed for this operation.
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.MfCmdUnknownCommand
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.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.MfCmdAnimatePalette
Not implemented as no scaling needed for this operation.
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.MfCmdBitBlt
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.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.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.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.MfCmdCreatePalette
Not implemented as no scaling needed for this operation.
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.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.MfCmdCreateRegion
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.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.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.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.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.MfCmdExcludeClipRect
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
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
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.MfCmdPolyPolygon
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.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.MfCmdResizePalette
Not implemented as no scaling needed for this operation.
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.MfCmdUnknownCommand
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 field in class org.jfree.pixie.wmf.MfType
SELECT_OBJECT - static field in class org.jfree.pixie.wmf.MfType
SELECT_PALETTE - static field in class org.jfree.pixie.wmf.MfType
SET_BK_COLOR - static field in class org.jfree.pixie.wmf.MfType
SET_BK_MODE - static field in class org.jfree.pixie.wmf.MfType
SET_DIBITS_TO_DEVICE - static field in class org.jfree.pixie.wmf.MfType
SET_MAP_MODE - static field in class org.jfree.pixie.wmf.MfType
SET_MAPPER_FLAGS - static field in class org.jfree.pixie.wmf.MfType
SET_PALETTE_ENTRIES - static field in class org.jfree.pixie.wmf.MfType
SET_PIXEL - static field in class org.jfree.pixie.wmf.MfType
SET_POLY_FILL_MODE - static field in class org.jfree.pixie.wmf.MfType
SET_ROP2 - static field in class org.jfree.pixie.wmf.MfType
SET_STRETCH_BLT_MODE - static field in class org.jfree.pixie.wmf.MfType
SET_TEXT_ALIGN - static field in class org.jfree.pixie.wmf.MfType
SET_TEXT_CHAR_EXTRA - static field in class org.jfree.pixie.wmf.MfType
SET_TEXT_COLOR - static field in class org.jfree.pixie.wmf.MfType
SET_TEXT_JUSTIFICATION - static field in class org.jfree.pixie.wmf.MfType
SET_VIEWPORT_EXT - static field in class org.jfree.pixie.wmf.MfType
SET_VIEWPORT_ORG - static field in class org.jfree.pixie.wmf.MfType
SET_WINDOW_EXT - static field in class org.jfree.pixie.wmf.MfType
SET_WINDOW_ORG - static field in class org.jfree.pixie.wmf.MfType
setAdjacentColorBits(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setBackground(Color) - method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the background color for the Graphics2D context.
setBackgroundColor(Color) - method in class org.jfree.pixie.wmf.MfLogBrush
setBitmap(BufferedImage) - method in class org.jfree.pixie.wmf.MfLogBrush
setBitmapHeight(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setBitmapWidth(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setBkColor(Color) - method in class org.jfree.pixie.wmf.MfDcState
setBkMode(int) - method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
setBkMode(int) - method in class org.jfree.pixie.wmf.MfDcState
setBounds(int,int,int,int) - method in class org.jfree.pixie.wmf.records.MfCmdArc
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.MfCmdEllipse
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.MfCmdPie
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.MfCmdRoundRect
setBounds(int,int,int,int) - method in class org.jfree.pixie.wmf.MfLogRegion
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.
setBytesPerRasterLine(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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.
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.records.MfCmdCreateBrush
setColor(Color) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
setColor(Color) - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
setColor(Color) - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
setColor(Color) - method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
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.MfLogBrush
setColor(Color) - method in class org.jfree.pixie.wmf.MfLogPen
setColorPlanesBitmap(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setComposite(Composite) - method in class org.jfree.pixie.wmf.WmfGraphics2D
Sets the Composite for the Graphics2D context.
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.MfCmdLineTo
setDestination(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
setDestination(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
setDestination(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
setDestination(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
setDestination(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdTextOut
setDestination(int,int,int,int) - method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
setDestination(Point) - method in class org.jfree.pixie.wmf.records.MfCmdLineTo
setDestination(Point) - method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
setDestination(Point) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
setDestination(Point) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
setDestination(Point) - method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
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
setDestXExt(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setDestXOrigin(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setDestYExt(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setDestYOrigin(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setDeviceDependentBitmap(byte[]) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setDimension(Dimension) - method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
setDimension(int,int) - method in class org.jfree.pixie.wmf.bitmap.BitmapCompression
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
setDrawMode(int) - method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
setEndingIntersection(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdArc
setEndingIntersection(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdChord
setEndingIntersection(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdPie
setEntries(Color[]) - method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Defines the colors that should be animated.
setEntries(Color[]) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
setEntries(Color[]) - method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
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.
setFontFace(String) - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
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.MfCmdCreatePalette
setHPalette(int) - method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
setImage(BufferedImage) - method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
setImage(BufferedImage) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
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.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(org.jfree.pixie.wmf.MfLogBrush) - method in class org.jfree.pixie.wmf.MfDcState
setLogFont(org.jfree.pixie.wmf.MfLogFont) - method in class org.jfree.pixie.wmf.MfDcState
setLogPalette(org.jfree.pixie.wmf.MfLogPalette) - method in class org.jfree.pixie.wmf.MfDcState
setLogPen(org.jfree.pixie.wmf.MfLogPen) - method in class org.jfree.pixie.wmf.MfDcState
setLogRegion(org.jfree.pixie.wmf.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.records.MfCmdSetMapMode
setMapMode(int) - method in class org.jfree.pixie.wmf.MfDcState
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.MfCmdDeleteObject
setObjectId(int) - method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
setObjectId(int) - method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
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.
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.
setPaletteSize(int) - method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
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
setPosStartAnimate(int) - method in class org.jfree.pixie.wmf.records.MfCmdAnimatePalette
Defines the position of the first color that should be animated in the current palette.
setQuality(int) - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
setRecord(org.jfree.pixie.wmf.MfRecord) - method in class org.jfree.pixie.wmf.bitmap.DIBReader
setRecord(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.MfRecord) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.MfRecord) - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
setRecord(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.MfRecord) - method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.MfRecord) - method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(org.jfree.pixie.wmf.MfRecord) - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.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(org.jfree.pixie.wmf.MfRecord) - method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
Reads the command data from the given record and adjusts the internal parameters according to the data parsed.
setRecord(org.jfree.pixie.wmf.MfRecord,int) - method in class org.jfree.pixie.wmf.bitmap.BitmapHeader
setRecord(org.jfree.pixie.wmf.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.
setRenderingHints(Map) - method in class org.jfree.pixie.wmf.WmfGraphics2D
Replaces the values of all preferences for the rendering algorithms with the specified hints.
setRop(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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
setROP(int) - method in class org.jfree.pixie.wmf.MfDcState
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
setSourceX(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
setSourceY(int) - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
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.MfCmdArc
setStartingIntersection(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdChord
setStartingIntersection(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdPie
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.
setStyle(int) - method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
setStyle(int) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
setStyle(int) - method in class org.jfree.pixie.wmf.MfLogBrush
setStyle(int) - method in class org.jfree.pixie.wmf.MfLogFont
setStyle(int) - method in class org.jfree.pixie.wmf.MfLogPen
setTarget(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
setTarget(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
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.MfCmdSetWindowOrg
setTarget(Point) - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
setTarget(Point) - method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
setText(String) - method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
setText(String) - method in class org.jfree.pixie.wmf.records.MfCmdTextOut
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.records.MfCmdSetTextCharExtra
setTextCharExtra(int) - method in class org.jfree.pixie.wmf.MfDcState
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.
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.records.MfCmdCreateFont
setUnderline(boolean) - method in class org.jfree.pixie.wmf.MfLogFont
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.records.MfCmdCreateFont
setWidth(int) - method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
setWidth(int) - method in class org.jfree.pixie.wmf.MfLogPen
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.
setXScale(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
setXScale(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
setYScale(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
setYScale(int,int) - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
shear(double,double) - method in class org.jfree.pixie.AbstractGraphics2D
Concatenates the current Graphics2D Transform with a shearing transform.
SRCAND - static field in class org.jfree.pixie.wmf.ROPConstants
SRCCOPY - static field in class org.jfree.pixie.wmf.ROPConstants
SRCERASE - static field in class org.jfree.pixie.wmf.ROPConstants
SRCINVERT - static field in class org.jfree.pixie.wmf.ROPConstants
SRCPAINT - static field in class org.jfree.pixie.wmf.ROPConstants
startProduction(ImageConsumer) - method in class org.jfree.pixie.wmf.WmfImageProducer
STATE - static field in class org.jfree.pixie.wmf.MfType
Type bit flags.
storeObject(org.jfree.pixie.wmf.WmfObject) - method in class org.jfree.pixie.wmf.WmfFile
STRETCH_BLT - static field in class org.jfree.pixie.wmf.MfType
STRETCH_DIBITS - static field in class org.jfree.pixie.wmf.MfType

T

TA_BASELINE - static field in class org.jfree.pixie.wmf.TextConstants
TA_BOTTOM - static field in class org.jfree.pixie.wmf.TextConstants
TA_CENTER - static field in class org.jfree.pixie.wmf.TextConstants
TA_LEFT - static field in class org.jfree.pixie.wmf.TextConstants
TA_MASK - static field in class org.jfree.pixie.wmf.TextConstants
TA_NOUPDATECP - static field in class org.jfree.pixie.wmf.TextConstants
TA_RIGHT - static field in class org.jfree.pixie.wmf.TextConstants
TA_RTLREADING - static field in class org.jfree.pixie.wmf.TextConstants
TA_TOP - static field in class org.jfree.pixie.wmf.TextConstants
TA_UPDATECP - static field in class org.jfree.pixie.wmf.TextConstants
TEXT_OUT - static field 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.records.MfCmdAnimatePalette
Returns a string representation of this command.
toString() - method in class org.jfree.pixie.wmf.records.MfCmdArc
toString() - method in class org.jfree.pixie.wmf.records.MfCmdBitBlt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdChord
toString() - method in class org.jfree.pixie.wmf.records.MfCmdCreateBrush
toString() - method in class org.jfree.pixie.wmf.records.MfCmdCreateDibPatternBrush
toString() - method in class org.jfree.pixie.wmf.records.MfCmdCreateFont
toString() - method in class org.jfree.pixie.wmf.records.MfCmdCreatePalette
toString() - method in class org.jfree.pixie.wmf.records.MfCmdCreatePatternBrush
toString() - method in class org.jfree.pixie.wmf.records.MfCmdCreatePen
toString() - method in class org.jfree.pixie.wmf.records.MfCmdCreateRegion
toString() - method in class org.jfree.pixie.wmf.records.MfCmdDeleteObject
toString() - method in class org.jfree.pixie.wmf.records.MfCmdDibBitBlt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdDibStretchBlt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdEllipse
toString() - method in class org.jfree.pixie.wmf.records.MfCmdEscape
toString() - method in class org.jfree.pixie.wmf.records.MfCmdExcludeClipRect
toString() - method in class org.jfree.pixie.wmf.records.MfCmdExtFloodFill
toString() - method in class org.jfree.pixie.wmf.records.MfCmdExtTextOut
toString() - method in class org.jfree.pixie.wmf.records.MfCmdFillRegion
toString() - method in class org.jfree.pixie.wmf.records.MfCmdFloodFill
toString() - method in class org.jfree.pixie.wmf.records.MfCmdFrameRegion
toString() - method in class org.jfree.pixie.wmf.records.MfCmdIntersectClipRect
toString() - method in class org.jfree.pixie.wmf.records.MfCmdInvertRegion
toString() - method in class org.jfree.pixie.wmf.records.MfCmdLineTo
toString() - method in class org.jfree.pixie.wmf.records.MfCmdMoveTo
toString() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetClipRgn
toString() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetViewportOrg
toString() - method in class org.jfree.pixie.wmf.records.MfCmdOffsetWindowOrg
toString() - method in class org.jfree.pixie.wmf.records.MfCmdPaintRgn
toString() - method in class org.jfree.pixie.wmf.records.MfCmdPatBlt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdPie
toString() - method in class org.jfree.pixie.wmf.records.MfCmdPolygon
toString() - method in class org.jfree.pixie.wmf.records.MfCmdPolyline
toString() - method in class org.jfree.pixie.wmf.records.MfCmdPolyPolygon
toString() - method in class org.jfree.pixie.wmf.records.MfCmdRealisePalette
toString() - method in class org.jfree.pixie.wmf.records.MfCmdRectangle
toString() - method in class org.jfree.pixie.wmf.records.MfCmdResizePalette
toString() - method in class org.jfree.pixie.wmf.records.MfCmdRestoreDc
toString() - method in class org.jfree.pixie.wmf.records.MfCmdRoundRect
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSaveDc
toString() - method in class org.jfree.pixie.wmf.records.MfCmdScaleViewportExt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdScaleWindowExt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSelectClipRegion
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSelectObject
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSelectPalette
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetBkColor
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetBkMode
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetDibitsToDevice
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetMapMode
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetMapperFlags
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetPaletteEntries
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetPixel
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetRop2
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetStretchBltMode
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetTextAlign
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetTextCharExtra
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetTextColor
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetTextJustification
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortExt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetViewPortOrg
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetWindowExt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdSetWindowOrg
toString() - method in class org.jfree.pixie.wmf.records.MfCmdStretchBlt
toString() - method in class org.jfree.pixie.wmf.records.MfCmdStretchDibits
toString() - method in class org.jfree.pixie.wmf.records.MfCmdTextOut
toString() - method in class org.jfree.pixie.wmf.records.MfCmdUnknownCommand
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.WmfFile
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 field in class org.jfree.pixie.wmf.BrushConstants

V

VARIABLE_PITCH - static field in class org.jfree.pixie.wmf.FontConstants
VECTOR - static field in class org.jfree.pixie.wmf.MfType
VTA_BASELINE - static field in class org.jfree.pixie.wmf.TextConstants
VTA_BOTTOM - static field in class org.jfree.pixie.wmf.TextConstants
VTA_CENTER - static field in class org.jfree.pixie.wmf.TextConstants
VTA_LEFT - static field in class org.jfree.pixie.wmf.TextConstants
VTA_RIGHT - static field in class org.jfree.pixie.wmf.TextConstants
VTA_TOP - static field in class org.jfree.pixie.wmf.TextConstants

W

WHITENESS - static field in class org.jfree.pixie.wmf.ROPConstants
WINDING - static field in class org.jfree.pixie.wmf.records.MfCmdSetPolyFillMode
WmfFile - class org.jfree.pixie.wmf.WmfFile
Parses and replays the WmfFile.
WmfFile(InputStream,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
Date: Mar 9, 2003 Time: 3:03:51 PM $Id: WmfGraphics2D.java 3062 2007-07-30 17:22:18Z tmorgner $
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.