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 TextStyle
DefaultContentRect. getTextStyle()
TextStyle
DefaultTreeContentRect. getTextStyle()
Methods in cz.vutbr.fit.layout.impl with parameters of type TextStyle Modifier and Type Method Description void
DefaultContentRect. setTextStyle(TextStyle textStyle)
void
DefaultTreeContentRect. 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 TextStyle
ContentRect. 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 void
TextStyle. 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 TextStyle
FLBoxTree. 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 class
CSSTextStyle
Text style obtained from a CSS style definition.Methods in cz.vutbr.fit.layout.puppeteer.impl that return TextStyle Modifier and Type Method Description TextStyle
BoxImpl. getIntrinsicTextStyle()
Methods in cz.vutbr.fit.layout.puppeteer.impl with parameters of type TextStyle Modifier and Type Method Description void
BoxImpl. 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 TextStyle
ModelLoaderBase.RDFTextStyle. toTextStyle()
-