Lines Matching refs:GraphicsConfiguration
32 * {@link GraphicsConfiguration}. A user instantiates one of these
37 * <code>GraphicsConfiguration</code> is returned that meets or exceeds
40 * @see GraphicsConfiguration
59 * feature is required for the <code>GraphicsConfiguration</code>
61 * <code>GraphicsConfiguration</code> object.
67 * feature is desired for the <code>GraphicsConfiguration</code>
77 * <code>GraphicsConfiguration</code> object. A selection
86 * @param gc the array of <code>GraphicsConfiguration</code>
88 * @return a <code>GraphicsConfiguration</code> object that is
90 * @see GraphicsConfiguration
92 public abstract GraphicsConfiguration
93 getBestConfiguration(GraphicsConfiguration[] gc);
97 * not the specified <code>GraphicsConfiguration</code> can be
100 * @param gc the <code>GraphicsConfiguration</code> object to test
102 * <code>GraphicsConfiguration</code> object can be used to create
104 * <code>false</code> if the <code>GraphicsConfiguration</code> can
109 isGraphicsConfigSupported(GraphicsConfiguration gc);