开发者

API to generate CSS in Java [closed]

开发者 https://www.devze.com 2023-01-16 02:00 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question 开发者_JS百科

Is there a Java API that can be used to generate CSS?


You may want to check Genesis. It is a library I created to generate CSS and CSS background images from Java: http://clementbtc.github.io/genesis/


Why dont just write flat text file?


I can't seem to find one. However, if you look around, you can find plenty of tools that will generate CSS for you, some of which are written in Java. So, in effect, you could just use one of those tools and then insert the generated CSS into whatever you wanted to use it in, or you could find a good project on sourceforge and reverse engineer it, or better yet, take a look at their source code, and create your own API out of it (and then, why not, post it online for everyone else!)

0

精彩评论

暂无评论...
验证码 换一张
取 消