public class WmfArc extends WmfRectangle
The META_ARC record draws an elliptical arc.
Constructor and Description |
---|
WmfArc() |
Modifier and Type | Method and Description |
---|---|
Point |
getEndArc()
Gets or sets the end arc.
|
Point |
getStartArc()
Gets or sets the start arc.
|
void |
setEndArc(Point value)
Gets or sets the end arc.
|
void |
setStartArc(Point value)
Gets or sets the start arc.
|
getRectangle, setRectangle
public Point getEndArc()
Gets or sets the end arc.
Value: Coordinates of the ending point of the radial line defining the endingpublic void setEndArc(Point value)
Gets or sets the end arc.
Value: Coordinates of the ending point of the radial line defining the endingpublic Point getStartArc()
Gets or sets the start arc.
Value: Coordinates, in logical units, of the ending point of the radial line defining the starting point of the arcpublic void setStartArc(Point value)
Gets or sets the start arc.
Value: Coordinates, in logical units, of the ending point of the radial line defining the starting point of the arc