Table of Contents

Class PDFGraphicsStreamEngine

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

PDFGraphicsStreamEngine()

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

[Obsolete("PDFGraphicsStreamEngine class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PDFGraphicsStreamEngine()

PDFGraphicsStreamEngine(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

[Obsolete("PDFGraphicsStreamEngine class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PDFGraphicsStreamEngine(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CurrentPoint

public Point2D CurrentPoint { get; }

Property Value

Point2D

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

Methods

AppendRectangle(Point2D, Point2D, Point2D, Point2D)

public void AppendRectangle(Point2D arg0, Point2D arg1, Point2D arg2, Point2D arg3)

Parameters

arg0 Point2D

Point2D

arg1 Point2D

Point2D

arg2 Point2D

Point2D

arg3 Point2D

Point2D

Exceptions

IOException

Clip(int)

public void Clip(int arg0)

Parameters

arg0 int

int

Exceptions

IOException

ClosePath()

public void ClosePath()

Exceptions

IOException

CurveTo(float, float, float, float, float, float)

public void CurveTo(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

arg5 float

float

Exceptions

IOException

DrawImage(PDImage)

public void DrawImage(PDImage arg0)

Parameters

arg0 PDImage

PDImage

Exceptions

IOException

EndPath()

public void EndPath()

Exceptions

IOException

FillAndStrokePath(int)

public void FillAndStrokePath(int arg0)

Parameters

arg0 int

int

Exceptions

IOException

FillPath(int)

public void FillPath(int arg0)

Parameters

arg0 int

int

Exceptions

IOException

LineTo(float, float)

public void LineTo(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Exceptions

IOException

MoveTo(float, float)

public void MoveTo(float arg0, float arg1)

Parameters

arg0 float

float

arg1 float

float

Exceptions

IOException

ShadingFill(COSName)

public void ShadingFill(COSName arg0)

Parameters

arg0 COSName

COSName

Exceptions

IOException

StrokePath()

public void StrokePath()

Exceptions

IOException