Java class for fx_surface_format_hint_precision_enum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_surface_format_hint_precision_enum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LOW"/>
<enumeration value="MID"/>
<enumeration value="HIGH"/>
</restriction>
</simpleType>
|