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 -
-
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)
-