protected class BalloonTip.VisibilityControl extends Object
Modifier | Constructor and Description |
---|---|
protected |
VisibilityControl() |
Modifier and Type | Method and Description |
---|---|
void |
setCriterionAndUpdate(String criterion,
Boolean value)
Sets the value of a particular visibility criterion and checks whether the balloon tip should still be visible or not
|
void |
update()
Makes sure the balloon tip's visibility is updated by checking all visibility criteria
If any of the visibility criteria is false, the balloon tip should be invisible.
|
public void setCriterionAndUpdate(String criterion, Boolean value)
criterion
- the visibility criterionvalue
- value of the criterionpublic void update()