org.openstreetmap.josm.gui.mappaint
Class BoxTextElemStyle.BoxProviderResult

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.BoxTextElemStyle.BoxProviderResult
Enclosing class:
BoxTextElemStyle

public static class BoxTextElemStyle.BoxProviderResult
extends java.lang.Object


Field Summary
private  java.awt.Rectangle box
           
private  boolean temporary
           
 
Constructor Summary
BoxTextElemStyle.BoxProviderResult(java.awt.Rectangle box, boolean temporary)
           
 
Method Summary
 java.awt.Rectangle getBox()
          The box
 boolean isTemporary()
          True, if the box can change in future calls of the BoxProvider get() method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

box

private java.awt.Rectangle box

temporary

private boolean temporary
Constructor Detail

BoxTextElemStyle.BoxProviderResult

public BoxTextElemStyle.BoxProviderResult(java.awt.Rectangle box,
                                          boolean temporary)
Method Detail

getBox

public java.awt.Rectangle getBox()
The box


isTemporary

public boolean isTemporary()
True, if the box can change in future calls of the BoxProvider get() method



JOSM