Uses of Class
cz.vutbr.fit.layout.model.Color
-
Packages that use Color Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
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()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. 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.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)
-