MCPcopy 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 */
8public interface Drawable {
9
10 /**
11 * Draw.
12 *
13 * @param f
14 * the f
15 */
16 void draw(Graphics2D f);
17}

Callers 2

drawMethod · 0.65
drawMethod · 0.65

Implementers 7

SceneGraphsrc/test/java/com/xyz/fig/SceneGraph.j
Figuresrc/test/java/com/xyz/fig/Figure.java
Circlesrc/test/java/com/xyz/fig/shape/Circle
Diamondsrc/test/java/com/xyz/fig/shape/Diamon
ShapeImplsrc/test/java/com/xyz/fig/shape/ShapeI
Trianglesrc/test/java/com/xyz/fig/shape/Triang
Squaresrc/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…