public interface TextOverflowListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyTextOverflow(String markedUpString,
HVisible v,
boolean overflowedHorizontally,
boolean overflowedVertically)
This method is called by the DVBTextLayoutManager
if the text does not fit within the component
|
void notifyTextOverflow(String markedUpString, HVisible v, boolean overflowedHorizontally, boolean overflowedVertically)
markedUpString - the string that was successfully rendered within the componentv - the HVisible object that was being renderedoverflowedHorizontally - true if the text overflowed the bounds of
the component in the horizontal
direction; otherwise falseoverflowedVertically - true if the text overflowed the bounds of
the component in the vertical direction;
otherwise falseCopyright © 2012 code4tv.com. All Rights Reserved.