Package org.apache.poi.hwmf.record
Class HwmfDraw
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfDraw
-
public class HwmfDraw extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHwmfDraw.WmfArcThe META_ARC record draws an elliptical arc.static classHwmfDraw.WmfChordThe META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment.static classHwmfDraw.WmfEllipseThe META_ELLIPSE record draws an ellipse.static classHwmfDraw.WmfFrameRegionThe META_FRAMEREGION record draws a border around a specified region using a specified brush.static classHwmfDraw.WmfLineToThe 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 classHwmfDraw.WmfMoveToThe META_MOVETO record sets the output position in the playback device context to a specified point.static classHwmfDraw.WmfPieThe META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials.static classHwmfDraw.WmfPolygonThe META_POLYGON record paints a polygon consisting of two or more vertices connected by straight lines.static classHwmfDraw.WmfPolylineThe META_POLYLINE record draws a series of line segments by connecting the points in the specified array.static classHwmfDraw.WmfPolyPolygonThe META_POLYPOLYGON record paints a series of closed polygons.static classHwmfDraw.WmfRectangleThe META_RECTANGLE record paints a rectangle.static classHwmfDraw.WmfRoundRectThe META_ROUNDRECT record paints a rectangle with rounded corners.static classHwmfDraw.WmfSelectObjectThe META_SELECTOBJECT record specifies a graphics object for the playback device context.static classHwmfDraw.WmfSetPixelThe META_RECTANGLE record paints a rectangle.
-
Constructor Summary
Constructors Constructor Description HwmfDraw()
-