- add(JCEnum) - Method in class org.mases.jcobridge.JCEnum
-
Execute the OR operation in case of Flags
- addNotify() - Method in class org.mases.jcobridge.JCControl
-
Do not call directly
- addNotify() - Method in class org.mases.jcobridge.JCJControl
-
Do not call directly
- AddPath(String) - Method in class org.mases.jcobridge.JCOBridge
-
Adds a path where the wrapper searches for CLR assemblies
- addPath(String) - Static method in class org.mases.jcobridge.JVMHelper
-
This method is used to add a path to the System Class Loader.
- AddReference(String) - Method in class org.mases.jcobridge.JCOBridge
-
Adds a reference to a CLR assembly
- array() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Returns the byte array that backs this
buffer (optional operation).
- arrayOffset() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- asCharBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a view of this byte buffer as a char buffer.
- asDoubleBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a view of this byte buffer as a double buffer.
- asFloatBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a view of this byte buffer as a float buffer.
- asIntBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a view of this byte buffer as an int buffer.
- asLongBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a view of this byte buffer as a long buffer.
- asReadOnlyBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a new, read-only byte buffer that shares this buffer's
content.
- asShortBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a view of this byte buffer as a short buffer.
- DelegateInvoked(Object...) - Method in class org.mases.jcobridge.JCDelegate
-
Method invoked when delegates is invoked in CLR context.
- DelegateInvoked(Object...) - Method in class org.mases.jcobridge.JCVoidDelegate
-
Method invoked when delegates is invoked in CLR context.
- destroy() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Destroy the graphic container
- DispatcherGet(JCObject, String) - Static method in class org.mases.jcobridge.JCControl
-
Retrieve a field from the reflected CLR Object using the Dispatcher thread.
- DispatcherGet(JCType, String) - Static method in class org.mases.jcobridge.JCControl
-
Retrieve a static field from the reflected CLR Type using the Dispatcher
thread.
- DispatcherGet(JCObject, String) - Static method in class org.mases.jcobridge.JCJControl
-
Retrieve a field from the reflected CLR Object using the Dispatcher thread.
- DispatcherGet(JCType, String) - Static method in class org.mases.jcobridge.JCJControl
-
Retrieve a static field from the reflected CLR Type using the Dispatcher
thread.
- DispatcherInvoke(JCObject, String, Object...) - Static method in class org.mases.jcobridge.JCControl
-
Invokes a method on the reflected CLR Object with optional parameters using
the Dispatcher thread.
- DispatcherInvoke(JCType, String, Object...) - Static method in class org.mases.jcobridge.JCControl
-
Invokes a static method on the reflected CLR Type with optional parameters
using the Dispatcher thread.
- DispatcherInvoke(JCObject, String, Object...) - Static method in class org.mases.jcobridge.JCJControl
-
Invokes a method on the reflected CLR Object with optional parameters using
the Dispatcher thread.
- DispatcherInvoke(JCType, String, Object...) - Static method in class org.mases.jcobridge.JCJControl
-
Invokes a static method on the reflected CLR Type with optional parameters
using the Dispatcher thread.
- DispatcherSet(JCObject, String, Object) - Static method in class org.mases.jcobridge.JCControl
-
Sets a field on the reflected CLR Object using the Dispatcher thread.
- DispatcherSet(JCType, String, Object) - Static method in class org.mases.jcobridge.JCControl
-
Sets a static field on the reflected CLR Type using the Dispatcher thread.
- DispatcherSet(JCObject, String, Object) - Static method in class org.mases.jcobridge.JCJControl
-
Sets a field on the reflected CLR Object using the Dispatcher thread.
- DispatcherSet(JCType, String, Object) - Static method in class org.mases.jcobridge.JCJControl
-
Sets a static field on the reflected CLR Type using the Dispatcher thread.
- duplicate() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a new byte buffer that shares this buffer's content.
- Get(String) - Method in class org.mases.jcobridge.JCControl
-
Retrieve a field from the reflected CLR Object.
- Get(String) - Method in class org.mases.jcobridge.JCJControl
-
Retrieve a field from the reflected CLR Object.
- Get(String) - Method in class org.mases.jcobridge.JCObject
-
Retrieve an instance property from the reflected CLR Object.
- get() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative get method.
- get(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute get method.
- get(byte[], int, int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative bulk get method.
- get(byte[]) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative bulk get method.
- Get(String) - Method in class org.mases.jcobridge.JCType
-
Retrieve a static property from the reflected CLR Type.
- getAllValues() - Method in class org.mases.jcobridge.JCEnum
-
- getBuffer() - Method in class org.mases.jcobridge.JCSharedBuffer
-
- getChar() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative get method for reading a char value.
- getChar(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute get method for reading a char value.
- getCLRException() - Method in exception org.mases.jcobridge.JCNativeException
-
- GetCLRGlobal(String) - Static method in class org.mases.jcobridge.JCOBridge
-
Get previously registered CLR global
Object
.
- getCLRRID() - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to get the Rid to use.
- getCLRType() - Method in exception org.mases.jcobridge.JCNativeException
-
Return the CLR type of the excpetion.
- getControl() - Method in class org.mases.jcobridge.JCControl
-
Return the
JCObject
representation of graphical CLR Object
- getControl() - Method in class org.mases.jcobridge.JCJControl
-
Return the
JCObject
representation of graphical CLR Object
- GetControl(String) - Method in class org.mases.jcobridge.JCOBridge
-
Returns an instance of
JCControl
which reference a graphical CLR
Object
- getCoreCLRApp() - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to get the framework to be used: valid values are
Microsoft.NET6.App, Microsoft.NET8.App (Default), Microsoft.NET9.App,
Microsoft.WindowsDesktop6.App, Microsoft.WindowsDesktop8.App or Microsoft.WindowsDesktop9.App.
- getCoreCLRPath() - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to get the fully qualified location of the coreclr
library.
- getDelegateType() - Method in class org.mases.jcobridge.JCDelegate
-
- getDelegateType() - Method in class org.mases.jcobridge.JCVoidDelegate
-
- getDelegateTypeName() - Method in class org.mases.jcobridge.JCDelegate
-
- getDelegateTypeName() - Method in class org.mases.jcobridge.JCVoidDelegate
-
- getDouble() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative get method for reading a double value.
- getDouble(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute get method for reading a double value.
- GetEnum(String) - Method in class org.mases.jcobridge.JCOBridge
-
Returns a reference to a CLR Enum
- getEventData() - Method in interface org.mases.jcobridge.IJCListener
-
Invoked from the CLR counterpart to get the event
Object
.
- getEventData() - Method in class org.mases.jcobridge.JCListener
-
Invoked from the CLR counterpart to get the event
Object
.
- GetField(String) - Method in class org.mases.jcobridge.JCObject
-
Retrieve an instance property from the reflected CLR Object.
- GetField(String) - Method in class org.mases.jcobridge.JCType
-
Retrieve a static field from the reflected CLR Type.
- getFilteredArgs() - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to get the arguments from command-line filtered from the
arguments related to JCOBridge
- getFloat() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative get method for reading a float value.
- getFloat(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute get method for reading a float value.
- getGraphicObject() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
The graphic
Object
hosted from the graphic container
- getInt() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative get method for reading an int value.
- getInt(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute get method for reading an int value.
- getIsWPF() - Method in class org.mases.jcobridge.JCControl
-
Return true if the remote object is a WPF object, otherwise return false
- getIsWPF() - Method in class org.mases.jcobridge.JCJControl
-
Return true if the remote object is a WPF object, otherwise return false
- GetJControl(String) - Method in class org.mases.jcobridge.JCOBridge
-
Returns an instance of
JCJControl
which reference a graphical CLR
Object
- GetJVMGlobal(String) - Static method in class org.mases.jcobridge.JCOBridge
-
Get previously registered JVM global
Object
.
- getLicensePath() - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to get the path where is located the JCOBridge license.
- getLong() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative get method for reading a long value.
- getLong(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute get method for reading a long value.
- getMeasureOverrideHeight() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
MeasureOverride Height
- getMeasureOverrideWidth() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
MeasureOverride Width
- getNativePath() - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to get the path where to load JCOBridge runtime library.
- getNativeWindowHandle() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Retrieves the native handle to the hosting window
- getObject() - Method in class org.mases.jcobridge.JCRefOut
-
- GetOnType(String) - Method in class org.mases.jcobridge.JCObject
-
Retrieve a property from the reflected CLR Type.
- GetOnType(String) - Method in class org.mases.jcobridge.JCType
-
Retrieve a property from the reflected CLR Type.
- getReference() - Method in class org.mases.jcobridge.JCHandler
-
The wrapper reference of the derived JVM object
- getReturnData() - Method in interface org.mases.jcobridge.IJCListener
-
Invoked from the JVM to get the event return
Object
.
- getReturnData() - Method in class org.mases.jcobridge.JCListener
-
Invoked from the JVM to get the event return
Object
.
- getReuseByteBuffer() - Static method in class org.mases.jcobridge.JCSharedBuffer
-
- getShort() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative get method for reading a short value.
- getShort(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute get method for reading a short value.
- GetType(String) - Method in class org.mases.jcobridge.JCAssembly
-
Returns
JCType
of the type represented from the parameter.
- getType() - Method in class org.mases.jcobridge.JCNull
-
- GetType(String) - Method in class org.mases.jcobridge.JCOBridge
-
Returns a reference to a CLR Type
- getTypeName() - Method in class org.mases.jcobridge.JCEnum
-
- getTypeName() - Method in class org.mases.jcobridge.JCNull
-
- getValue() - Method in class org.mases.jcobridge.JCEnum
-
- getValues() - Method in class org.mases.jcobridge.JCEnum
-
- has(JCEnum) - Method in class org.mases.jcobridge.JCEnum
-
- hasArray() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Tells whether or not this buffer is backed by an accessible byte
array.
- hasExtraData() - Method in interface org.mases.jcobridge.IJCListener
-
Invoked from the CLR to know if the event has extra information.
- hasExtraData() - Method in class org.mases.jcobridge.JCListener
-
Invoked from the CLR to know if the event has extra information.
- hasFocusWithinCore() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Get focus state
- hashCode() - Method in class org.mases.jcobridge.JCAssembly
-
This method is used to get the CLR hashCode.
- hashCode() - Method in class org.mases.jcobridge.JCControl
-
This method is used to get the CLR hashCode.
- hashCode() - Method in class org.mases.jcobridge.JCJControl
-
This method is used to get the CLR hashCode.
- hashCode() - Method in class org.mases.jcobridge.JCObject
-
This method is used to get the CLR hashCode.
- hashCode() - Method in class org.mases.jcobridge.JCObjectIterator
-
This method is used to get the CLR hashCode.
- hashCode() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class org.mases.jcobridge.JCType
-
This method is used to get the CLR hashCode.
- hasMeasureOverride() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Return if the graphic container implements management of MeasureOverride
- hasNext() - Method in class org.mases.jcobridge.JCObjectIterator
-
Returns true if the iteration has more elements.
- hasRemaining() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Tells whether there are any elements between the current position and
the limit.
- hasWndProcHandler() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Return if the graphic container implements management for WndProc
- IJCEventEmit - Interface in org.mases.jcobridge
-
The
IJCEventEmit
interface represents a generic event handler with
return value.
- IJCEventLog - Interface in org.mases.jcobridge
-
The
IJCEventLog
interface represents a generic event sink for debug
purpose.
- IJCGraphicContainer - Interface in org.mases.jcobridge
-
The
IJCGraphicContainer
interface represents a generic entry point to
manage graphic containers which wraps and embed JVM graphic object within
WPF/WinForms hosting applications
- IJCListener - Interface in org.mases.jcobridge
-
The
JCListener
class represents a generic implementation of event
raiser class to CLR
- IJCVoidEventEmit - Interface in org.mases.jcobridge
-
The
IJCVoidEventEmit
interface represents a generic event handler
without return value.
- initialize(long) - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Initialize the graphic container
- Initialize() - Static method in class org.mases.jcobridge.JCOBridge
-
Initialize the library for .NET with default parameters.
- Initialize(String[]) - Static method in class org.mases.jcobridge.JCOBridge
-
Initialize the library for .NET.
- Initialize(String) - Static method in class org.mases.jcobridge.JCOBridge
-
Deprecated.
- InitializeFromRemote(String) - Static method in class org.mases.jcobridge.JCOBridge
-
Initialize the library from CLR.
- Invoke(String, Object...) - Method in class org.mases.jcobridge.JCControl
-
Invokes a method on the reflected CLR Object with optional parameters.
- Invoke(String, Object...) - Method in class org.mases.jcobridge.JCJControl
-
Invokes a method on the reflected CLR Object with optional parameters.
- Invoke(String, Object...) - Method in class org.mases.jcobridge.JCObject
-
Invokes an instance method on the reflected CLR Object with optional
parameters.
- Invoke(String, Object...) - Method in class org.mases.jcobridge.JCType
-
Invokes a static method on the reflected CLR Type with optional parameters.
- InvokeOnType(String, Object...) - Method in class org.mases.jcobridge.JCObject
-
Invokes a method on the reflected CLR Type with optional parameters.
- InvokeOnType(String, Object...) - Method in class org.mases.jcobridge.JCType
-
Invokes a method on the reflected CLR Type with optional parameters.
- is(JCEnum) - Method in class org.mases.jcobridge.JCEnum
-
- isDirect() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Tells whether or not this byte buffer is direct.
- isReadOnly() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Tells whether or not this buffer is read-only.
- isRef() - Method in class org.mases.jcobridge.JCRefOut
-
Deprecated.
- isRemoteManaged() - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Return if the graphic container implements embedding styles and all
management for window placement
- iterator() - Method in class org.mases.jcobridge.JCObject
-
Returns an iterator over elements of type
JCObject
.
- position() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Returns this buffer's position.
- position(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Sets this buffer's position.
- put(byte) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative put method (optional operation).
- put(int, byte) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute put method (optional operation).
- put(ByteBuffer) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative bulk put method (optional operation).
- put(byte[], int, int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative bulk put method (optional operation).
- put(byte[]) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative bulk put method (optional operation).
- putChar(char) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative put method for writing a char
value (optional operation).
- putChar(int, char) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute put method for writing a char
value (optional operation).
- putDouble(double) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative put method for writing a double
value (optional operation).
- putDouble(int, double) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute put method for writing a double
value (optional operation).
- putFloat(float) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative put method for writing a float
value (optional operation).
- putFloat(int, float) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute put method for writing a float
value (optional operation).
- putInt(int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative put method for writing an int
value (optional operation).
- putInt(int, int) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute put method for writing an int
value (optional operation).
- putLong(long) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative put method for writing a long
value (optional operation).
- putLong(int, long) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute put method for writing a long
value (optional operation).
- putShort(short) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Relative put method for writing a short
value (optional operation).
- putShort(int, short) - Method in class org.mases.jcobridge.JCSharedBuffer
-
Absolute put method for writing a short
value (optional operation).
- raiseEvent(String) - Method in interface org.mases.jcobridge.IJCListener
-
Invoked when an action occurs.
- raiseEvent(String, Object) - Method in interface org.mases.jcobridge.IJCListener
-
Invoked when an action occurs.
- raiseEvent(String, Object, Object...) - Method in interface org.mases.jcobridge.IJCListener
-
Invoked when an action occurs.
- raiseEvent(String) - Method in class org.mases.jcobridge.JCListener
-
Invoked when an action occurs.
- raiseEvent(String, Object) - Method in class org.mases.jcobridge.JCListener
-
Invoked when an action occurs.
- raiseEvent(String, Object, Object...) - Method in class org.mases.jcobridge.JCListener
-
Invoked when an action occurs.
- RegisterEventListener(String, IJCVoidEventEmit) - Method in class org.mases.jcobridge.JCControl
-
Register an event callback without return value into CLR Object.
- RegisterEventListener(String, IJCEventEmit) - Method in class org.mases.jcobridge.JCControl
-
Register an event callback with return value into CLR Object.
- RegisterEventListener(String, IJCVoidEventEmit) - Method in class org.mases.jcobridge.JCJControl
-
Register an event callback without return value into CLR Object.
- RegisterEventListener(String, IJCEventEmit) - Method in class org.mases.jcobridge.JCJControl
-
Register an event callback with return value into CLR Object.
- RegisterEventListener(String, IJCVoidEventEmit) - Method in class org.mases.jcobridge.JCObject
-
Register an event callback without return value into CLR Object.
- RegisterEventListener(String, IJCEventEmit) - Method in class org.mases.jcobridge.JCObject
-
Register an event callback with return value into CLR Object.
- RegisterEventLog(IJCEventLog) - Method in class org.mases.jcobridge.JCOBridge
-
Register an instance of
IJCEventLog
for debug logging purpose.
- RegisterJVMGlobal(String, Object) - Static method in class org.mases.jcobridge.JCOBridge
-
Register the object into the global JVM mapper.
- release() - Method in interface org.mases.jcobridge.IJCListener
-
Invoked when the CLR counterpart request to release the instance.
- release() - Method in class org.mases.jcobridge.JCListener
-
Invoked when the CLR counterpart request to release the instance.
- remaining() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Returns the number of elements between the current position and the
limit.
- remove(JCEnum) - Method in class org.mases.jcobridge.JCEnum
-
Execute the XOR operation in case of Flags
- removeNotify() - Method in class org.mases.jcobridge.JCControl
-
Do not call directly
- removeNotify() - Method in class org.mases.jcobridge.JCJControl
-
Do not call directly
- requestFocus() - Method in class org.mases.jcobridge.JCControl
-
- requestFocus() - Method in class org.mases.jcobridge.JCJControl
-
- reset() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Resets this buffer's position to the previously-marked position.
- rewind() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Rewinds this buffer.
- Set(String, Object) - Method in class org.mases.jcobridge.JCControl
-
Sets a field on the reflected CLR Object.
- Set(String, Object) - Method in class org.mases.jcobridge.JCJControl
-
Sets a field on the reflected CLR Object.
- Set(String, Object) - Method in class org.mases.jcobridge.JCObject
-
Sets an instance property on the reflected CLR Object.
- Set(String, Object) - Method in class org.mases.jcobridge.JCType
-
Sets a static property on the reflected CLR Type.
- setCLRRID(String) - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to set the Rid to use.
- setCoreCLRApp(String) - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to set the framework to be used: valid values are
Microsoft.NET6.App, Microsoft.NET8.App (Default), Microsoft.NET9.App,
Microsoft.WindowsDesktop6.App, Microsoft.WindowsDesktop8.App or Microsoft.WindowsDesktop8.App.
- setCoreCLRPath(String) - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to set the fully qualified location of the coreclr
library.
- SetField(String, Object) - Method in class org.mases.jcobridge.JCObject
-
Sets an instance field on the reflected CLR Object.
- SetField(String, Object) - Method in class org.mases.jcobridge.JCType
-
Sets a static field on the reflected CLR Type.
- setLicensePath(String) - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to set the path where is located the JCOBridge license.
- setNativePath(String) - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to set the path where to load JCOBridge runtime library.
- setObject(Object) - Method in class org.mases.jcobridge.JCRefOut
-
Sets back the result from CLR context
- setObject(Y[]) - Method in class org.mases.jcobridge.JCRefOut
-
Sets back the result from CLR context
- setReturnData(Object) - Method in interface org.mases.jcobridge.IJCListener
-
Invoked from the CLR counterpart to set the event return
Object
.
- setReturnData(Object) - Method in class org.mases.jcobridge.JCListener
-
Invoked from the CLR counterpart to set the event return
Object
.
- setReuseByteBuffer(boolean) - Static method in class org.mases.jcobridge.JCSharedBuffer
-
Change this value to enable/disable reuse of
ByteBuffer
- setSizeAndVisibility(boolean, int, int, int, int) - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Sets visibility and bounding rectangle
- SetWrapperPath(String) - Static method in class org.mases.jcobridge.JCOBridge
-
This method is used to set the path where is located the CLR/JVM Wrapper
library.
- slice() - Method in class org.mases.jcobridge.JCSharedBuffer
-
Creates a new byte buffer whose content is a shared subsequence of
this buffer's content.
- startMeasureOverride(int, int) - Method in interface org.mases.jcobridge.IJCGraphicContainer
-
Starts a MeasureOverride operation