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

Method fillArc

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

Fills an arc using the current color. This generates a pie shape. @param x the x coordinate @param y the y coordinate @param width the width of the arc @param height the height of the arc @param startAngle the beginning angle @param arcAngle the angle of the arc (relative to startAngle). @see #draw

(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