Package system.drawing
Class SystemColors
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.drawing.SystemColors
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SystemColors extends NetObject
The base .NET class managing System.Drawing.SystemColors, System.Drawing.Primitives, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.SystemColors
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.StringassemblyFullNameFully assembly qualified name: System.Drawing.Primitives, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Drawing.Primitivesstatic java.lang.StringclassNameQualified class name: System.Drawing.SystemColorsstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SystemColors()SystemColors(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemColorscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoSystemColors, a cast assert is made to check if types are compatible.static ColorgetActiveBorder()static ColorgetActiveCaption()static ColorgetActiveCaptionText()static ColorgetAppWorkspace()static ColorgetButtonFace()static ColorgetButtonHighlight()static ColorgetButtonShadow()static ColorgetControl()static ColorgetControlDark()static ColorgetControlDarkDark()static ColorgetControlLight()static ColorgetControlLightLight()static ColorgetControlText()static ColorgetDesktop()static ColorgetGradientActiveCaption()static ColorgetGradientInactiveCaption()static ColorgetGrayText()static ColorgetHighlight()static ColorgetHighlightText()static ColorgetHotTrack()static ColorgetInactiveBorder()static ColorgetInactiveCaption()static ColorgetInactiveCaptionText()static ColorgetInfo()static ColorgetInfoText()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class Typestatic ColorgetMenu()static ColorgetMenuBar()static ColorgetMenuHighlight()static ColorgetMenuText()static ColorgetScrollBar()static booleangetUseAlternativeColorSet()static ColorgetWindow()static ColorgetWindowFrame()static ColorgetWindowText()voidsetJCOInstance(org.mases.jcobridge.JCObject instance)static voidsetUseAlternativeColorSet(boolean UseAlternativeColorSet)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Primitives, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Primitives- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.SystemColors- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SystemColors cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSystemColors, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SystemColorsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getUseAlternativeColorSet
public static boolean getUseAlternativeColorSet() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseAlternativeColorSet
public static void setUseAlternativeColorSet(boolean UseAlternativeColorSet) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getActiveBorder
public static Color getActiveBorder() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getActiveCaption
public static Color getActiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getActiveCaptionText
public static Color getActiveCaptionText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getAppWorkspace
public static Color getAppWorkspace() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getButtonFace
public static Color getButtonFace() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getButtonHighlight
public static Color getButtonHighlight() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getButtonShadow
public static Color getButtonShadow() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getControl
public static Color getControl() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getControlDark
public static Color getControlDark() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getControlDarkDark
public static Color getControlDarkDark() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getControlLight
public static Color getControlLight() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getControlLightLight
public static Color getControlLightLight() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getControlText
public static Color getControlText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getDesktop
public static Color getDesktop() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getGradientActiveCaption
public static Color getGradientActiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getGradientInactiveCaption
public static Color getGradientInactiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getGrayText
public static Color getGrayText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getHighlight
public static Color getHighlight() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getHighlightText
public static Color getHighlightText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getHotTrack
public static Color getHotTrack() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getInactiveBorder
public static Color getInactiveBorder() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getInactiveCaption
public static Color getInactiveCaption() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getInactiveCaptionText
public static Color getInactiveCaptionText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getInfo
public static Color getInfo() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getInfoText
public static Color getInfoText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getMenu
public static Color getMenu() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getMenuBar
public static Color getMenuBar() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getMenuHighlight
public static Color getMenuHighlight() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getMenuText
public static Color getMenuText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getScrollBar
public static Color getScrollBar() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getWindow
public static Color getWindow() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getWindowFrame
public static Color getWindowFrame() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
getWindowText
public static Color getWindowText() throws java.lang.Throwable, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentNullException
-
-