Uses of Class
cz.vutbr.fit.layout.model.TextStyle
-
Packages that use TextStyle Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model cz.vutbr.fit.layout.pdf.impl cz.vutbr.fit.layout.puppeteer.impl cz.vutbr.fit.layout.rdf -
-
Uses of TextStyle in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return TextStyle Modifier and Type Method Description TextStyleDefaultContentRect. getTextStyle()TextStyleDefaultTreeContentRect. getTextStyle()Methods in cz.vutbr.fit.layout.impl with parameters of type TextStyle Modifier and Type Method Description voidDefaultContentRect. setTextStyle(TextStyle textStyle)voidDefaultTreeContentRect. setTextStyle(TextStyle textStyle) -
Uses of TextStyle in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return TextStyle Modifier and Type Method Description TextStyleContentRect. getTextStyle()Gets the text style statistics of the content.Methods in cz.vutbr.fit.layout.model with parameters of type TextStyle Modifier and Type Method Description voidTextStyle. updateAverages(TextStyle other)Updates the average values when a new content rect is added or joined.Constructors in cz.vutbr.fit.layout.model with parameters of type TextStyle Constructor Description TextStyle(TextStyle src) -
Uses of TextStyle in cz.vutbr.fit.layout.pdf.impl
Methods in cz.vutbr.fit.layout.pdf.impl that return TextStyle Modifier and Type Method Description protected TextStyleFLBoxTree. getCurrentTextStyle(int contentLength) -
Uses of TextStyle in cz.vutbr.fit.layout.puppeteer.impl
Subclasses of TextStyle in cz.vutbr.fit.layout.puppeteer.impl Modifier and Type Class Description classCSSTextStyleText style obtained from a CSS style definition.Methods in cz.vutbr.fit.layout.puppeteer.impl that return TextStyle Modifier and Type Method Description TextStyleBoxImpl. getIntrinsicTextStyle()Methods in cz.vutbr.fit.layout.puppeteer.impl with parameters of type TextStyle Modifier and Type Method Description voidBoxImpl. setIntrinsicTextStyle(TextStyle intrinsicTextStyle) -
Uses of TextStyle in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf that return TextStyle Modifier and Type Method Description TextStyleModelLoaderBase.RDFTextStyle. toTextStyle()
-