Fields Summary |
---|
public static final int | REQUIREDValue used for "Enum" (Integer) type. States that this
feature is required for the GraphicsConfiguration
object. If this feature is not available, do not select the
GraphicsConfiguration object. |
public static final int | PREFERREDValue used for "Enum" (Integer) type. States that this
feature is desired for the GraphicsConfiguration
object. A selection with this feature is preferred over a
selection that does not include this feature, although both
selections can be considered valid matches. |
public static final int | UNNECESSARYValue used for "Enum" (Integer) type. States that this
feature is not necessary for the selection of the
GraphicsConfiguration object. A selection
without this feature is preferred over a selection that
includes this feature since it is not used. |