Lines Matching defs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
58 * Information specific to ComponentState.
67 * Font to use if there is no matching StateInfo, or the StateInfo doesn't
78 * Painter to use if the StateInfo doesn't have one.
93 * @param style Style to duplicate
163 // No color, fallback to that of the widget.
188 * @return Color to render with
211 * @param font Font to use for rendering
235 * to the JComponent.
240 * @return Font to render with
299 * Returns the Insets. If <code>to</code> is non-null the resulting
304 * @param to Where to place Insets
307 public Insets getInsets(SynthContext state, Insets to) {
308 if (to == null) {
309 to = new Insets(0, 0, 0, 0);
312 to.left = insets.left;
313 to.right = insets.right;
314 to.top = insets.top;
315 to.bottom = insets.bottom;
318 to.left = to.right = to.top = to.bottom = 0;
320 return to;
324 * Sets the Painter to use for the border.
352 * Returns the value to initialize the opacity property of the Component
353 * to. A Style should NOT assume the opacity will remain this value, the
365 * assigns it directly to this Style.
477 * font so to that regardless of the <code>style</code>'s font.
479 * @param style Style to add our styles to
509 // to the end to give them precedence.
525 // Move StateInfo to end, giving it precedence.
581 * Sets the array of StateInfo's which are used to specify properties
582 * specific to a particular style.
591 * Returns the array of StateInfo's that that are used to specify
592 * properties specific to a particular style.
608 // If there is none, than fallback to
644 // This is key, we need to make sure all bits of the
707 * StateInfo represents Style information specific to the state of
742 * @param info StateInfo to copy.
770 * @param font Font to use for rendering
779 * @return Returns the font to use for rendering this state
786 * Sets the array of colors to use for rendering this state. This
796 * Returns the array of colors to use for rendering this state. This
806 * Returns the Color to used for the specified ColorType.
827 * have its font so to that regardless of the <code>StateInfo</code>'s
830 * @param info StateInfo to add our styles to
868 * Sets the state this StateInfo corresponds to.
878 * Returns the state this StateInfo corresponds to.