Difference between revisions of "Developer Documentation and HowTo"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 31: Line 31:
 
* [[OpenJUMP with Wallpaper]]  
 
* [[OpenJUMP with Wallpaper]]  
  
notes:
+
[[image:OJPlugInContextDiagram.png|thumb|right|200px|PlugInContext diagram]]
 +
 
 +
'''Notes''':
 +
 
 
* [[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]]
Line 37: Line 40:
 
* [[Notes on the Display of AttributeTables]]
 
* [[Notes on the Display of AttributeTables]]
 
* [[Using JUMP Libraries in an External Application]]
 
* [[Using JUMP Libraries in an External Application]]
 +
* A method/class diagram for the PlugInContext (click on the image to the right)
  
 
== Adding support for new data formats ==
 
== Adding support for new data formats ==

Revision as of 23:50, 24 June 2010

General Docs

Basics

Making Your Own Plugins

PlugInContext diagram

Notes:

Adding support for new data formats

Scripting and Customization

Other