Returns this image's Properties. May return null.
()
| 1782 | |
| 1783 | /** Returns this image's Properties. May return null. */ |
| 1784 | public Properties getProperties() { |
| 1785 | return properties; |
| 1786 | } |
| 1787 | /** Creates a LookUpTable object that corresponds to this image. */ |
| 1788 | public LookUpTable createLut() { |
| 1789 | ImageProcessor ip2 = getProcessor(); |
no outgoing calls
no test coverage detected