Uses of Class
uavsim.datatypes.Box

Packages that use Box
uavsim.graphics Provides... 
uavsim.graphics.controls.buttons Provides... 
 

Uses of Box in uavsim.graphics
 

Methods in uavsim.graphics with parameters of type Box
static void GraphicsSupport.activateClipMode(java.awt.Graphics2D graphics, Box box)
          Activates the Java2D clipping mode to prevent drawing outside a rectangular region.
static void GraphicsSupport.drawBox(java.awt.Graphics2D graphics, Box box, boolean isFilled)
          Draws a box anchored at its center, not top left, as in Java graphics.
 

Constructors in uavsim.graphics with parameters of type Box
BoxDescriptor(Box box, java.awt.Color bodyColor, Scaler outlineScale, java.awt.Color outlineColor)
          Creates a box descriptor.
 

Uses of Box in uavsim.graphics.controls.buttons
 

Fields in uavsim.graphics.controls.buttons declared as Box
protected  Box A_Button._body
          the button body.