Table of Contents

Class PDRectangle

Namespace
Org.Apache.Pdfbox.Pdmodel.Common
Assembly
MASES.NetPDF.dll
public class PDRectangle : COSObjectable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
Inheritance
JVMBridgeBase
JVMBridgeBase<COSObjectable>
PDRectangle
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<COSObjectable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<COSObjectable>.IsAssignableFrom<T>()
JVMBridgeBase<COSObjectable>.Execute<T>(params T[])
JVMBridgeBase<COSObjectable>.DynBridgeClazz
JVMBridgeBase<COSObjectable>.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

PDRectangle()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PDRectangle()

PDRectangle(BoundingBox)

public PDRectangle(BoundingBox arg0)

Parameters

arg0 BoundingBox

BoundingBox

PDRectangle(COSArray)

public PDRectangle(COSArray arg0)

Parameters

arg0 COSArray

COSArray

PDRectangle(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 PDRectangle(params object[] args)

Parameters

args object[]

PDRectangle(float, float)

public PDRectangle(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

PDRectangle(float, float, float, float)

public PDRectangle(float arg0, float arg1, float arg2, float arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

Properties

A0

public static PDRectangle A0 { get; }

Property Value

PDRectangle

A1

public static PDRectangle A1 { get; }

Property Value

PDRectangle

A2

public static PDRectangle A2 { get; }

Property Value

PDRectangle

A3

public static PDRectangle A3 { get; }

Property Value

PDRectangle

A4

public static PDRectangle A4 { get; }

Property Value

PDRectangle

A5

public static PDRectangle A5 { get; }

Property Value

PDRectangle

A6

public static PDRectangle A6 { get; }

Property Value

PDRectangle

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COSArray

public COSArray COSArray { get; }

Property Value

COSArray

COSObject

public COSBase COSObject { get; }

Property Value

COSBase

Height

public float Height { 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
public static PDRectangle LEGAL { get; }

Property Value

PDRectangle

LETTER

public static PDRectangle LETTER { get; }

Property Value

PDRectangle

LowerLeftX

public float LowerLeftX { get; set; }

Property Value

float

LowerLeftY

public float LowerLeftY { get; set; }

Property Value

float

TABLOID

public static PDRectangle TABLOID { get; }

Property Value

PDRectangle

UpperRightX

public float UpperRightX { get; set; }

Property Value

float

UpperRightY

public float UpperRightY { get; set; }

Property Value

float

Width

public float Width { get; }

Property Value

float

Methods

Contains(float, float)

public bool Contains(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Returns

bool

bool

CreateRetranslatedRectangle()

public PDRectangle CreateRetranslatedRectangle()

Returns

PDRectangle

PDRectangle

ToGeneralPath()

public GeneralPath ToGeneralPath()

Returns

GeneralPath

GeneralPath

Transform(Matrix)

public GeneralPath Transform(Matrix arg0)

Parameters

arg0 Matrix

Matrix

Returns

GeneralPath

GeneralPath