Package com.sun.jna.platform.win32
Enum-Klasse HighLevelMonitorConfigurationAPI.MC_CAPS
java.lang.Object
java.lang.Enum<HighLevelMonitorConfigurationAPI.MC_CAPS>
com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_CAPS
- Alle implementierten Schnittstellen:
FlagEnum
,Serializable
,Comparable<HighLevelMonitorConfigurationAPI.MC_CAPS>
,Constable
- Umschließende Schnittstelle:
HighLevelMonitorConfigurationAPI
public static enum HighLevelMonitorConfigurationAPI.MC_CAPS
extends Enum<HighLevelMonitorConfigurationAPI.MC_CAPS>
implements FlagEnum
Monitor capabilities - retrieved by GetMonitorCapabilities
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum-Konstanten - Übersicht
Enum-KonstanteBeschreibungThe monitor supports the GetMonitorBrightness and SetMonitorBrightness functions.The monitor supports the GetMonitorColorTemperature and SetMonitorColorTemperature functions.The monitor supports the GetMonitorContrast and SetMonitorContrast functions.The monitor supports the DegaussMonitor function.The monitor supports the GetMonitorDisplayAreaPosition and SetMonitorDisplayAreaPosition functions.The monitor supports the GetMonitorDisplayAreaSize and SetMonitorDisplayAreaSize functions.The monitor supports the GetMonitorTechnologyType function.The monitor does not support any monitor settings.The monitor supports the GetMonitorRedGreenOrBlueDrive and SetMonitorRedGreenOrBlueDrive functions.The monitor supports the GetMonitorRedGreenOrBlueGain and SetMonitorRedGreenOrBlueGain functions.The monitor supports the RestoreMonitorFactoryColorDefaults function.The monitor supports the RestoreMonitorFactoryDefaults function.If this flag is present, calling the RestoreMonitorFactoryDefaults function enables all of the monitor settings used by the high-level monitor configuration functions. -
Methodenübersicht
-
Enum-Konstanten - Details
-
MC_CAPS_NONE
The monitor does not support any monitor settings. -
MC_CAPS_MONITOR_TECHNOLOGY_TYPE
The monitor supports the GetMonitorTechnologyType function. -
MC_CAPS_BRIGHTNESS
The monitor supports the GetMonitorBrightness and SetMonitorBrightness functions. -
MC_CAPS_CONTRAST
The monitor supports the GetMonitorContrast and SetMonitorContrast functions. -
MC_CAPS_COLOR_TEMPERATURE
The monitor supports the GetMonitorColorTemperature and SetMonitorColorTemperature functions. -
MC_CAPS_RED_GREEN_BLUE_GAIN
The monitor supports the GetMonitorRedGreenOrBlueGain and SetMonitorRedGreenOrBlueGain functions. -
MC_CAPS_RED_GREEN_BLUE_DRIVE
The monitor supports the GetMonitorRedGreenOrBlueDrive and SetMonitorRedGreenOrBlueDrive functions. -
MC_CAPS_DEGAUSS
The monitor supports the DegaussMonitor function. -
MC_CAPS_DISPLAY_AREA_POSITION
The monitor supports the GetMonitorDisplayAreaPosition and SetMonitorDisplayAreaPosition functions. -
MC_CAPS_DISPLAY_AREA_SIZE
The monitor supports the GetMonitorDisplayAreaSize and SetMonitorDisplayAreaSize functions. -
MC_CAPS_RESTORE_FACTORY_DEFAULTS
The monitor supports the RestoreMonitorFactoryDefaults function. -
MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS
The monitor supports the RestoreMonitorFactoryColorDefaults function. -
MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS
public static final HighLevelMonitorConfigurationAPI.MC_CAPS MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGSIf this flag is present, calling the RestoreMonitorFactoryDefaults function enables all of the monitor settings used by the high-level monitor configuration functions. For more information, see the Remarks section in RestoreMonitorFactoryDefaults.
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name
- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException
- wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthältNullPointerException
- wenn das Argument nicht angegeben wird
-
getFlag
public int getFlag()
-