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

Method clone

ij/src/main/java/ij/process/LUT.java:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 public synchronized Object clone() {
106 try {return super.clone();}
107 catch (CloneNotSupportedException e) {return null;}
108 }
109
110 public String toString() {
111 return "rgb[0]="+Colors.colorToString(new Color(getRGB(0)))+", rgb[255]="

Callers 1

setupLutsMethod · 0.95

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected