public static class BoxTextElement.BoxProviderResult extends Object
Modifier and Type | Field and Description |
---|---|
private Rectangle |
box |
private boolean |
temporary |
Constructor and Description |
---|
BoxProviderResult(Rectangle box,
boolean temporary) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBox()
Returns the box.
|
boolean |
isTemporary()
Determines if the box can change in future calls of the
BoxTextElement.BoxProvider.get() method |
public BoxProviderResult(Rectangle box, boolean temporary)
public boolean isTemporary()
BoxTextElement.BoxProvider.get()
methodtrue
if the box can change in future calls of the BoxProvider#get()
method