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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderingEngine.java79 * all calls to methods on the {@code RenderingEngine} in use by
83 * call {@code RenderingEngine.getInstance()} to obtain the properly
84 * registered (and possibly trace-enabled) version of the RenderingEngine.
86 public abstract class RenderingEngine { class
87 private static RenderingEngine reImpl;
90 * Returns an instance of {@code RenderingEngine} as determined
93 * A specific instance of the {@code RenderingEngine} can be
99 * If no specific {@code RenderingEngine} is specified on the command
103 * If no specific {@code RenderingEngine} is specified on the command
105 * {@code RenderingEngine} know
[all...]

Completed in 30 milliseconds