MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getDelay

Method getDelay

ij/src/main/java/ij/plugin/GIF_Reader.java:132–137  ·  view source on GitHub ↗

Gets display duration for specified frame. @param n int index of frame @return delay in milliseconds

(int n)

Source from the content-addressed store, hash-verified

130 */
131
132 public int getDelay(int n) {
133 delay = -1;
134 if ((n >= 0) && (n < frameCount))
135 delay = ((GifFrame) frames.elementAt(n)).delay;
136 return delay;
137 }
138
139
140 /**

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected