Rich java object access
DocumentationThings to be aware of:
- float return types will likely have rounding errors and won't match exactly
- the Java 'char' type is converted to a number in javascript. Use 'String.fromCharCode()' to convert it to a character string.
- class visibility appears to be very important, so be careful how the classes you're passing back to javascript are defined!