Difference between revisions of "Developer Documentation and HowTo"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== General Docs ==
 
== General Docs ==
* [http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf Jump Developers Guide]
+
* [http://www.vividsolutions.com/jump/bin/JUMP%20Developer%20Guide.pdf original JUMP Developers Guide]
 
* [http://lsi.iiit.ac.in/openjump_manual/ new OpenJUMP Programmer's Manual]
 
* [http://lsi.iiit.ac.in/openjump_manual/ new OpenJUMP Programmer's Manual]
 
* [[Devel FAQ]]
 
* [[Devel FAQ]]
 +
* [[Using OpenJump in Your Student Project]]
  
 
== Basics ==
 
== Basics ==
Line 44: Line 45:
 
* [[Tips and Tricks around the Java Topology Suite]]
 
* [[Tips and Tricks around the Java Topology Suite]]
 
* [[Notes On OpenJUMP's Rendering System]]
 
* [[Notes On OpenJUMP's Rendering System]]
 +
* [[Notes on Speed Improvements on Rendering]]
 
* [[Notes on TaskFrames]]
 
* [[Notes on TaskFrames]]
 
* [[Notes on the Display of AttributeTables]]
 
* [[Notes on the Display of AttributeTables]]

Revision as of 23:38, 19 November 2011

General Docs

Basics

Making Your Own Plugins

PlugInContext diagram
FeatureModel diagram

Notes:

Adding support for new data formats

Scripting and Customization

Other