CssFilesImpl
public interface CssFiles
Modifier and Type | Method | Description |
---|---|---|
void |
add(CssFile css) |
Adds css to this CssFiles.
|
void |
clear() |
|
java.util.Map<java.lang.String,java.lang.String> |
getCSS(Tag t) |
Looks for all CSS properties that affect the given tag.
|
boolean |
hasFiles() |
Check for files with rules.
|
boolean hasFiles()
java.util.Map<java.lang.String,java.lang.String> getCSS(Tag t)
t
- the tag to check for.void add(CssFile css)
css
- the CssFile to add.void clear()
Copyright © 1998–2018. All rights reserved.