Searched refs:thumbPainter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSliderUI.java82 final AquaPainter<JRSUIState> thumbPainter = AquaPainter.create(JRSUIStateFactory.getSliderThumb()); field in class:AquaSliderUI
126 thumbPainter.state.set(size);
181 thumbPainter.state.set(orientation);
182 thumbPainter.state.set(state);
183 thumbPainter.state.set(slider.hasFocus() ? Focused.YES : Focused.NO);
184 thumbPainter.state.set(getDirection(orientation));
189 thumbPainter.paint(g, c, thumbRect.x, thumbRect.y, thumbRect.width, thumbRect.height);

Completed in 86 milliseconds