Uses of Class
htmlcompiler.model.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 StringCssCompiler. compileCssCode(StyleType name, String code) -
Uses of StyleType in htmlcompiler.model
Methods in htmlcompiler.model that return StyleType Modifier and Type Method Description static StyleTypeStyleType. toStyleType(File file)static StyleTypeStyleType. toStyleType(String filename)static StyleTypeStyleType. valueOf(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.