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 |
---|
BoxTextElemStyle.BoxProviderResult(java.awt.Rectangle box,
boolean temporary) |
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getBox()
The box
|
boolean |
isTemporary()
True, if the box can change in future calls of the BoxProvider get() method
|
public BoxTextElemStyle.BoxProviderResult(java.awt.Rectangle box, boolean temporary)
public java.awt.Rectangle getBox()
public boolean isTemporary()