Class RepaintManager
public class RepaintManager : JVMBridgeBase<RepaintManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
RepaintManager
- Implements
- Inherited Members
- Extension Methods
Constructors
RepaintManager()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public RepaintManager()
RepaintManager(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public RepaintManager(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DoubleBufferMaximumSize
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/RepaintManager.html#getDoubleBufferMaximumSize() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/RepaintManager.html#setDoubleBufferMaximumSize(java.awt.Dimension)
public Dimension DoubleBufferMaximumSize { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
AddDirtyRegion(Window, int, int, int, int)
public void AddDirtyRegion(Window arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
AddDirtyRegion(JComponent, int, int, int, int)
public void AddDirtyRegion(JComponent arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
arg0
JComponentarg1
intarg2
intarg3
intarg4
int
AddInvalidComponent(JComponent)
public void AddInvalidComponent(JComponent arg0)
Parameters
arg0
JComponent
CurrentManager(Component)
public static RepaintManager CurrentManager(Component arg0)
Parameters
Returns
CurrentManager(JComponent)
public static RepaintManager CurrentManager(JComponent arg0)
Parameters
arg0
JComponent
Returns
GetDirtyRegion(JComponent)
public Rectangle GetDirtyRegion(JComponent arg0)
Parameters
arg0
JComponent
Returns
GetOffscreenBuffer(Component, int, int)
public Image GetOffscreenBuffer(Component arg0, int arg1, int arg2)
Parameters
Returns
GetVolatileOffscreenBuffer(Component, int, int)
public Image GetVolatileOffscreenBuffer(Component arg0, int arg1, int arg2)
Parameters
Returns
IsCompletelyDirty(JComponent)
public bool IsCompletelyDirty(JComponent arg0)
Parameters
arg0
JComponent
Returns
IsDoubleBufferingEnabled()
public bool IsDoubleBufferingEnabled()
Returns
MarkCompletelyClean(JComponent)
public void MarkCompletelyClean(JComponent arg0)
Parameters
arg0
JComponent
MarkCompletelyDirty(JComponent)
public void MarkCompletelyDirty(JComponent arg0)
Parameters
arg0
JComponent
PaintDirtyRegions()
public void PaintDirtyRegions()
RemoveInvalidComponent(JComponent)
public void RemoveInvalidComponent(JComponent arg0)
Parameters
arg0
JComponent
SetCurrentManager(RepaintManager)
public static void SetCurrentManager(RepaintManager arg0)
Parameters
SetDoubleBufferingEnabled(bool)
public void SetDoubleBufferingEnabled(bool arg0)
Parameters
ValidateInvalidComponents()
public void ValidateInvalidComponents()