Interface PdfiumImageObjectPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumImageObjectP,PdfiumImageObjectP.Builder
public interface PdfiumImageObjectPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBottom()double bottom = 4;com.google.protobuf.ByteStringgetImageData()bytes image_data = 6;doublegetLeft()double left = 1;doublegetMatrixA()double MatrixA = 7;doublegetMatrixB()double MatrixB = 8;doublegetMatrixC()double MatrixC = 9;doublegetMatrixD()double MatrixD = 10;doublegetMatrixE()double MatrixE = 11;doublegetMatrixF()double MatrixF = 12;intgetPageIndex()int32 page_index = 5;doublegetRight()double right = 2;doublegetTop()double top = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLeft
double getLeft()
double left = 1;- Returns:
- The left.
-
getRight
double getRight()
double right = 2;- Returns:
- The right.
-
getTop
double getTop()
double top = 3;- Returns:
- The top.
-
getBottom
double getBottom()
double bottom = 4;- Returns:
- The bottom.
-
getPageIndex
int getPageIndex()
int32 page_index = 5;- Returns:
- The pageIndex.
-
getImageData
com.google.protobuf.ByteString getImageData()
bytes image_data = 6;- Returns:
- The imageData.
-
getMatrixA
double getMatrixA()
double MatrixA = 7;- Returns:
- The matrixA.
-
getMatrixB
double getMatrixB()
double MatrixB = 8;- Returns:
- The matrixB.
-
getMatrixC
double getMatrixC()
double MatrixC = 9;- Returns:
- The matrixC.
-
getMatrixD
double getMatrixD()
double MatrixD = 10;- Returns:
- The matrixD.
-
getMatrixE
double getMatrixE()
double MatrixE = 11;- Returns:
- The matrixE.
-
getMatrixF
double getMatrixF()
double MatrixF = 12;- Returns:
- The matrixF.
-
-