Package system.windows
Class SystemFonts
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.SystemFonts
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SystemFonts extends NetObject
The base .NET class managing System.Windows.SystemFonts, PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.SystemFonts
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.SystemFontsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SystemFonts()
SystemFonts(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.SystemFonts- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SystemFonts cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSystemFonts
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SystemFonts
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getCaptionFontSize
public static double getCaptionFontSize() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OverflowException
-
getIconFontSize
public static double getIconFontSize() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OverflowException
-
getMenuFontSize
public static double getMenuFontSize() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OverflowException
-
getMessageFontSize
public static double getMessageFontSize() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OverflowException
-
getSmallCaptionFontSize
public static double getSmallCaptionFontSize() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OverflowException
-
getStatusFontSize
public static double getStatusFontSize() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, OverflowException
-
getCaptionFontStyle
public static FontStyle getCaptionFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getIconFontStyle
public static FontStyle getIconFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuFontStyle
public static FontStyle getMenuFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMessageFontStyle
public static FontStyle getMessageFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getSmallCaptionFontStyle
public static FontStyle getSmallCaptionFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getStatusFontStyle
public static FontStyle getStatusFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getCaptionFontWeight
public static FontWeight getCaptionFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getIconFontWeight
public static FontWeight getIconFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMenuFontWeight
public static FontWeight getMenuFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getMessageFontWeight
public static FontWeight getMessageFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getSmallCaptionFontWeight
public static FontWeight getSmallCaptionFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getStatusFontWeight
public static FontWeight getStatusFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
-
getCaptionFontFamily
public static FontFamily getCaptionFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
Win32Exception
CultureNotFoundException
UriFormatException
-
getIconFontFamily
public static FontFamily getIconFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
Win32Exception
CultureNotFoundException
UriFormatException
-
getMenuFontFamily
public static FontFamily getMenuFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
Win32Exception
CultureNotFoundException
UriFormatException
-
getMessageFontFamily
public static FontFamily getMessageFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
Win32Exception
CultureNotFoundException
UriFormatException
-
getSmallCaptionFontFamily
public static FontFamily getSmallCaptionFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
Win32Exception
CultureNotFoundException
UriFormatException
-
getStatusFontFamily
public static FontFamily getStatusFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
Win32Exception
CultureNotFoundException
UriFormatException
-
getCaptionFontFamilyKey
public static ResourceKey getCaptionFontFamilyKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionFontSizeKey
public static ResourceKey getCaptionFontSizeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionFontStyleKey
public static ResourceKey getCaptionFontStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionFontTextDecorationsKey
public static ResourceKey getCaptionFontTextDecorationsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionFontWeightKey
public static ResourceKey getCaptionFontWeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconFontFamilyKey
public static ResourceKey getIconFontFamilyKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconFontSizeKey
public static ResourceKey getIconFontSizeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconFontStyleKey
public static ResourceKey getIconFontStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconFontTextDecorationsKey
public static ResourceKey getIconFontTextDecorationsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconFontWeightKey
public static ResourceKey getIconFontWeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuFontFamilyKey
public static ResourceKey getMenuFontFamilyKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuFontSizeKey
public static ResourceKey getMenuFontSizeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuFontStyleKey
public static ResourceKey getMenuFontStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuFontTextDecorationsKey
public static ResourceKey getMenuFontTextDecorationsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuFontWeightKey
public static ResourceKey getMenuFontWeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessageFontFamilyKey
public static ResourceKey getMessageFontFamilyKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessageFontSizeKey
public static ResourceKey getMessageFontSizeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessageFontStyleKey
public static ResourceKey getMessageFontStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessageFontTextDecorationsKey
public static ResourceKey getMessageFontTextDecorationsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessageFontWeightKey
public static ResourceKey getMessageFontWeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallCaptionFontFamilyKey
public static ResourceKey getSmallCaptionFontFamilyKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallCaptionFontSizeKey
public static ResourceKey getSmallCaptionFontSizeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallCaptionFontStyleKey
public static ResourceKey getSmallCaptionFontStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallCaptionFontTextDecorationsKey
public static ResourceKey getSmallCaptionFontTextDecorationsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSmallCaptionFontWeightKey
public static ResourceKey getSmallCaptionFontWeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStatusFontFamilyKey
public static ResourceKey getStatusFontFamilyKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStatusFontSizeKey
public static ResourceKey getStatusFontSizeKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStatusFontStyleKey
public static ResourceKey getStatusFontStyleKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStatusFontTextDecorationsKey
public static ResourceKey getStatusFontTextDecorationsKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStatusFontWeightKey
public static ResourceKey getStatusFontWeightKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaptionFontTextDecorations
public static TextDecorationCollection getCaptionFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException
-
getIconFontTextDecorations
public static TextDecorationCollection getIconFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException
-
getMenuFontTextDecorations
public static TextDecorationCollection getMenuFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException
-
getMessageFontTextDecorations
public static TextDecorationCollection getMessageFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException
-
getSmallCaptionFontTextDecorations
public static TextDecorationCollection getSmallCaptionFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException
-
getStatusFontTextDecorations
public static TextDecorationCollection getStatusFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException
-
-