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