-
public class SpeechBalloonHelperHelper class for SpeechBalloonOverlay whose main interest is method compute
-
-
Field Summary
Fields Modifier and Type Field Description public final static intCORNER_INSIDEpublic final static intCORNER_NONEpublic final static intCORNER_LEFTpublic final static intCORNER_RIGHTpublic final static intCORNER_TOPpublic final static intCORNER_BOTTOM
-
Method Summary
Modifier and Type Method Description intcompute(RectL pInputRect, PointL pInputPoint, double pInputRadius, PointL pOutputIntersection1, PointL pOutputIntersection2)Computes the intersection between a rectangle and the triangle that starts from a Pointand goes to a circle centered on the rectangle's center
-