Uses of Class
org.freehep.graphicsio.emf.EMFInputStream

Packages that use EMFInputStream
org.freehep.graphicsio.emf EMF, Enhanced Meta File, Input and Output Format. 
org.freehep.graphicsio.emf.gdi   
 

Uses of EMFInputStream in org.freehep.graphicsio.emf
 

Methods in org.freehep.graphicsio.emf with parameters of type EMFInputStream
abstract  EMFTag EMFTag.read(int tagID, EMFInputStream emf, int len)
           
static java.awt.image.BufferedImage EMFImageLoader.readImage(BitmapInfoHeader bmi, int width, int height, EMFInputStream emf, int len, BlendFunction blendFunction)
          creates a BufferedImage from an EMFInputStream using BitmapInfoHeader data
 

Constructors in org.freehep.graphicsio.emf with parameters of type EMFInputStream
EMFRenderer(EMFInputStream is)
          Constructs the renderer.
 

Uses of EMFInputStream in org.freehep.graphicsio.emf.gdi
 

Methods in org.freehep.graphicsio.emf.gdi with parameters of type EMFInputStream
static TextW TextW.read(EMFInputStream emf)
           
static TextA TextA.read(EMFInputStream emf)
           
 EMFTag WidenPath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag StrokePath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag StrokeAndFillPath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag StretchDIBits.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetWorldTransform.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetWindowOrgEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetWindowExtEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetViewportOrgEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetViewportExtEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetTextColor.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetTextAlign.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetStretchBltMode.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetROP2.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetPolyFillMode.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetPixelV.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetMiterLimit.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetMetaRgn.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetMapperFlags.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetMapMode.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetICMMode.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetBrushOrgEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetBkMode.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetBkColor.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SetArcDirection.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SelectPalette.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SelectObject.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SelectClipPath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ScaleWindowExtEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ScaleViewportExtEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag SaveDC.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag RoundRect.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag RestoreDC.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ResizePalette.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag RealizePalette.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyPolyline16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyPolyline.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyPolygon16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyPolygon.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolylineTo16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolylineTo.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag Polyline16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag Polyline.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag Polygon16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyDraw16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyDraw.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyBezierTo16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyBezierTo.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyBezier16.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag PolyBezier.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag Pie.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag OffsetClipRgn.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag MoveToEx.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ModifyWorldTransform.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag LineTo.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag IntersectClipRect.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag GradientFill.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag GDIComment.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag FlattenPath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag FillPath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ExtTextOutW.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ExtTextOutA.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ExtSelectClipRgn.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ExtFloodFill.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ExtCreatePen.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ExtCreateFontIndirectW.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ExcludeClipRect.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag EOF.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag EndPath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag EMFRectangle.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag EMFPolygon.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag Ellipse.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag DeleteObject.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag CreatePen.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag CreateDIBPatternBrushPt.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag CreateBrushIndirect.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag CloseFigure.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag Chord.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag BitBlt.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag BeginPath.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag ArcTo.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag Arc.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag AngleArc.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag AlphaBlend.read(int tagID, EMFInputStream emf, int len)
           
 EMFTag AbortPath.read(int tagID, EMFInputStream emf, int len)
           
 

Constructors in org.freehep.graphicsio.emf.gdi with parameters of type EMFInputStream
BitmapInfo(EMFInputStream emf)
           
BitmapInfoHeader(EMFInputStream emf)
           
BlendFunction(EMFInputStream emf)
           
ExtLogFontW(EMFInputStream emf)
           
ExtLogPen(EMFInputStream emf)
           
GradientRectangle(EMFInputStream emf)
           
GradientTriangle(EMFInputStream emf)
           
LogBrush32(EMFInputStream emf)
           
LogFontW(EMFInputStream emf)
           
LogPen(EMFInputStream emf)
           
Panose(EMFInputStream emf)
           
Region(EMFInputStream emf)
           
TriVertex(EMFInputStream emf)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.