-
Package io.anyline2
-

Class AnylineSdk

+ +

Class ALSquareVector

@@ -130,14 +135,37 @@

Class AnylineSdk


  • -
    public class AnylineSdk
    -extends java.lang.Object
    +
    public class ALSquareVector
    +extends ALGeometry
  • + +
    +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + +
      Fields 
      Modifier and TypeFieldDescription
      java.util.List<ALSquare>squares 
      +
    • +
    +
      @@ -152,7 +180,15 @@

      Constructor Summary

      Description -AnylineSdk() +ALSquareVector​(ALSquareVector alSquareVector) +  + + +ALSquareVector​(java.util.List<ALSquare> squares) +  + + +ALSquareVector​(org.json.JSONObject json)   @@ -167,21 +203,20 @@

      Constructor Summary

      Method Summary

      - + - - + + - - + +
      All Methods Static Methods Concrete Methods All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.DategetExpiryDate()booleanequals​(java.lang.Object anObject)  
      static voidinit​(java.lang.String licenseKey, - android.content.Context context)inthashCode()  
      @@ -190,7 +225,7 @@

      Method Summary

      Methods inherited from class java.lang.Object

      -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +getClass, notify, notifyAll, toString, wait, wait, wait
@@ -201,6 +236,26 @@

Methods inherited from class java.lang.Object

  • + +
    +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        squares

        +
        @NonNull
        +public java.util.List<ALSquare> squares
        +
      • +
      +
    • +
    +
      @@ -208,13 +263,37 @@

      Methods inherited from class java.lang.Object

      Constructor Detail

      - + + + +
        +
      • +

        ALSquareVector

        +
        public ALSquareVector​(@NonNull
        +                      java.util.List<ALSquare> squares)
        +
      • +
      + + + +
        +
      • +

        ALSquareVector

        +
        public ALSquareVector​(org.json.JSONObject json)
        +               throws org.json.JSONException
        +
        +
        Throws:
        +
        org.json.JSONException
        +
        +
      • +
      +
      • -

        AnylineSdk

        -
        public AnylineSdk()
        +

        ALSquareVector

        +
        public ALSquareVector​(ALSquareVector alSquareVector)
      @@ -227,32 +306,29 @@

      AnylineSdk

      Method Detail

      - +
      • -

        init

        -
        public static void init​(java.lang.String licenseKey,
        -                        android.content.Context context)
        -                 throws LicenseException
        +

        equals

        +
        public boolean equals​(java.lang.Object anObject)
        -
        Throws:
        -
        LicenseException
        +
        Overrides:
        +
        equals in class java.lang.Object
      - +
      • -

        getExpiryDate

        -
        public static java.util.Date getExpiryDate()
        -                                    throws LicenseException
        +

        hashCode

        +
        public int hashCode()
        -
        Throws:
        -
        LicenseException
        +
        Overrides:
        +
        hashCode in class java.lang.Object
      @@ -276,18 +352,18 @@

      getExpiryDate