All Types
Name | Summary |
---|---|
com.pzpg.ogr.AboutFragment
com.pzpg.ogr.graph.Algorithm
*
com.pzpg.ogr.api.request.BadRequestException
BadRequestException class to throw this when request message is invalid for server Has thrown when code status of the request is 400
com.pzpg.ogr.graph.FruchtermanReingoldActivity
Code taken from https://github.com/Team-Blox/GraphView/blob/master/sample/src/main/java/de/blox/graphview/sample/Algorithms/FruchtermanReingoldActivity.java
com.pzpg.ogr.graph.GraphActivity
Code taken from https://github.com/Team-Blox/GraphView/blob/master/sample/src/main/java/de/blox/graphview/sample/GraphActivity.java There is a small change to adapt to the project
com.pzpg.ogr.api.request.GraphFormat
Enum class to represent formats of graph which we use in the project
com.pzpg.ogr.HelpFragment
com.pzpg.ogr.HistoryFragment
com.pzpg.ogr.library.LibraryFragment
Fragment representing a list of Items in the app Docs directory.
com.pzpg.ogr.library.listContent.ListContent
Helper class for providing sample content for user interfaces created by Android template wizards.
com.pzpg.ogr.MainActivity
com.pzpg.ogr.library.MyItemGraphRecyclerViewAdapter
RecyclerView.Adapter that can display a ListItem. TODO: Replace the implementation with code for your data type.
com.pzpg.ogr.api.request.NotAllowedMethodException
BadRequestException class to throw this when method of request is not allowed Has thrown when code status of the request is 405
com.pzpg.ogr.ProcessActivity
Activity responsible for processing an image and sharing result of the processing.
com.pzpg.ogr.api.request.ProcessMode
Enum class to represent a process modes to recognise a graph
com.pzpg.ogr.api.RequestManager
Class for managing requests to the server.
com.pzpg.ogr.api.request.RequestServer
Class responsible for request to server
com.pzpg.ogr.api.request.RequestServerException
Opens Exception class to throw this when something is wrong with requests to the server
com.pzpg.ogr.SettingsFragment
Fragment responsible for some preferences
com.pzpg.ogr.SignInFragmentActivity
Fragment activity responsible for the authorization
com.pzpg.ogr.takePicture.TakePictureFragment
Fragment responsible for photographing, select an image from the gallery, editing photos.
com.pzpg.ogr.takePicture.TakePictureViewModel
Model is not fully used, and been created for tests.
com.pzpg.ogr.api.request.TimeOutException
Has thrown when code status of the request is -1
com.pzpg.ogr.api.TokenManager
Class for managing the extraction of tokens from shared preferences.
com.pzpg.ogr.api.request.UnauthorizedException
UnauthorizedException class to throw this when user has not authorized Has thrown when code status of the request is 401
com.pzpg.ogr.graph.XmlParser
Parser of the GraphMl format.