brailleapps / dotify.api

Provides the core API used in Dotify
GNU Lesser General Public License v2.1
0 stars 5 forks source link

Improve TextBorderFactory API #28

Open joeha480 opened 8 years ago

joeha480 commented 8 years ago

The TextBorderFactory API is very difficult to use, due to lack of any specified way to create a border. This should be fixed.

Support at least:

A factory should be created with newFactory(String mode)

(Have a look at the other factories, and try to make it more similar to them)