Gets the text to use for the given angle.
AnnSvgProtractorObjectRenderer.prototype.getAngleText = function(angle, precision, unit, unitsAbbreviation)
getAngleText(angle: number, precision: number, unit: AnnAngularUnit, unitsAbbreviation: { [key: number]: string }): string;
angle
The angle value in unit.
precision
The precision of angle. Refer to AnnProtractorObject.AnglePrecision for valid values.
unit
The unit of angle.
unitsAbbreviation
The unit abbreviation to use.
This method is called by the renderer to get the text to use for the angle. Derived classes can override this method to provide their own implementation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET