Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/classgraph/classgraph
/ Drawable
Interface
Drawable
src/test/java/com/xyz/fig/Drawable.java:8–17 ·
view source on GitHub ↗
The Interface Drawable.
Source
from the content-addressed store, hash-verified
6
* The Interface Drawable.
7
*/
8
public
interface
Drawable {
9
10
/**
11
* Draw.
12
*
13
* @param f
14
* the f
15
*/
16
void
draw(Graphics2D f);
17
}
Callers
2
draw
Method · 0.65
draw
Method · 0.65
Implementers
7
SceneGraph
src/test/java/com/xyz/fig/SceneGraph.j
Figure
src/test/java/com/xyz/fig/Figure.java
Circle
src/test/java/com/xyz/fig/shape/Circle
Diamond
src/test/java/com/xyz/fig/shape/Diamon
ShapeImpl
src/test/java/com/xyz/fig/shape/ShapeI
Triangle
src/test/java/com/xyz/fig/shape/Triang
Square
src/test/java/com/xyz/fig/shape/Square
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…