Skip to content

Instantly share code, notes, and snippets.

@gilleain
Created February 12, 2009 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilleain/62731 to your computer and use it in GitHub Desktop.
Save gilleain/62731 to your computer and use it in GitHub Desktop.
// in one line
jcp.getRenderingOptions().setBondWidth(2)
// save for multiple use
r = jcp.getRenderingOptions()
r.setIsCompact(true)
// use properties instead of get/set
r.wedgeWidth = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment