Class ColorSpace.Rgb.TransferParameters
public class ColorSpace.Rgb.TransferParameters : JVMBridgeBase<ColorSpace.Rgb.TransferParameters>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ColorSpace.Rgb.TransferParameters
- Implements
- Extension Methods
Constructors
TransferParameters(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TransferParameters(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
TransferParameters(double, double, double, double, double)
public TransferParameters(double arg0, double arg1, double arg2, double arg3, double arg4)
Parameters
TransferParameters(double, double, double, double, double, double, double)
public TransferParameters(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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 java.lang.AutoCloseable
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
a
public double a { get; set; }
Property Value
b
public double b { get; set; }
Property Value
c
public double c { get; set; }
Property Value
d
public double d { get; set; }
Property Value
e
public double e { get; set; }
Property Value
f
public double f { get; set; }
Property Value
g
public double g { get; set; }
Property Value
Methods
CreatePoolableInstance(double, double, double, double, double)
HPA initializer for TransferParameters(double arg0, double arg1, double arg2, double arg3, double arg4)
public static ColorSpace.Rgb.TransferParameters CreatePoolableInstance(double arg0, double arg1, double arg2, double arg3, double arg4)
Parameters
Returns
CreatePoolableInstance(double, double, double, double, double, double, double)
HPA initializer for TransferParameters(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)
public static ColorSpace.Rgb.TransferParameters CreatePoolableInstance(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5, double arg6)