src/main/java/workspace/ui/Graphics2D.java
Graphics2D
has 24 methods (exceeds 20 allowed). Consider refactoring. Open
Open
public interface Graphics2D {
/**
* Retrieves the current width of the rendering context's viewport.
*
Method fillRoundRect
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
void fillRoundRect(float x, float y, float width, float height, float radii);
Method drawRoundRect
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
void drawRoundRect(float x, float y, float width, float height, float radii);