Class PDColor
public class PDColor : JVMBridgeBase<PDColor>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
PDColor
- Implements
- Inherited Members
Constructors
PDColor()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PDColor()
PDColor(COSArray, PDColorSpace)
public PDColor(COSArray arg0, PDColorSpace arg1)
Parameters
arg0
COSArrayarg1
PDColorSpace
PDColor(COSName, PDColorSpace)
public PDColor(COSName arg0, PDColorSpace arg1)
Parameters
arg0
COSNamearg1
PDColorSpace
PDColor(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 PDColor(params object[] args)
Parameters
args
object[]
PDColor(float[], COSName, PDColorSpace)
public PDColor(float[] arg0, COSName arg1, PDColorSpace arg2)
Parameters
arg0
float[]arg1
COSNamearg2
PDColorSpace
PDColor(float[], PDColorSpace)
public PDColor(float[] arg0, PDColorSpace arg1)
Parameters
arg0
float[]arg1
PDColorSpace
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ColorSpace
public PDColorSpace ColorSpace { get; }
Property Value
Components
public float[] Components { get; }
Property Value
- float[]
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
PatternName
public COSName PatternName { get; }
Property Value
Methods
IsPattern()
public bool IsPattern()
Returns
ToCOSArray()
public COSArray ToCOSArray()
Returns
ToRGB()
public int ToRGB()