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 Color
AverageColor. getColor()
Color
PageArea. getColor()
Color
AverageColor. mixWithBackground(Color bg)
Methods in cz.vutbr.fit.layout.bcs.impl with parameters of type Color Modifier and Type Method Description static double
PageArea. colorDiff(Color a, Color b)
static double
PageArea. colorDiffLch(Color a, Color b)
static double
PageArea. colorDiffRgb(Color color1, Color color2)
Color
AverageColor. mixWithBackground(Color bg)
void
PageArea. 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 Color
BoxNode. getIntrinsicColor()
static Color
Units. toColor(cz.vutbr.web.csskit.Color clr)
static Color
Units. 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 Color
DefaultContentRect. getBackgroundColor()
Color
DefaultTreeContentRect. getBackgroundColor()
Color
DefaultBox. getColor()
Color
DefaultTextChunk. getColor()
Color
DefaultArea. getEffectiveBackgroundColor()
Color
DefaultTextChunk. getEffectiveBackgroundColor()
Methods in cz.vutbr.fit.layout.impl with parameters of type Color Modifier and Type Method Description protected Box
BaseBoxTreeBuilder. buildTree(List<Box> boxlist, Color bgColor)
protected void
BaseBoxTreeBuilder. computeBackgrounds(Box root, Color currentbg)
Computes efficient background color for all the nodes in the treevoid
DefaultContentRect. setBackgroundColor(Color backgroundColor)
void
DefaultTreeContentRect. setBackgroundColor(Color backgroundColor)
void
DefaultBox. setColor(Color color)
void
DefaultTextChunk. setColor(Color color)
void
DefaultTextChunk. 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 Color
Color. BLACK
static Color
Color. WHITE
Methods in cz.vutbr.fit.layout.model that return Color Modifier and Type Method Description Color
ContentRect. getBackgroundColor()
Obtains the background color of the area.Color
Border. getColor()
Color
Box. getColor()
Obtains the box text color.Color
TextChunk. getColor()
Gets the text color of the chunk.Color
Area. getEffectiveBackgroundColor()
Obtains the effective background color visible under the area.Color
TextChunk. 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 void
Border. 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 Color
FLBoxTree. convertColor(org.apache.pdfbox.pdmodel.graphics.color.PDColor pdcolor)
protected Color
FLBoxTree. 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 Color
Units. 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 Color
Serialization. decodeHexColor(String colorStr)
Methods in cz.vutbr.fit.layout.rdf with parameters of type Color Modifier and Type Method Description static String
Serialization. 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 Color
AreaStyle. getBackgroundColor()
Methods in cz.vutbr.fit.layout.segm with parameters of type Color Modifier and Type Method Description void
AreaStyle. 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 String
Utils. colorString(Color color)
-