A "color" property datatype in XSL-FO. See XSL-FO Std. 1.0, Sec. 5.11.
To prevent creation of multiple instances for the same underlying color, the constructor is private. To obtain an instance, use one of the following static methods instead: {@link #makeDtColor(String)}, {@link #makeDtColor(Color)}, or {@link #makeDtColor(float,float,float,float)}.
|
|
|
|
|
|
|
|