java.lang.Object
org.jhotdraw8.css.value.CssSize
org.jhotdraw8.css.value.CssSizeWithUnits
Represents a size specified in a particular unit.
A CssSize can be used to hold the value of a CSS number-token,
percentage-token or dimension-token.
Unlike Size this class supports an open ended
set of units.
References:
- CSS Syntax Module Level 3, Chapter 4. Tokenization
- w3.org
- Author:
- Werner Randelshofer