public final class PdfiumPathObjectP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumPathObjectPOrBuilder
ironpdfengineproto.PdfiumPathObjectP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumPathObjectP.Builder
Protobuf type
ironpdfengineproto.PdfiumPathObjectP |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_FIELD_NUMBER |
static int |
FILLCOLOR_FIELD_NUMBER |
static int |
FILLMODE_FIELD_NUMBER |
static int |
ISSTROKED_FIELD_NUMBER |
static int |
LEFT_FIELD_NUMBER |
static int |
MATRIXA_FIELD_NUMBER |
static int |
MATRIXB_FIELD_NUMBER |
static int |
MATRIXC_FIELD_NUMBER |
static int |
MATRIXD_FIELD_NUMBER |
static int |
MATRIXE_FIELD_NUMBER |
static int |
MATRIXF_FIELD_NUMBER |
static int |
PAGEINDEX_FIELD_NUMBER |
static int |
POINTS_FIELD_NUMBER |
static int |
RIGHT_FIELD_NUMBER |
static int |
STROKECOLOR_FIELD_NUMBER |
static int |
TOP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getBottom()
double bottom = 4; |
static PdfiumPathObjectP |
getDefaultInstance() |
PdfiumPathObjectP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFillColor()
string FillColor = 5; |
com.google.protobuf.ByteString |
getFillColorBytes()
string FillColor = 5; |
int |
getFillMode()
int32 FillMode = 15; |
boolean |
getIsStroked()
bool IsStroked = 16; |
double |
getLeft()
double left = 1; |
double |
getMatrixA()
double MatrixA = 8; |
double |
getMatrixB()
double MatrixB = 9; |
double |
getMatrixC()
double MatrixC = 10; |
double |
getMatrixD()
double MatrixD = 11; |
double |
getMatrixE()
double MatrixE = 12; |
double |
getMatrixF()
double MatrixF = 13; |
int |
getPageIndex()
int32 PageIndex = 7; |
com.google.protobuf.Parser<PdfiumPathObjectP> |
getParserForType() |
PdfiumPathSegmentObjectP |
getPoints(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14; |
int |
getPointsCount()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14; |
List<PdfiumPathSegmentObjectP> |
getPointsList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14; |
PdfiumPathSegmentObjectPOrBuilder |
getPointsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14; |
List<? extends PdfiumPathSegmentObjectPOrBuilder> |
getPointsOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14; |
double |
getRight()
double right = 2; |
int |
getSerializedSize() |
String |
getStrokeColor()
string StrokeColor = 6; |
com.google.protobuf.ByteString |
getStrokeColorBytes()
string StrokeColor = 6; |
double |
getTop()
double top = 3; |
int |
hashCode() |
boolean |
isInitialized() |
static PdfiumPathObjectP.Builder |
newBuilder() |
static PdfiumPathObjectP.Builder |
newBuilder(PdfiumPathObjectP prototype) |
PdfiumPathObjectP.Builder |
newBuilderForType() |
static PdfiumPathObjectP |
parseDelimitedFrom(InputStream input) |
static PdfiumPathObjectP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPathObjectP |
parseFrom(byte[] data) |
static PdfiumPathObjectP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPathObjectP |
parseFrom(ByteBuffer data) |
static PdfiumPathObjectP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPathObjectP |
parseFrom(com.google.protobuf.ByteString data) |
static PdfiumPathObjectP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPathObjectP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PdfiumPathObjectP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumPathObjectP |
parseFrom(InputStream input) |
static PdfiumPathObjectP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PdfiumPathObjectP> |
parser() |
PdfiumPathObjectP.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int LEFT_FIELD_NUMBER
public static final int RIGHT_FIELD_NUMBER
public static final int TOP_FIELD_NUMBER
public static final int BOTTOM_FIELD_NUMBER
public static final int FILLCOLOR_FIELD_NUMBER
public static final int STROKECOLOR_FIELD_NUMBER
public static final int PAGEINDEX_FIELD_NUMBER
public static final int MATRIXA_FIELD_NUMBER
public static final int MATRIXB_FIELD_NUMBER
public static final int MATRIXC_FIELD_NUMBER
public static final int MATRIXD_FIELD_NUMBER
public static final int MATRIXE_FIELD_NUMBER
public static final int MATRIXF_FIELD_NUMBER
public static final int POINTS_FIELD_NUMBER
public static final int FILLMODE_FIELD_NUMBER
public static final int ISSTROKED_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public double getLeft()
double left = 1;getLeft in interface PdfiumPathObjectPOrBuilderpublic double getRight()
double right = 2;getRight in interface PdfiumPathObjectPOrBuilderpublic double getTop()
double top = 3;getTop in interface PdfiumPathObjectPOrBuilderpublic double getBottom()
double bottom = 4;getBottom in interface PdfiumPathObjectPOrBuilderpublic String getFillColor()
string FillColor = 5;getFillColor in interface PdfiumPathObjectPOrBuilderpublic com.google.protobuf.ByteString getFillColorBytes()
string FillColor = 5;getFillColorBytes in interface PdfiumPathObjectPOrBuilderpublic String getStrokeColor()
string StrokeColor = 6;getStrokeColor in interface PdfiumPathObjectPOrBuilderpublic com.google.protobuf.ByteString getStrokeColorBytes()
string StrokeColor = 6;getStrokeColorBytes in interface PdfiumPathObjectPOrBuilderpublic int getPageIndex()
int32 PageIndex = 7;getPageIndex in interface PdfiumPathObjectPOrBuilderpublic double getMatrixA()
double MatrixA = 8;getMatrixA in interface PdfiumPathObjectPOrBuilderpublic double getMatrixB()
double MatrixB = 9;getMatrixB in interface PdfiumPathObjectPOrBuilderpublic double getMatrixC()
double MatrixC = 10;getMatrixC in interface PdfiumPathObjectPOrBuilderpublic double getMatrixD()
double MatrixD = 11;getMatrixD in interface PdfiumPathObjectPOrBuilderpublic double getMatrixE()
double MatrixE = 12;getMatrixE in interface PdfiumPathObjectPOrBuilderpublic double getMatrixF()
double MatrixF = 13;getMatrixF in interface PdfiumPathObjectPOrBuilderpublic List<PdfiumPathSegmentObjectP> getPointsList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;getPointsList in interface PdfiumPathObjectPOrBuilderpublic List<? extends PdfiumPathSegmentObjectPOrBuilder> getPointsOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;getPointsOrBuilderList in interface PdfiumPathObjectPOrBuilderpublic int getPointsCount()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;getPointsCount in interface PdfiumPathObjectPOrBuilderpublic PdfiumPathSegmentObjectP getPoints(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;getPoints in interface PdfiumPathObjectPOrBuilderpublic PdfiumPathSegmentObjectPOrBuilder getPointsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;getPointsOrBuilder in interface PdfiumPathObjectPOrBuilderpublic int getFillMode()
int32 FillMode = 15;getFillMode in interface PdfiumPathObjectPOrBuilderpublic boolean getIsStroked()
bool IsStroked = 16;getIsStroked in interface PdfiumPathObjectPOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PdfiumPathObjectP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPathObjectP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPathObjectP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPathObjectP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPathObjectP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPathObjectP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumPathObjectP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumPathObjectP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumPathObjectP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumPathObjectP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumPathObjectP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumPathObjectP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumPathObjectP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumPathObjectP.Builder newBuilder()
public static PdfiumPathObjectP.Builder newBuilder(PdfiumPathObjectP prototype)
public PdfiumPathObjectP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumPathObjectP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumPathObjectP> parser()
public com.google.protobuf.Parser<PdfiumPathObjectP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumPathObjectP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.