DOC

com.pathomation : pma-java

Maven & Gradle

Feb 15, 2023
4 stars

pma-java · Universal viewing of digital microscopy, whole slide imaging and digital pathology data. pma-java is a Java wrapper library for PMA.start (http://www.free.pathomation.com), a universal viewer by Pathomation for whole slide imaging and microscopy. YOU NEED TO HAVE PMA.START (OR PMA.CORE) RUNNING IN ORDER TO USE THIS LIBRARY. PMA-JAVA IS NOT A STAND-ALONE LIBRARY FOR WSI.

Table Of Contents

Latest Version

Download com.pathomation : pma-java Javadoc & API Documentation - Latest Versions:

All Versions

Download com.pathomation : pma-java Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file pma-java-2.0.0.117-javadoc.jar to pma-java-2.0.0.117-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder pma-java-2.0.0.117-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "pma-java-2.0.0.117-sources.jar" -d "pma-java-2.0.0.117-javadoc" -subpackages 

Advertisement