-
public final class BalloonPlacementBalloonPlacement contains data to determinate position where balloon should be displayed
-
-
Constructor Summary
Constructors Constructor Description BalloonPlacement(View anchor, List<View> subAnchors, BalloonAlign align, Integer xOff, Integer yOff, PlacementType type, Integer width, Integer height)
-
Method Summary
-
-
Constructor Detail
-
BalloonPlacement
BalloonPlacement(View anchor, List<View> subAnchors, BalloonAlign align, Integer xOff, Integer yOff, PlacementType type, Integer width, Integer height)
-
-
Method Detail
-
getSubAnchors
final List<View> getSubAnchors()
-
getAlign
final BalloonAlign getAlign()
-
getType
final PlacementType getType()
-
-
-
-