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

Method getShowLabels

ij/src/main/java/ij/gui/PointRoi.java:547–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545 }
546
547 public boolean getShowLabels() {
548 return showLabels;
549 }
550
551 public static void setDefaultType(int type) {
552 if (type>=0 && type<types.length) {

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected