Class MACaptionAppearanceDomain


  • public final class MACaptionAppearanceDomain
    extends java.lang.Object
    [@enum] MACaptionAppearanceDomain MACaptionAppearanceDomain is used to specify which domain of preferences to access. [@constant] kMACaptionAppearanceDomainUser The user-defined preferences. This domain should be passed to retrieve settings that should be used to render captions. [@constant] kMACaptionAppearanceDomainDefault The system defaults which will not change during a user session. These settings should be used for comparison, not to render captions. For example, when rendering a glyph some caption render engines need to get the user-defined font and the system-defined font to determeine the final pixel size to render a glyph. Most render engines will never need to use this domain.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Default  
      static long User  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait