-
- All Implemented Interfaces:
public final class BalloonOverlayRoundRect extends BalloonOverlayShape
draw an rounded Rect for overlaying over an anchor.
-
-
Field Summary
Fields Modifier and Type Field Description private final Pair<Float, Float>radiusPairprivate final Pair<Integer, Integer>radiusResPair
-
Constructor Summary
Constructors Constructor Description BalloonOverlayRoundRect(Float radiusX, Float radiusY)BalloonOverlayRoundRect(Integer radiusXRes, Integer radiusYRes)
-
Method Summary
Modifier and Type Method Description final Pair<Float, Float>getRadiusPair()final Pair<Integer, Integer>getRadiusResPair()-
-
Method Detail
-
getRadiusPair
final Pair<Float, Float> getRadiusPair()
-
getRadiusResPair
final Pair<Integer, Integer> getRadiusResPair()
-
-
-
-