Home
last modified time | relevance | path

Searched refs:hexFontColor (Results 1 – 4 of 4) sorted by relevance

/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/io/svg/
H A DSVGVertexWriter.java108 String hexFontColor = null; in createNode() local
110 hexFontColor = SVGUtils.getHexEncoding(fontColor); in createNode()
118 hexFontColor, x, in createNode()
126 hexFontColor, x, in createNode()
H A DSVGEdgeWriter.java123 String hexFontColor = null; in createNode() local
125 hexFontColor = SVGUtils.getHexEncoding(fontColor); in createNode()
129 "middle", font, hexFontColor, center.x, y)); in createNode()
H A DSVGGraphWriter.java362 Font font, String hexFontColor, int middleX, int y) { in createTextNode() argument
374 text.setAttribute("fill", hexFontColor); in createTextNode()
/dports/math/kcalc/kcalc-21.12.3/
H A Dkcalc.cpp2313 const QColor hexFontColor(KCalcSettings::hexFontsColor()); in setColors() local
2315 qobject_cast<KCalcButton *>((num_button_group_->button(i)))->setTextColor(hexFontColor); in setColors()