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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DLayeredHighlighter.java59 public abstract Shape paintLayer(Graphics g, int p0, int p1, method in class:LayeredHighlighter.LayerPainter
H A DDefaultHighlighter.java452 public Shape paintLayer(Graphics g, int offs0, int offs1, method in class:DefaultHighlighter.DefaultHighlightPainter
573 union(((LayeredHighlighter.LayerPainter)painter).paintLayer
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTextUI.java167 public Shape paintLayer(Graphics g, int offs0, int offs1, method in class:WindowsTextUI.WindowsHighlightPainter
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaHighlighter.java90 public Shape paintLayer(final Graphics g, final int offs0, final int offs1, final Shape bounds, final JTextComponent c, final View view) { method in class:AquaHighlighter.AquaHighlightPainter
92 return super.paintLayer(g, offs0, offs1, bounds, c, view);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java2039 public Shape paintLayer(Graphics g, int offs0, int offs1, method in class:HTMLEditorKit.NavigateLinkAction.FocusHighlightPainter

Completed in 43 milliseconds