public class ServiceLocator extends Object
Represents a set of instances which are used by Aspose.Note
environment.
Constructor and Description |
---|
ServiceLocator() |
Modifier and Type | Method and Description |
---|---|
static FontsSubsystem |
getFontsSubsystem()
Gets or sets the global subsystem for obtaining fonts.
|
static Logger |
getLogger()
Gets or sets the global logger.
|
static ISystemIdentity |
getSystemIdentity()
Gets or sets the global system identity.
|
static void |
setFontsSubsystem(FontsSubsystem value)
Gets or sets the global subsystem for obtaining fonts.
|
static void |
setLogger(Logger value)
Gets or sets the global logger.
|
static void |
setSystemIdentity(ISystemIdentity value)
Gets or sets the global system identity.
|
public static FontsSubsystem getFontsSubsystem()
Gets or sets the global subsystem for obtaining fonts.
public static void setFontsSubsystem(FontsSubsystem value)
Gets or sets the global subsystem for obtaining fonts.
public static Logger getLogger()
Gets or sets the global logger.
public static void setLogger(Logger value)
Gets or sets the global logger.
public static ISystemIdentity getSystemIdentity()
Gets or sets the global system identity.
public static void setSystemIdentity(ISystemIdentity value)
Gets or sets the global system identity.
Copyright (c) 2016 Aspose. All Rights Reserved.