Class ALContourVector

    • Field Detail

      • rects

        @NonNull
        public java.util.List<ALRect> rects
    • Constructor Detail

      • ALContourVector

        public ALContourVector​(@NonNull
                               java.util.List<ALRect> rects)
      • ALContourVector

        public ALContourVector​(org.json.JSONObject json)
                        throws org.json.JSONException
        Throws:
        org.json.JSONException
      • ALContourVector

        public ALContourVector​(org.json.JSONArray array)
                        throws org.json.JSONException
        Throws:
        org.json.JSONException
      • ALContourVector

        public ALContourVector​(ALContourVector alContourVector)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object anObject)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object