Searched defs:styleKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java96 * @param styleKey identifies the requested style of the line (e.g. "dashed")
101 Object styleKey) {
102 if ("dashed".equals(styleKey)) {
99 drawLine(SynthContext context, Object paintKey, Graphics g, int x1, int y1, int x2, int y2, Object styleKey) argument

Completed in 32 milliseconds