Uses of Class
org.jhotdraw8.css.function.AbstractCssFunction
Packages that use AbstractCssFunction
Package
Description
Provides an API for CSS functions and a number of implementations.
-
Uses of AbstractCssFunction in org.jhotdraw8.css.function
Subclasses of AbstractCssFunction in org.jhotdraw8.css.functionModifier and TypeClassDescriptionclassProvides protected methods for processing the following productions:classAbstract base class for CSS functions that process aCssTokenType.TT_STRING.classProcesses theattr()function.classProcesses thecalc()function.classProcesses the concat() function.classProcesses the replace() function.classProcesses theround()function.classProcesses the var() function.