Class CSSTextStyle
- java.lang.Object
-
- cz.vutbr.fit.layout.model.TextStyle
-
- cz.vutbr.fit.layout.puppeteer.impl.CSSTextStyle
-
public class CSSTextStyle extends TextStyle
Text style obtained from a CSS style definition.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description CSSTextStyle(BoxInfo src, cz.vutbr.web.css.NodeData style, int textLen)
-
Method Summary
-
Methods inherited from class cz.vutbr.fit.layout.model.TextStyle
getContentLength, getFontSize, getFontSizeSum, getFontStyle, getFontStyleSum, getFontWeight, getFontWeightSum, getLineThrough, getLineThroughSum, getUnderline, getUnderlineSum, reset, setContentLength, setFontSizeSum, setFontStyleSum, setFontWeightSum, setLineThroughSum, setUnderlineSum, updateAverages
-
-
-
-
Constructor Detail
-
CSSTextStyle
public CSSTextStyle(BoxInfo src, cz.vutbr.web.css.NodeData style, int textLen)
-
-