Package org.apache.poi.hemf.record.emf
Class HemfDraw
java.lang.Object
org.apache.poi.hemf.record.emf.HemfDraw
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis record aborts a path bracket or discards the path from a closed path bracket.static classThe EMR_ARC record specifies an elliptical arc.static classThe EMR_ARCTO record specifies an elliptical arc.static classThis record opens a path bracket in the current playback device context.static classThe EMR_CHORD record specifies a chord, which is a region bounded by the intersection of an ellipse and a line segment, called a secant.static classThis record closes an open figure in a path.static classThe EMR_ELLIPSE record specifies an ellipse.static classThis record closes a path bracket and selects the path defined by the bracket into the playback device context.static classThe EMR_FILLPATH record closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode.static classThis record transforms any curves in the selected path into the playback device context; each curve MUST be turned into a sequence of lines.static classThe EMR_LINETO record specifies a line from the current position up to, but not including, the specified point.static classThe EMR_PIE record specifies a pie-shaped wedge bounded by the intersection of an ellipse and two radials.static classThe EMR_POLYBEZIER record specifies one or more Bezier curves.static classThe EMR_POLYBEZIER16 record specifies one or more Bezier curves.static classThe EMR_POLYBEZIERTO record specifies one or more Bezier curves based upon the current position.static classThe EMR_POLYBEZIERTO16 record specifies one or more Bezier curves based on the current position.static classThe EMR_POLYDRAW record specifies a set of line segments and Bezier curves.static classstatic classThe EMR_POLYGON record specifies a polygon consisting of two or more vertexes connected by straight lines.static classThe EMR_POLYGON16 record specifies a polygon consisting of two or more vertexes connected by straight lines.static classThe EMR_POLYLINE record specifies a series of line segments by connecting the points in the specified array.static classThe EMR_POLYLINE16 record specifies a series of line segments by connecting the points in the specified array.static classThe EMR_POLYLINETO record specifies one or more straight lines based upon the current position.static classThe EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position.static classThe EMR_POLYPOLYGON record specifies a series of closed polygons.static classThe EMR_POLYPOLYGON16 record specifies a series of closed polygons.static classThe EMR_POLYPOLYLINE record specifies multiple series of connected line segments.static classThe EMR_POLYPOLYLINE16 record specifies multiple series of connected line segments.static classThe EMR_RECTANGLE record draws a rectangle.static classThe EMR_ROUNDRECT record specifies a rectangle with rounded corners.static classThe EMR_SELECTOBJECT record adds a graphics object to the current metafile playback device context.static classThe EMR_MOVETOEX record specifies coordinates of the new current position, in logical units.static classThe EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.static classThe EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush.static classThe EMR_STROKEPATH record renders the specified path by using the current pen.static classThis record redefines the current path as the area that would be painted if the path were drawn using the pen currently selected into the playback device context. -
Method Summary