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, Version=4.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.String
assemblyFullName
Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Drawingstatic java.lang.String
className
Qualified class name: System.Drawing.SystemColorsstatic org.mases.jcobridge.JCType
classType
The 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 SystemColors
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSystemColors
, a cast assert is made to check if types are compatible.static Color
getActiveBorder()
static Color
getActiveCaption()
static Color
getActiveCaptionText()
static Color
getAppWorkspace()
static Color
getButtonFace()
static Color
getButtonHighlight()
static Color
getButtonShadow()
static Color
getControl()
static Color
getControlDark()
static Color
getControlDarkDark()
static Color
getControlLight()
static Color
getControlLightLight()
static Color
getControlText()
static Color
getDesktop()
static Color
getGradientActiveCaption()
static Color
getGradientInactiveCaption()
static Color
getGrayText()
static Color
getHighlight()
static Color
getHighlightText()
static Color
getHotTrack()
static Color
getInactiveBorder()
static Color
getInactiveCaption()
static Color
getInactiveCaptionText()
static Color
getInfo()
static Color
getInfoText()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class Typestatic Color
getMenu()
static Color
getMenuBar()
static Color
getMenuHighlight()
static Color
getMenuText()
static Color
getScrollBar()
static Color
getWindow()
static Color
getWindowFrame()
static Color
getWindowText()
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing- 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: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(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public org.mases.jcobridge.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 SystemColors cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSystemColors
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SystemColors
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getActiveBorder
public static Color getActiveBorder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveCaption
public static Color getActiveCaption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getActiveCaptionText
public static Color getActiveCaptionText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAppWorkspace
public static Color getAppWorkspace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getButtonFace
public static Color getButtonFace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getButtonHighlight
public static Color getButtonHighlight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getButtonShadow
public static Color getButtonShadow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControl
public static Color getControl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlDark
public static Color getControlDark() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlDarkDark
public static Color getControlDarkDark() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlLight
public static Color getControlLight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlLightLight
public static Color getControlLightLight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControlText
public static Color getControlText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDesktop
public static Color getDesktop() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGradientActiveCaption
public static Color getGradientActiveCaption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGradientInactiveCaption
public static Color getGradientInactiveCaption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGrayText
public static Color getGrayText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHighlight
public static Color getHighlight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHighlightText
public static Color getHighlightText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHotTrack
public static Color getHotTrack() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveBorder
public static Color getInactiveBorder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveCaption
public static Color getInactiveCaption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInactiveCaptionText
public static Color getInactiveCaptionText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInfo
public static Color getInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInfoText
public static Color getInfoText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenu
public static Color getMenu() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuBar
public static Color getMenuBar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuHighlight
public static Color getMenuHighlight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMenuText
public static Color getMenuText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScrollBar
public static Color getScrollBar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindow
public static Color getWindow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowFrame
public static Color getWindowFrame() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWindowText
public static Color getWindowText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-