MCPcopy Index your code
hub / github.com/processing/processing / toString

Method toString

app/src/processing/app/ui/EditorState.java:107–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106
107 public String toString() {
108 return (editorBounds.x + "," +
109 editorBounds.y + "," +
110 editorBounds.width + "," +
111 editorBounds.height + "," +
112 dividerLocation + "," +
113 deviceBounds.x + "," +
114 deviceBounds.y + "," +
115 deviceBounds.width + "," +
116 deviceBounds.height);
117 }
118
119
120 /**

Callers 7

updateExpandedMethod · 0.45
buildContribTreeMethod · 0.45
showReferenceFileMethod · 0.45
handlePrintMethod · 0.45
updateErrorTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected