public class RadioButtonRenderer extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.RadioButtonRenderer
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.RadioButtonRenderer
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RadioButtonRenderer() |
RadioButtonRenderer(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RadioButtonRenderer |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RadioButtonRenderer, a cast assert is made to check if types are compatible. |
static void |
DrawParentBackground(Graphics g,
Rectangle bounds,
Control childControl) |
static void |
DrawRadioButton(Graphics g,
Point glyphLocation,
RadioButtonState state) |
static void |
DrawRadioButton(Graphics g,
Point glyphLocation,
Rectangle textBounds,
java.lang.String radioButtonText,
Font font,
boolean focused,
RadioButtonState state) |
static void |
DrawRadioButton(Graphics g,
Point glyphLocation,
Rectangle textBounds,
java.lang.String radioButtonText,
Font font,
Image image,
Rectangle imageBounds,
boolean focused,
RadioButtonState state) |
static void |
DrawRadioButton(Graphics g,
Point glyphLocation,
Rectangle textBounds,
java.lang.String radioButtonText,
Font font,
TextFormatFlags flags,
boolean focused,
RadioButtonState state) |
static void |
DrawRadioButton(Graphics g,
Point glyphLocation,
Rectangle textBounds,
java.lang.String radioButtonText,
Font font,
TextFormatFlags flags,
Image image,
Rectangle imageBounds,
boolean focused,
RadioButtonState state) |
static Size |
GetGlyphSize(Graphics g,
RadioButtonState state) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static boolean |
getRenderMatchingApplicationState() |
static boolean |
IsBackgroundPartiallyTransparent(RadioButtonState state) |
void |
setJCOInstance(JCObject instance) |
static void |
setRenderMatchingApplicationState(boolean RenderMatchingApplicationState) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RadioButtonRenderer()
throws java.lang.Throwable
java.lang.Throwablepublic RadioButtonRenderer(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static RadioButtonRenderer cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RadioButtonRenderer, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRadioButtonRenderer instancejava.lang.Throwable - in case of error during cast operationpublic static void DrawParentBackground(Graphics g, Rectangle bounds, Control childControl) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, NullReferenceException, ExternalException, IndexOutOfRangeException, Win32Exception, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionNullReferenceExceptionExternalExceptionIndexOutOfRangeExceptionWin32ExceptionSecurityExceptionOutOfMemoryExceptionpublic static void DrawRadioButton(Graphics g, Point glyphLocation, RadioButtonState state) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotSupportedException, ExternalException, KeyNotFoundException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ConfigurationErrorsException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic static void DrawRadioButton(Graphics g, Point glyphLocation, Rectangle textBounds, java.lang.String radioButtonText, Font font, boolean focused, RadioButtonState state) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, ExternalException, ArgumentException, IndexOutOfRangeException, InvalidEnumArgumentException, ConfigurationErrorsException, NullReferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionConfigurationErrorsExceptionNullReferenceExceptionpublic static void DrawRadioButton(Graphics g, Point glyphLocation, Rectangle textBounds, java.lang.String radioButtonText, Font font, Image image, Rectangle imageBounds, boolean focused, RadioButtonState state) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, ExternalException, ArgumentException, IndexOutOfRangeException, InvalidEnumArgumentException, ConfigurationErrorsException, NullReferenceException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionArgumentExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionConfigurationErrorsExceptionNullReferenceExceptionpublic static void DrawRadioButton(Graphics g, Point glyphLocation, Rectangle textBounds, java.lang.String radioButtonText, Font font, TextFormatFlags flags, boolean focused, RadioButtonState state) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotSupportedException, ExternalException, KeyNotFoundException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ConfigurationErrorsException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic static void DrawRadioButton(Graphics g, Point glyphLocation, Rectangle textBounds, java.lang.String radioButtonText, Font font, TextFormatFlags flags, Image image, Rectangle imageBounds, boolean focused, RadioButtonState state) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotSupportedException, ExternalException, KeyNotFoundException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ConfigurationErrorsException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionExternalExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic static Size GetGlyphSize(Graphics g, RadioButtonState state) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, NotSupportedException, NullReferenceException, ExternalException, KeyNotFoundException, IndexOutOfRangeException, InvalidEnumArgumentException, OutOfMemoryException, ConfigurationErrorsException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionNullReferenceExceptionExternalExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionConfigurationErrorsExceptionCultureNotFoundExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static boolean getRenderMatchingApplicationState()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsBackgroundPartiallyTransparent(RadioButtonState state) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, NullReferenceException, ExternalException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setRenderMatchingApplicationState(boolean RenderMatchingApplicationState)
throws java.lang.Throwable
java.lang.Throwable