public class

CSSHelper

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.html.CSSHelper

Summary

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

Public Constructors

public CSSHelper ()

Public Methods

public static String getCSSHrefImport (Element element)

public static String revertColors (String line)

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).