public class WmfPie extends WmfRectangle
The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the pen and filled by using the brush that are defined in the playback device context.
Constructor and Description |
---|
WmfPie() |
Modifier and Type | Method and Description |
---|---|
Point |
getRadial1()
Gets or sets the radial1.
|
Point |
getRadial2()
Gets or sets the radial2.
|
void |
setRadial1(Point value)
Gets or sets the radial1.
|
void |
setRadial2(Point value)
Gets or sets the radial2.
|
getRectangle, setRectangle
public Point getRadial2()
Gets or sets the radial2.
Value: The radial2.public void setRadial2(Point value)
Gets or sets the radial2.
Value: The radial2.public Point getRadial1()
Gets or sets the radial1.
Value: The radial1.public void setRadial1(Point value)
Gets or sets the radial1.
Value: The radial1.