Converts the given location in the model to a place in the view coordinate system. The component must have a non-zero positive size for this translation to be computed.
@param tc the text component for which this UI is installed
@param pos the local location in the model to translate >= 0
@return the coordinates as a rectangle, null if the model is not painted
@exception BadLocationException if the given position does notrepresent a valid location in the associated document
@see TextUI#modelToView
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.