PdfFunction class

Implemented types

Constructors

PdfFunction(PdfDocument pdfDocument, {List<int>? data, int bitsPerSample = 8, int order = 1, List<num> domain = const <num>[0, 1], List<num> range = const <num>[0, 1]})
PdfFunction.fromColors(PdfDocument pdfDocument, List<PdfColor?> colors)
factory

Properties

bitsPerSample int
final
buf → PdfStream
This holds the stream's content.
finalinherited
data List<int>?
final
domain List<num>
final
elapsedStopwatch int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isBinary bool
defines if the stream needs to be converted to ascii85
finalinherited
objgen int
This is the generation number for this object.
finalinherited
objser int
This is the unique serial number for this object.
finalinherited
order int
final
params → PdfDict<PdfDataType>
This is the object parameters.
finalinherited
pdfDocument PdfDocument
This allows any Pdf object to refer to the document being constructed.
finalinherited
range List<num>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugFill(String value) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare() → void
Prepare the object to be written to the stream
ref() → PdfIndirect
Returns the unique serial number in Pdf format
inherited
setInsertion(PdfStream os) → void
inherited
startStopwatch() → void
inherited
stopStopwatch() → void
inherited
toString() String
A string representation of this object.
write(PdfStream os) → void
Writes the object to the output stream.
inherited
writeContent(PdfStream os) → void
inherited
writeDebug(PdfStream os) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited