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

Method fill3DRect

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

Paints a highlighted 3-D rectangle using the current color. @param x the x coordinate @param y the y coordinate @param width the width of the rectangle @param height the height of the rectangle @param raised a boolean that states whether the rectangle is raised or not

(int x, int y, int width, int height, boolean raised)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

getColorMethod · 0.95
brighterMethod · 0.95
darkerMethod · 0.95
setColorMethod · 0.95
fillRectMethod · 0.95
drawLineMethod · 0.95

Tested by

no test coverage detected