| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.html.CSSHelper |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CSSHelper() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static String | getCSSHrefImport(Element element) | ||||||||||
| static String |
revertColors(String line)
Revert the colors used in a css line.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Revert the colors used in a css line. This manages the common writing #xxx, rgb() and rgba(). The color is the opposite one for each rgb code (meaning 0xff-color code).