Uses of Class
org.openpdf.css.sheet.Stylesheet
Packages that use Stylesheet
Package
Description
-
Uses of Stylesheet in org.openpdf.context
Fields in org.openpdf.context with type parameters of type StylesheetModifier and TypeFieldDescriptionprivate final Map<String,Stylesheet> StylesheetFactoryImpl._cachean LRU cacheMethods in org.openpdf.context that return StylesheetModifier and TypeMethodDescription@Nullable StylesheetStylesheetFactoryImpl.getStylesheet(StylesheetInfo info) Returns a cached sheet by its key; loads and caches it if not in cache; null if not able to loadStylesheetFactoryImpl.parse(Reader reader, String uri, StylesheetInfo.Origin origin) StylesheetFactoryImpl.parse(Reader reader, StylesheetInfo info) private @Nullable StylesheetStylesheetFactoryImpl.parse(StylesheetInfo info) Methods in org.openpdf.context that return types with arguments of type StylesheetModifier and TypeMethodDescriptionprivate List<Stylesheet>StyleReference.readAndParseAll(List<StylesheetInfo> infos, String medium) Methods in org.openpdf.context with parameters of type StylesheetModifier and TypeMethodDescriptionvoidStylesheetFactoryImpl.putStylesheet(String key, Stylesheet sheet) Adds a stylesheet to the factory cache.Method parameters in org.openpdf.context with type arguments of type StylesheetModifier and TypeMethodDescriptionprotected booleanStylesheetCache.removeEldestEntry(Map.Entry<String, Stylesheet> eldest) -
Uses of Stylesheet in org.openpdf.css.extend
Methods in org.openpdf.css.extend that return StylesheetModifier and TypeMethodDescriptionStylesheetFactory.getStylesheet(StylesheetInfo si) StylesheetFactory.parse(Reader reader, String uri, StylesheetInfo.Origin origin) StylesheetFactory.parse(Reader reader, StylesheetInfo info) -
Uses of Stylesheet in org.openpdf.css.newmatch
Method parameters in org.openpdf.css.newmatch with type arguments of type StylesheetModifier and TypeMethodDescriptionprivate voidMatcher.addAllStylesheets(List<Stylesheet> stylesheets, Map<String, Selector> sorter, String medium) private Matcher.MapperMatcher.createDocumentMapper(List<Stylesheet> stylesheets, String medium) Constructor parameters in org.openpdf.css.newmatch with type arguments of type StylesheetModifierConstructorDescriptionMatcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium) -
Uses of Stylesheet in org.openpdf.css.parser
Methods in org.openpdf.css.parser that return StylesheetModifier and TypeMethodDescriptionCSSParser.parseStylesheet(@Nullable String uri, StylesheetInfo.Origin origin, Reader reader) Methods in org.openpdf.css.parser with parameters of type StylesheetModifier and TypeMethodDescriptionprivate voidCSSParser.font_face(Stylesheet stylesheet) private voidCSSParser.import_rule(Stylesheet stylesheet) private Map<MarginBoxName,List<PropertyDeclaration>> CSSParser.margin(Stylesheet stylesheet) private voidCSSParser.media(Stylesheet stylesheet) private voidCSSParser.page(Stylesheet stylesheet) private voidCSSParser.stylesheet(Stylesheet stylesheet)