View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window polybool-java-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.menecats.polybool
├─ com.menecats.polybool.Epsilon.class - [JAR]
├─ com.menecats.polybool.ExperimentalEpsilon.class - [JAR]
├─ com.menecats.polybool.PolyBool.class - [JAR]
com.menecats.polybool.internal
├─ com.menecats.polybool.internal.AbstractIntersecter.class - [JAR]
├─ com.menecats.polybool.internal.GeoJSON.class - [JAR]
├─ com.menecats.polybool.internal.LinkedList.class - [JAR]
├─ com.menecats.polybool.internal.NonSelfIntersecter.class - [JAR]
├─ com.menecats.polybool.internal.SegmentChainer.class - [JAR]
├─ com.menecats.polybool.internal.SegmentSelector.class - [JAR]
├─ com.menecats.polybool.internal.SelfIntersecter.class - [JAR]
com.menecats.polybool.helpers
├─ com.menecats.polybool.helpers.PolyBoolHelper.class - [JAR]
com.menecats.polybool.models
├─ com.menecats.polybool.models.Polygon.class - [JAR]
├─ com.menecats.polybool.models.Segment.class - [JAR]
com.menecats.polybool.models.geojson
├─ com.menecats.polybool.models.geojson.Geometry.class - [JAR]