Class PDColor
public class PDColor : JVMBridgeBase<PDColor>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, 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(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PDColor(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
PDColor(COSArray, PDColorSpace)
public PDColor(COSArray arg0, PDColorSpace arg1)
Parameters
arg0COSArrayarg1PDColorSpace
PDColor(COSName, PDColorSpace)
public PDColor(COSName arg0, PDColorSpace arg1)
Parameters
arg0COSNamearg1PDColorSpace
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
argsobject[]
PDColor(float[], COSName, PDColorSpace)
public PDColor(float[] arg0, COSName arg1, PDColorSpace arg2)
Parameters
arg0float[]arg1COSNamearg2PDColorSpace
PDColor(float[], PDColorSpace)
public PDColor(float[] arg0, PDColorSpace arg1)
Parameters
arg0float[]arg1PDColorSpace
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()