Uses of Class
org.apache.poi.hwmf.record.HwmfDraw.WmfArc
-
Packages that use HwmfDraw.WmfArc Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.record -
-
Uses of HwmfDraw.WmfArc in org.apache.poi.hemf.record.emf
Subclasses of HwmfDraw.WmfArc in org.apache.poi.hemf.record.emf Modifier and Type Class Description static classHemfDraw.EmfArcThe EMR_ARC record specifies an elliptical arc.static classHemfDraw.EmfArcToThe EMR_ARCTO record specifies an elliptical arc.static classHemfDraw.EmfChordThe 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 classHemfDraw.EmfPieThe EMR_PIE record specifies a pie-shaped wedge bounded by the intersection of an ellipse and two radials. -
Uses of HwmfDraw.WmfArc in org.apache.poi.hwmf.record
Subclasses of HwmfDraw.WmfArc in org.apache.poi.hwmf.record Modifier and Type Class Description 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.WmfPieThe META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials.
-