-
public final class BalloonPlacementBalloonPlacement contains data to determinate position where balloon should be displayed
-
-
Field Summary
Fields Modifier and Type Field Description private final Viewanchorprivate final List<View>subAnchorsprivate final BalloonAlignalignprivate final IntegerxOffprivate final IntegeryOffprivate final PlacementTypetype
-
Constructor Summary
Constructors Constructor Description BalloonPlacement(View anchor, List<View> subAnchors, BalloonAlign align, Integer xOff, Integer yOff, PlacementType type)
-
Method Summary
Modifier and Type Method Description final ViewgetAnchor()final List<View>getSubAnchors()final BalloonAligngetAlign()final IntegergetXOff()final IntegergetYOff()final PlacementTypegetType()-
-
Constructor Detail
-
BalloonPlacement
BalloonPlacement(View anchor, List<View> subAnchors, BalloonAlign align, Integer xOff, Integer yOff, PlacementType type)
-
-
Method Detail
-
getSubAnchors
final List<View> getSubAnchors()
-
getAlign
final BalloonAlign getAlign()
-
getType
final PlacementType getType()
-
-
-
-