Uses of Class
htmlcompiler.model.StyleType
-
Packages that use StyleType Package Description htmlcompiler.compile.css htmlcompiler.model -
-
Uses of StyleType in htmlcompiler.compile.css
Methods in htmlcompiler.compile.css with parameters of type StyleType Modifier and Type Method Description static java.lang.StringCssCompiler. compileCssCode(StyleType name, java.lang.String code) -
Uses of StyleType in htmlcompiler.model
Methods in htmlcompiler.model that return StyleType Modifier and Type Method Description static StyleTypeStyleType. toStyleType(java.io.File file)static StyleTypeStyleType. toStyleType(java.lang.String filename)static StyleTypeStyleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StyleType[]StyleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-