Uses of Class
cz.vutbr.fit.layout.model.Color
-
-
Uses of Color in cz.vutbr.fit.layout.bcs.impl
Methods in cz.vutbr.fit.layout.bcs.impl that return Color Modifier and Type Method Description ColorAverageColor. getColor()ColorPageArea. getColor()ColorAverageColor. mixWithBackground(Color bg)Methods in cz.vutbr.fit.layout.bcs.impl with parameters of type Color Modifier and Type Method Description static doublePageArea. colorDiff(Color a, Color b)static doublePageArea. colorDiffLch(Color a, Color b)static doublePageArea. colorDiffRgb(Color color1, Color color2)ColorAverageColor. mixWithBackground(Color bg)voidPageArea. setColor(Color color)Constructors in cz.vutbr.fit.layout.bcs.impl with parameters of type Color Constructor Description AverageColor(Color c, float p)PageArea(Color c, Rectangular rect) -
Uses of Color in cz.vutbr.fit.layout.cssbox.impl
Methods in cz.vutbr.fit.layout.cssbox.impl that return Color Modifier and Type Method Description ColorBoxNode. getIntrinsicColor()static ColorUnits. toColor(cz.vutbr.web.csskit.Color clr)static ColorUnits. toColor(Color clr)Constructors in cz.vutbr.fit.layout.cssbox.impl with parameters of type Color Constructor Description BoxNode(org.fit.cssbox.layout.Box box, org.eclipse.rdf4j.model.IRI pageIri, Color bgColor, float zoom)Creates a new node containing a box with a computed background. -
Uses of Color in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl that return Color Modifier and Type Method Description ColorDefaultContentRect. getBackgroundColor()ColorDefaultTreeContentRect. getBackgroundColor()ColorDefaultBox. getColor()ColorDefaultTextChunk. getColor()ColorDefaultArea. getEffectiveBackgroundColor()ColorDefaultTextChunk. getEffectiveBackgroundColor()Methods in cz.vutbr.fit.layout.impl with parameters of type Color Modifier and Type Method Description protected BoxBaseBoxTreeBuilder. buildTree(List<Box> boxlist, Color bgColor)protected voidBaseBoxTreeBuilder. computeBackgrounds(Box root, Color currentbg)Computes efficient background color for all the nodes in the treevoidDefaultContentRect. setBackgroundColor(Color backgroundColor)voidDefaultTreeContentRect. setBackgroundColor(Color backgroundColor)voidDefaultBox. setColor(Color color)voidDefaultTextChunk. setColor(Color color)voidDefaultTextChunk. setEffectiveBackgroundColor(Color effectiveBackgroundColor) -
Uses of Color in cz.vutbr.fit.layout.model
Fields in cz.vutbr.fit.layout.model declared as Color Modifier and Type Field Description static ColorColor. BLACKstatic ColorColor. WHITEMethods in cz.vutbr.fit.layout.model that return Color Modifier and Type Method Description ColorContentRect. getBackgroundColor()Obtains the background color of the area.ColorBorder. getColor()ColorBox. getColor()Obtains the box text color.ColorTextChunk. getColor()Gets the text color of the chunk.ColorArea. getEffectiveBackgroundColor()Obtains the effective background color visible under the area.ColorTextChunk. getEffectiveBackgroundColor()Gets the efficient background color of the chunk.Methods in cz.vutbr.fit.layout.model with parameters of type Color Modifier and Type Method Description voidBorder. setColor(Color color)Constructors in cz.vutbr.fit.layout.model with parameters of type Color Constructor Description Border(int width, Border.Style style, Color color) -
Uses of Color in cz.vutbr.fit.layout.pdf.impl
Methods in cz.vutbr.fit.layout.pdf.impl that return Color Modifier and Type Method Description protected ColorFLBoxTree. convertColor(org.apache.pdfbox.pdmodel.graphics.color.PDColor pdcolor)protected ColorFLBoxTree. parseColor(String hash) -
Uses of Color in cz.vutbr.fit.layout.puppeteer.impl
Methods in cz.vutbr.fit.layout.puppeteer.impl that return Color Modifier and Type Method Description static ColorUnits. toColor(cz.vutbr.web.csskit.Color clr) -
Uses of Color in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf that return Color Modifier and Type Method Description static ColorSerialization. decodeHexColor(String colorStr)Methods in cz.vutbr.fit.layout.rdf with parameters of type Color Modifier and Type Method Description static StringSerialization. colorString(Color color) -
Uses of Color in cz.vutbr.fit.layout.segm
Methods in cz.vutbr.fit.layout.segm that return Color Modifier and Type Method Description ColorAreaStyle. getBackgroundColor()Methods in cz.vutbr.fit.layout.segm with parameters of type Color Modifier and Type Method Description voidAreaStyle. setBackgroundColor(Color backgroundColor)Constructors in cz.vutbr.fit.layout.segm with parameters of type Color Constructor Description AreaStyle(float averageFontSize, float averageFontWeight, float averageFontStyle, float averageColorLuminosity, Color backgroundColor) -
Uses of Color in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl with parameters of type Color Modifier and Type Method Description static StringUtils. colorString(Color color)
-