public static class BoxTextElemStyle.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()
The box
|
boolean |
isTemporary()
True, if the box can change in future calls of the BoxProvider get() method
|
public BoxProviderResult(Rectangle box, boolean temporary)
public boolean isTemporary()