MCPcopy Create free account
hub / github.com/HumbleUI/JWM / PanelAnimation

Method PanelAnimation

examples/dashboard/java/PanelAnimation.java:10–12  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

8 public int angle = 0;
9
10 public PanelAnimation(Window window) {
11 super(window);
12 }
13
14 @Override
15 public void paintImpl(Canvas canvas, int width, int height, float scale) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected