MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / dispose

Method dispose

src/org/opensourcephysics/display/OSPRuntime.java:110–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 public interface Disposable {
109
110 public void dispose();
111
112 static List<Object> allocated = new ArrayList<>();
113

Callers 15

disposeMethod · 0.65
getPreferredSizeMethod · 0.65
drawMethod · 0.65
disposeChildWindowsMethod · 0.65
disposeMethod · 0.65
bufferStrategyShowMethod · 0.65
drawMethod · 0.65
updateImageMethod · 0.65
renderMethod · 0.65
drawMethod · 0.65
setAxesMethod · 0.65
paintIconMethod · 0.65

Implementers 1

DrawingPanelsrc/org/opensourcephysics/display/Draw

Calls

no outgoing calls

Tested by

no test coverage detected