Class CSSName

java.lang.Object
com.openhtmltopdf.css.constants.CSSName
All Implemented Interfaces:
Comparable<CSSName>

public final class CSSName
extends Object
implements Comparable<CSSName>
A CSSName is a Singleton representing a single CSS property name, like border-width. The class declares a Singleton static instance for each CSS Level 2 property. A CSSName instance has the property name available from the toString() method, as well as a unique (among all CSSName instances) integer id ranging from 0...n instances, incremented by 1, available using the final public int FS_ID (e.g. CSSName.COLOR.FS_ID).
Author:
Patrick Wright