Uses of Class
ca.cgjennings.graphics.cloudfonts.CategorySet
-
Packages that use CategorySet Package Description ca.cgjennings.graphics.cloudfonts -
-
Uses of CategorySet in ca.cgjennings.graphics.cloudfonts
Methods in ca.cgjennings.graphics.cloudfonts that return CategorySet Modifier and Type Method Description CategorySet
CloudFontFamily. getCategories()
Returns the set of categories that describe this family, such as whether it is a serif or sans-serif font, and whether or not it is intended for display or text.CategorySet
CategorySet. intersection(CategorySet other)
CategorySet
CategorySet. union(CategorySet other)
Methods in ca.cgjennings.graphics.cloudfonts with parameters of type CategorySet Modifier and Type Method Description boolean
CategorySet. equals(CategorySet other)
boolean
CategorySet. hasEmptyIntersectionWith(CategorySet other)
CategorySet
CategorySet. intersection(CategorySet other)
boolean
CategorySet. isSubsetOf(CategorySet other)
boolean
CategorySet. isSupersetOf(CategorySet other)
CategorySet
CategorySet. union(CategorySet other)
-