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 graph-generator-2.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ogema.apps.graphgenerator
├─ org.ogema.apps.graphgenerator.GeneratorApplication.class - [JAR]
├─ org.ogema.apps.graphgenerator.GraphGenServlet.class - [JAR]
org.ogema.apps.graphgenerator.generators.visjs
├─ org.ogema.apps.graphgenerator.generators.visjs.Color.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.visjs.Edge.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.visjs.Node.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.visjs.Options.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.visjs.Physics.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.visjs.TopLevelDummyNode.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.visjs.VisJsDataFactory.class - [JAR]
org.ogema.apps.graphgenerator.styles.visjs
├─ org.ogema.apps.graphgenerator.styles.visjs.DefaultEdgeStyle.class - [JAR]
org.ogema.apps.graphgenerator.generators
├─ org.ogema.apps.graphgenerator.generators.GraphGenerator.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.GraphwizGenerator.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.VisJsData.class - [JAR]
├─ org.ogema.apps.graphgenerator.generators.VisJsGenerator.class - [JAR]
org.ogema.apps.graphgenerator.styles.gviz
├─ org.ogema.apps.graphgenerator.styles.gviz.EdgeStyleBase.class - [JAR]
├─ org.ogema.apps.graphgenerator.styles.gviz.NodeStyleBase.class - [JAR]
├─ org.ogema.apps.graphgenerator.styles.gviz.NodeStyleBlue.class - [JAR]
org.ogema.apps.graphgenerator.styles
├─ org.ogema.apps.graphgenerator.styles.EdgeStyle.class - [JAR]
├─ org.ogema.apps.graphgenerator.styles.NodeStyle.class - [JAR]