Table of Contents

Class PDColor

Namespace
Org.Apache.Pdfbox.Pdmodel.Graphics.Color
Assembly
MASES.NetPDF.dll
public class PDColor : JVMBridgeBase<PDColor>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<PDColor>
PDColor
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<PDColor>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PDColor>.IsAssignableFrom<T>()
JVMBridgeBase<PDColor>.Execute<T>(params T[])
JVMBridgeBase<PDColor>.DynBridgeClazz
JVMBridgeBase<PDColor>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

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 COSArray

COSArray

arg1 PDColorSpace

PDColorSpace

PDColor(COSName, PDColorSpace)

public PDColor(COSName arg0, PDColorSpace arg1)

Parameters

arg0 COSName

COSName

arg1 PDColorSpace

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[]

float

arg1 COSName

COSName

arg2 PDColorSpace

PDColorSpace

PDColor(float[], PDColorSpace)

public PDColor(float[] arg0, PDColorSpace arg1)

Parameters

arg0 float[]

float

arg1 PDColorSpace

PDColorSpace

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ColorSpace

public PDColorSpace ColorSpace { get; }

Property Value

PDColorSpace

Components

public float[] Components { get; }

Property Value

float[]

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

PatternName

public COSName PatternName { get; }

Property Value

COSName

Methods

IsPattern()

public bool IsPattern()

Returns

bool

bool

ToCOSArray()

public COSArray ToCOSArray()

Returns

COSArray

COSArray

ToRGB()

public int ToRGB()

Returns

int

int

Exceptions

IOException