Searched defs:createContext (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java638 public Context createContext() { method in class:TextTests
643 Context ctx = createContext();
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java1191 * See the {@link Paint#createContext specification} of the
1216 public synchronized PaintContext createContext(ColorModel cm, Rectangle r, method in class:Color
1229 * @see #createContext
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DImageTests.java241 public GraphicsTests.Context createContext() { method in class:ImageTests
753 public GraphicsTests.Context createContext() { method in class:ImageTests.ImageOpTests
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java212 public synchronized HttpContextImpl createContext (String path, HttpHandler handler) { method in class:ServerImpl
222 public synchronized HttpContextImpl createContext (String path) { method in class:ServerImpl

Completed in 42 milliseconds

12