Interface PdfiumPathSegmentObjectPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PdfiumPathSegmentObjectP, PdfiumPathSegmentObjectP.Builder

    public interface PdfiumPathSegmentObjectPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsClose()
      bool is_close = 3;
      int getType()
      int32 type = 4;
      double getX()
      double x = 1;
      double getY()
      double y = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getX

        double getX()
        double x = 1;
        Returns:
        The x.
      • getY

        double getY()
        double y = 2;
        Returns:
        The y.
      • getIsClose

        boolean getIsClose()
        bool is_close = 3;
        Returns:
        The isClose.
      • getType

        int getType()
        int32 type = 4;
        Returns:
        The type.