Package org.apache.poi.hwmf.record
Class HwmfDraw
java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The META_ARC record draws an elliptical arc.static class
The META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment.static class
The META_ELLIPSE record draws an ellipse.static class
The META_FRAMEREGION record draws a border around a specified region using a specified brush.static class
The 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 class
The META_MOVETO record sets the output position in the playback device context to a specified point.static class
The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials.static class
The META_POLYGON record paints a polygon consisting of two or more vertices connected by straight lines.static class
The META_POLYLINE record draws a series of line segments by connecting the points in the specified array.static class
The META_POLYPOLYGON record paints a series of closed polygons.static class
The META_RECTANGLE record paints a rectangle.static class
The META_ROUNDRECT record paints a rectangle with rounded corners.static class
The META_SELECTOBJECT record specifies a graphics object for the playback device context.static class
The META_SETPIXEL record sets the pixel at the specified coordinates to the specified color. -
Method Summary
-
Method Details
-
normalizeBounds
-