Package org.apache.poi.hwmf.record
Class HwmfDraw
java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe META_ARC record draws an elliptical arc.static classThe META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment.static classThe META_ELLIPSE record draws an ellipse.static classThe META_FRAMEREGION record draws a border around a specified region using a specified brush.static classThe META_LINETO record draws a line from the drawing position that is defined in the playback device context up to, but not including, the specified point.static classThe META_MOVETO record sets the output position in the playback device context to a specified point.static classThe META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials.static classThe META_POLYGON record paints a polygon consisting of two or more vertices connected by straight lines.static classThe META_POLYLINE record draws a series of line segments by connecting the points in the specified array.static classThe META_POLYPOLYGON record paints a series of closed polygons.static classThe META_RECTANGLE record paints a rectangle.static classThe META_ROUNDRECT record paints a rectangle with rounded corners.static classThe META_SELECTOBJECT record specifies a graphics object for the playback device context.static classThe META_RECTANGLE record paints a rectangle. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HwmfDraw
public HwmfDraw()
-