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

Method getRowCount

src/org/opensourcephysics/display/Dataset.java:961–964  ·  view source on GitHub ↗

Gets the number of rows for rendering in a JTable. @return the count

()

Source from the content-addressed store, hash-verified

959 * @return the count
960 */
961 @Override
962 public int getRowCount() {
963 return (index + model.stride - 1) / model.stride;
964 }
965
966 /**
967 * Gets the name of the colummn for rendering in a JTable

Callers 7

getRowCountMethod · 0.95
getValueAtMethod · 0.95
setColumnAlignmentMethod · 0.45
getRowCountMethod · 0.45
saveAsMethod · 0.45
actionPerformedMethod · 0.45
printDebugDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

printDebugDataMethod · 0.36