Package system.drawing
Class SystemPens
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.drawing.SystemPens
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class SystemPens extends NetObject
The base .NET class managing System.Drawing.SystemPens, System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.SystemPens
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.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Drawing.Commonstatic java.lang.String
className
Qualified class name: System.Drawing.SystemPensstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SystemPens()
SystemPens(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemPens
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSystemPens
, a cast assert is made to check if types are compatible.static Pen
FromSystemColor(Color c)
static Pen
getActiveBorder()
static Pen
getActiveCaption()
static Pen
getActiveCaptionText()
static Pen
getAppWorkspace()
static Pen
getButtonFace()
static Pen
getButtonHighlight()
static Pen
getButtonShadow()
static Pen
getControl()
static Pen
getControlDark()
static Pen
getControlDarkDark()
static Pen
getControlLight()
static Pen
getControlLightLight()
static Pen
getControlText()
static Pen
getDesktop()
static Pen
getGradientActiveCaption()
static Pen
getGradientInactiveCaption()
static Pen
getGrayText()
static Pen
getHighlight()
static Pen
getHighlightText()
static Pen
getHotTrack()
static Pen
getInactiveBorder()
static Pen
getInactiveCaption()
static Pen
getInactiveCaptionText()
static Pen
getInfo()
static Pen
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 objectJCType
getJCOType()
Returns the instantiated class Typestatic Pen
getMenu()
static Pen
getMenuBar()
static Pen
getMenuHighlight()
static Pen
getMenuText()
static Pen
getScrollBar()
static Pen
getWindow()
static Pen
getWindowFrame()
static Pen
getWindowText()
void
setJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.SystemPens- 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 SystemPens cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSystemPens
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SystemPens
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
FromSystemColor
public static Pen FromSystemColor(Color c) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, AbandonedMutexException, ExternalException, ArgumentNullException, KeyNotFoundException
-
getActiveBorder
public static Pen getActiveBorder() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getActiveCaption
public static Pen getActiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getActiveCaptionText
public static Pen getActiveCaptionText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getAppWorkspace
public static Pen getAppWorkspace() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getButtonFace
public static Pen getButtonFace() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getButtonHighlight
public static Pen getButtonHighlight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getButtonShadow
public static Pen getButtonShadow() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getControl
public static Pen getControl() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getControlDark
public static Pen getControlDark() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getControlDarkDark
public static Pen getControlDarkDark() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getControlLight
public static Pen getControlLight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getControlLightLight
public static Pen getControlLightLight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getControlText
public static Pen getControlText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getDesktop
public static Pen getDesktop() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getGradientActiveCaption
public static Pen getGradientActiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getGradientInactiveCaption
public static Pen getGradientInactiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getGrayText
public static Pen getGrayText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getHighlight
public static Pen getHighlight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getHighlightText
public static Pen getHighlightText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getHotTrack
public static Pen getHotTrack() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getInactiveBorder
public static Pen getInactiveBorder() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getInactiveCaption
public static Pen getInactiveCaption() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getInactiveCaptionText
public static Pen getInactiveCaptionText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getInfo
public static Pen getInfo() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getInfoText
public static Pen getInfoText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getMenu
public static Pen getMenu() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getMenuBar
public static Pen getMenuBar() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getMenuHighlight
public static Pen getMenuHighlight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getMenuText
public static Pen getMenuText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getScrollBar
public static Pen getScrollBar() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getWindow
public static Pen getWindow() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getWindowFrame
public static Pen getWindowFrame() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
getWindowText
public static Pen getWindowText() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, ObjectDisposedException, FormatException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
ObjectDisposedException
FormatException
ExternalException
KeyNotFoundException
-
-