Module org.jhotdraw8.css
Package org.jhotdraw8.css.function
package org.jhotdraw8.css.function
-
ClassDescriptionAbstract base class for CSS functions.Provides protected methods for processing the following productions:Abstract base class for CSS functions that process a
CssTokenType.TT_STRING.Processes theattr()function.Processes thecalc()function.Processes the concat() function.CssFunction<T>Interface for CSS macro functions.Processes the replace() function.Processes theround()function.Processes the var() function.