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

M

main(String[]) - Static method in class org.pentaho.reporting.libraries.pixie.PixieViewer
 
main(String[]) - Static method in class org.pentaho.reporting.libraries.pixie.wmf.WmfFile
 
MAPPING_MODE - Static variable in class org.pentaho.reporting.libraries.pixie.wmf.MfType
 
MappingConstants - Interface in org.pentaho.reporting.libraries.pixie.wmf
Various MappingConstants defined in the Windows API.
MERGECOPY - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.ROPConstants
 
MERGEPAINT - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.ROPConstants
 
MfCmd - Class in org.pentaho.reporting.libraries.pixie.wmf.records
This is the base class for all WMF-Records.
MfCmdAnimatePalette - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The AnimatePalette function replaces entries in the specified logical palette.
MfCmdAnimatePalette() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdAnimatePalette
DefaultConstructor.
MfCmdArc - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The Arc function draws an elliptical arc.
MfCmdArc() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdArc
 
MfCmdBitBlt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
This function is not in the validity list of Microsofts WindowsMetafile Records.
MfCmdBitBlt() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdBitBlt
 
MfCmdChord - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The exact same as an arc, only the arc is closed, and may be filled with a brush.
MfCmdChord() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdChord
 
MfCmdCreateBrush - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The CreateBrushIndirect function creates a logical brush that has the specified style, color, and pattern.
MfCmdCreateBrush() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdCreateBrush
 
MfCmdCreateDibPatternBrush - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdCreateDibPatternBrush() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdCreateDibPatternBrush
 
MfCmdCreateFont - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The CreateFontIndirect function creates a logical font that has the specified characteristics.
MfCmdCreateFont() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdCreateFont
 
MfCmdCreatePalette - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Palette function not supported
MfCmdCreatePalette() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdCreatePalette
 
MfCmdCreatePatternBrush - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The CreatePatternBrush function creates a logical brush with the specified bitmap pattern.
MfCmdCreatePatternBrush() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdCreatePatternBrush
 
MfCmdCreatePen - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The CreatePenIndirect function creates a logical cosmetic pen that has the style, width, and color specified in a structure.
MfCmdCreatePen() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdCreatePen
 
MfCmdCreateRegion - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Currently i have no clue, how this is implemented.
MfCmdCreateRegion() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdCreateRegion
 
MfCmdDeleteObject - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Removes an object from the object list.
MfCmdDeleteObject() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdDeleteObject
 
MfCmdDibBitBlt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
BitBlockTransfer - Copies PixelData of a rectangle to another position

MfCmdDibBitBlt() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdDibBitBlt
 
MfCmdDibStretchBlt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdDibStretchBlt
 
MfCmdEllipse - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The Ellipse function draws an ellipse.
MfCmdEllipse() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdEllipse
 
MfCmdEscape - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdEscape
 
MfCmdExcludeClipRect - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdExcludeClipRect
 
MfCmdExtFloodFill - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdExtFloodFill() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdExtFloodFill
 
MfCmdExtTextOut - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The ExtTextOut function draws text using the currently selected font, background color, and text color.
MfCmdExtTextOut() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdExtTextOut
 
MfCmdFillRegion - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The FillRgn function fills a region by using the specified brush.
MfCmdFillRegion() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdFillRegion
 
MfCmdFloodFill - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The FloodFill function fills an area of the display surface with the current brush.
MfCmdFloodFill() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdFloodFill
 
MfCmdFrameRegion - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The FrameRgn function draws a border around the specified region by using the specified brush.
MfCmdFrameRegion() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdFrameRegion
 
MfCmdIntersectClipRect - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdIntersectClipRect
 
MfCmdInvertRegion - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Inverts the colors in the specified region
MfCmdInvertRegion() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdInvertRegion
 
MfCmdLineTo - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The LineTo function draws a line from the current position up to, but not including, the specified point.
MfCmdLineTo() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdLineTo
 
MfCmdMoveTo - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The cursor is set to the destination point.
MfCmdMoveTo() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdMoveTo
 
MfCmdOffsetClipRgn - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Moves the current Clipping Region (@see CreateRegion) to the specified position, starting with the current region.
MfCmdOffsetClipRgn() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdOffsetClipRgn
 
MfCmdOffsetViewportOrg - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Moves the current Viewport Origin to the specified position
MfCmdOffsetViewportOrg() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdOffsetViewportOrg
 
MfCmdOffsetWindowOrg - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Moves the current Window Region to the specified position
MfCmdOffsetWindowOrg() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdOffsetWindowOrg
 
MfCmdPaintRgn - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Fills the region with the currently selected brush.
MfCmdPaintRgn() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdPaintRgn
 
MfCmdPatBlt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdPatBlt() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdPatBlt
 
MfCmdPie - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The Pie function draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials.
MfCmdPie() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdPie
 
MfCmdPolygon - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The Polygon function draws a polygon consisting of two or more vertices connected by straight lines.
MfCmdPolygon() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdPolygon
 
MfCmdPolyline - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The Polyline function draws a series of line segments by connecting the points in the specified array.
MfCmdPolyline() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdPolyline
 
MfCmdPolyPolygon - Class in org.pentaho.reporting.libraries.pixie.wmf.records
PolyPolygon, is a list of polygons, for filled polygons SetPolyFillMode affects how the polygon is filled.
MfCmdPolyPolygon() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdPolyPolygon
 
MfCmdRealisePalette - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdRealisePalette
 
MfCmdRectangle - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The Rectangle function draws a rectangle.
MfCmdRectangle() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdRectangle
 
MfCmdResizePalette - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The ResizePalette function increases or decreases the size of a logical palette based on the specified value.
MfCmdResizePalette() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdResizePalette
 
MfCmdRestoreDc - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The RestoreDC function restores a device context (DC) to the specified state.
MfCmdRestoreDc() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdRestoreDc
 
MfCmdRoundRect - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The RoundRect function draws a rectangle with rounded corners.
MfCmdRoundRect() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdRoundRect
 
MfCmdSaveDc - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Saves the DeviceContext.
MfCmdSaveDc() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSaveDc
 
MfCmdScaleViewportExt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Scales the current view port.
MfCmdScaleViewportExt() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdScaleViewportExt
 
MfCmdScaleWindowExt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdScaleWindowExt() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdScaleWindowExt
 
MfCmdSelectClipRegion - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdSelectClipRegion() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSelectClipRegion
 
MfCmdSelectObject - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Activates the specified Object.
MfCmdSelectObject() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSelectObject
 
MfCmdSelectPalette - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Activates the specified Palette Object.
MfCmdSelectPalette() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSelectPalette
 
MfCmdSetBkColor - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdSetBkColor() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetBkColor
 
MfCmdSetBkMode - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdSetBkMode() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetBkMode
 
MfCmdSetDibitsToDevice - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdSetDibitsToDevice() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetDibitsToDevice
 
MfCmdSetMapMode - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The SetMapMode function sets the mapping mode of the specified device context.
MfCmdSetMapMode() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetMapMode
 
MfCmdSetMapperFlags - Class in org.pentaho.reporting.libraries.pixie.wmf.records
This records is ignored, as it is used to map fonts into the given aspect ratio.
MfCmdSetMapperFlags() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetMapperFlags
 
MfCmdSetPaletteEntries - Class in org.pentaho.reporting.libraries.pixie.wmf.records
As with every palette-function: I'm not sure if this is correctly implemented.
MfCmdSetPaletteEntries() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetPaletteEntries
 
MfCmdSetPixel - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Draws a single pixel with the given color on the specified position.
MfCmdSetPixel() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetPixel
 
MfCmdSetPolyFillMode - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdSetPolyFillMode() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetPolyFillMode
 
MfCmdSetRop2 - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdSetRop2() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetRop2
 
MfCmdSetStretchBltMode - Class in org.pentaho.reporting.libraries.pixie.wmf.records
 
MfCmdSetStretchBltMode() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetStretchBltMode
 
MfCmdSetTextAlign - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The SetTextAlign function sets the text-alignment flags for the specified device context.
MfCmdSetTextAlign() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetTextAlign
 
MfCmdSetTextCharExtra - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The SetTextCharacterExtra function sets the intercharacter spacing.
MfCmdSetTextCharExtra() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetTextCharExtra
 
MfCmdSetTextColor - Class in org.pentaho.reporting.libraries.pixie.wmf.records
The SetTextColor function sets the text color for the specified device context to the specified color.
MfCmdSetTextColor() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetTextColor
 
MfCmdSetTextJustification - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetTextJustification
 
MfCmdSetViewPortExt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Sets the size of the viewport.
MfCmdSetViewPortExt() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetViewPortExt
 
MfCmdSetViewPortOrg - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Defines the upper left corner of the viewport.
MfCmdSetViewPortOrg() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetViewPortOrg
 
MfCmdSetWindowExt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Sets the size of the window.
MfCmdSetWindowExt() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetWindowExt
 
MfCmdSetWindowOrg - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Defines the upper left corner of the Window.
MfCmdSetWindowOrg() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdSetWindowOrg
 
MfCmdStretchBlt - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdStretchBlt
 
MfCmdStretchDibits - Class in org.pentaho.reporting.libraries.pixie.wmf.records
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.pentaho.reporting.libraries.pixie.wmf.records.MfCmdStretchDibits
 
MfCmdTextOut - Class in org.pentaho.reporting.libraries.pixie.wmf.records
Prints the given string.
MfCmdTextOut() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdTextOut
 
MfCmdUnknownCommand - Class in org.pentaho.reporting.libraries.pixie.wmf.records
This function is not in the validity list of Microsofts WindowsMetafile Records.
MfCmdUnknownCommand() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.records.MfCmdUnknownCommand
 
MfDcState - Class in org.pentaho.reporting.libraries.pixie.wmf
Track the state of the DeviceContext of a Windows metafile.
MfDcState(WmfFile) - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfDcState
 
MfDcState(MfDcState) - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfDcState
 
MfDcState.MfScale - Class in org.pentaho.reporting.libraries.pixie.wmf
 
MfHeader - Class in org.pentaho.reporting.libraries.pixie.wmf
A buffer which represents a Metafile header.
MfHeader() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfHeader
 
MfLogBrush - Class in org.pentaho.reporting.libraries.pixie.wmf
A Windows metafile logical brush object.
MfLogBrush() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfLogBrush
The default brush for a new DC.
MfLogFont - Class in org.pentaho.reporting.libraries.pixie.wmf
A Windows metafile logical font object.
MfLogFont() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfLogFont
Construct from a metafile record.
MfLogPalette - Class in org.pentaho.reporting.libraries.pixie.wmf
 
MfLogPalette() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfLogPalette
 
MfLogPen - Class in org.pentaho.reporting.libraries.pixie.wmf
A Windows metafile logical pen object.
MfLogPen() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfLogPen
The default pen for a new DC.
MfLogRegion - Class in org.pentaho.reporting.libraries.pixie.wmf
A Wmf logical region definition.
MfLogRegion() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfLogRegion
 
MfPalette - Class in org.pentaho.reporting.libraries.pixie.wmf
A WmfLogicalPalette, currently not implemented.
MfPalette() - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfPalette
 
MfRecord - Class in org.pentaho.reporting.libraries.pixie.wmf
A Windows metafile record.
MfRecord(int) - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfRecord
Creates a new MetaFileRecord with the specified capacitiy.
MfRecord(InputStream) - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfRecord
Constructs a new MfRecord by reading the data from the input stream.
MfScale(int, int, int, int) - Constructor for class org.pentaho.reporting.libraries.pixie.wmf.MfDcState.MfScale
 
MfType - Class in org.pentaho.reporting.libraries.pixie.wmf
Predefined types of Windows metafile records.
MM_ANISOTROPIC - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_HIENGLISH - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_HIMETRIC - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_ISOTROPIC - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_LOENGLISH - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_LOMETRIC - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_MAX - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_MAX_FIXEDSCALE - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_MIN - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_TEXT - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MM_TWIPS - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.MappingConstants
 
MONO_FONT - Static variable in interface org.pentaho.reporting.libraries.pixie.wmf.FontConstants
 
MOVE_TO - Static variable in class org.pentaho.reporting.libraries.pixie.wmf.MfType
 
A B C D E F G H I L M N O P Q R S T V W 
Skip navigation links