Searched refs:getStyle (Results 1 - 25 of 91) sorted by relevance

1234

/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSSFontFaceRule.java55 public CSSStyleDeclaration getStyle(); method in interface:CSSFontFaceRule
H A DElementCSSInlineStyle.java59 public CSSStyleDeclaration getStyle(); method in interface:ElementCSSInlineStyle
H A DCSSPageRule.java71 public CSSStyleDeclaration getStyle(); method in interface:CSSPageRule
H A DCSSStyleRule.java74 public CSSStyleDeclaration getStyle(); method in interface:CSSStyleRule
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthStyleFactory.java39 * public SynthStyle getStyle(JComponent c, Region id) {
74 public abstract SynthStyle getStyle(JComponent c, Region id); method in class:SynthStyleFactory
H A DSynthDefaultLookup.java43 Object value = context.getStyle().get(context, key);
H A DSynthLabelUI.java136 context.getStyle().getFont(context));
137 context.getStyle().getGraphicsUtils(context).layoutText(
210 g.setColor(context.getStyle().getColor(context,
213 context.getStyle().getGraphicsUtils(context).paintText(
238 Dimension size = context.getStyle().getGraphicsUtils(context).
240 context, context.getStyle().getFont(context), label.getText(),
259 Dimension size = context.getStyle().getGraphicsUtils(context).
261 context, context.getStyle().getFont(context), label.getText(),
280 Dimension size = context.getStyle().getGraphicsUtils(context).
282 context, context.getStyle()
[all...]
H A DSynthButtonUI.java213 context.getStyle().getFont(context));
214 context.getStyle().getGraphicsUtils(context).layoutText(
288 g.setColor(context.getStyle().getColor(context,
291 context.getStyle().getGraphicsUtils(context).paintText(
325 Icon icon = context.getStyle().getIcon(context, getPropertyPrefix() + "icon");
441 return state.getStyle().getInt(state, getPropertyPrefix() +
461 Dimension size = ss.getStyle().getGraphicsUtils(ss).getMinimumSize(
462 ss, ss.getStyle().getFont(ss), b.getText(), getSizingIcon(b),
482 Dimension size = ss.getStyle().getGraphicsUtils(ss).getPreferredSize(
483 ss, ss.getStyle()
[all...]
H A DDefaultSynthStyleFactory.java102 public synchronized SynthStyle getStyle(JComponent c, Region id) { method in class:DefaultSynthStyleFactory
160 if (sa.matches(path) && matches.indexOf(sa.getStyle()) == -1) {
161 matches.add(sa.getStyle());
H A DSynthArrowButton.java106 context.getStyle().get(context, "ScrollBar.buttonSize");
113 context.getStyle().getInt(context, "ArrowButton.size", 16);
H A DSynthContext.java153 public SynthStyle getStyle() { method in class:SynthContext
197 SynthPainter painter = getStyle().getPainter(this);
H A DSynthTextPaneUI.java141 Style style = doc.getStyle(StyleContext.DEFAULT_STYLE);
162 Style style = doc.getStyle(StyleContext.DEFAULT_STYLE);
H A DSynthViewportUI.java90 SynthStyle newStyle = SynthLookAndFeel.getStyle(context.getComponent(),
92 SynthStyle oldStyle = context.getStyle();
H A DSynthToolTipUI.java190 g.setColor(context.getStyle().getColor(context,
193 context.getStyle().getGraphicsUtils(context).paintText(
215 Font font = context.getStyle().getFont(context);
217 prefSize.width += context.getStyle().getGraphicsUtils(context).
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledDocument.java68 public Style getStyle(String nm); method in interface:StyledDocument
/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputMethodHighlight.java186 public Map<TextAttribute,?> getStyle() { method in class:InputMethodHighlight
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/soap/
H A DSOAPBinding.java57 public SOAPStyle getStyle() { method in class:SOAPBinding
H A DSOAPOperation.java57 public SOAPStyle getStyle() { method in class:SOAPOperation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/soap/
H A DSOAPBinding.java57 public Style getStyle() { method in class:SOAPBinding
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLBoundPortType.java82 @NotNull SOAPBinding.Style getStyle(); method in interface:WSDLBoundPortType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/soap/
H A DSOAPBindingImpl.java46 this.style = sb.getStyle();
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DStyleAssociation.java130 public SynthStyle getStyle() { method in class:StyleAssociation
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKGraphicsUtils.java53 g.setColor(context.getStyle().getColor(context,
113 GTKStyle style = (GTKStyle)context.getStyle();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicEditorPaneUI.java288 Style style = ((StyledDocument) document).getStyle(StyleContext.DEFAULT_STYLE);
320 Style style = ((StyledDocument) document).getStyle(StyleContext.DEFAULT_STYLE);
340 Style style = doc.getStyle(StyleContext.DEFAULT_STYLE);
365 Style style = doc.getStyle(StyleContext.DEFAULT_STYLE);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFont2D.java131 public int getStyle() { method in class:Font2D
252 font.getStyle(), aa, fm);
265 font.getStyle(), aa, fm);
287 at, font.getStyle(),

Completed in 85 milliseconds

1234