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

Method getDefaultSize

ij/src/main/java/ij/gui/PointRoi.java:590–592  ·  view source on GitHub ↗

Returns the default point size 0-6 (Tiny-XXXL).

()

Source from the content-addressed store, hash-verified

588
589 /** Returns the default point size 0-6 (Tiny-XXXL). */
590 public static int getDefaultSize() {
591 return convertSizeToIndex(defaultSize);
592 }
593
594 /** Sets the point size, where 'size' is 0-6 (Tiny-XXXL). */
595 public void setSize(int size) {

Callers 2

showDialogMethod · 0.95
dialogItemChangedMethod · 0.95

Calls 1

convertSizeToIndexMethod · 0.95

Tested by

no test coverage detected