Class CoordinateOffset
java.lang.Object
com.jtprince.coordinateoffset.api.CoordinateOffset
Singleton holder for the CoordinateOffsetAPI instance.
To get the API instance as an API consumer, call api().
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateOffsetAPIapi()Get the singleton instance of the CoordinateOffsetAPI.
-
Constructor Details
-
CoordinateOffset
public CoordinateOffset()
-
-
Method Details
-
api
Get the singleton instance of the CoordinateOffsetAPI.- Throws:
IllegalStateException- if the API has not been initialized yet.
-