Opened 11 years ago

Closed 11 years ago

#27 closed enhancement (fixed)

Remove dependency on awt

Reported by: jdeolive Owned by:
Priority: major Milestone: FUTURE
Component: core library Version:
Keywords: Cc:

Description

Currently the ProjectionMath class pulls in some awt classes. I am trying to use the library on android, where we don't have the awt libraries and it fails.

Luckily, it seems that removing a few static variables and the imports does the trick without much impact, as they don't seem to be used anywhere else in the library.

Attachments (1)

ProjectionMath.java.patch (901 bytes ) - added by jdeolive 11 years ago.

Download all attachments as: .zip

Change History (2)

by jdeolive, 11 years ago

Attachment: ProjectionMath.java.patch added

comment:1 by mdavis, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.