MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / drawArc

Method drawArc

src/java/awt/Graphics.java:333–333  ·  view source on GitHub ↗

Draws an arc bounded by the specified rectangle from startAngle to endAngle. 0 degrees is at the 3-o'clock position.Positive arc angles indicate counter-clockwise rotations, negative arc angles are drawn clockwise. @param x the x coordinate @param y the y coordinate @param width the width of the rec

(int x, int y, int width, int height, int startAngle, int arcAngle)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

paintMethod · 0.80
arcStepsMethod · 0.80
paintMethod · 0.80

Calls

no outgoing calls

Tested by 3

paintMethod · 0.64
arcStepsMethod · 0.64
paintMethod · 0.64