ucar.visad.display
Class AnimationBoxPanel.Box

java.lang.Object
  extended by java.awt.geom.RectangularShape
      extended by java.awt.geom.Rectangle2D
          extended by java.awt.geom.Rectangle2D.Double
              extended by ucar.visad.display.AnimationBoxPanel.Box
All Implemented Interfaces:
Shape, Cloneable
Enclosing class:
AnimationBoxPanel

public static class AnimationBoxPanel.Box
extends Rectangle2D.Double

Class Box represents a time step

Version:
$Revision: 1.18 $
Author:
IDV Development Team

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Rectangle2D
Rectangle2D.Double, Rectangle2D.Float
 
Field Summary
 boolean ok
          Ok
 boolean on
          Is the current one
 
Fields inherited from class java.awt.geom.Rectangle2D.Double
height, width, x, y
 
Fields inherited from class java.awt.geom.Rectangle2D
OUT_BOTTOM, OUT_LEFT, OUT_RIGHT, OUT_TOP
 
Constructor Summary
AnimationBoxPanel.Box()
          ctor
 
Method Summary
 
Methods inherited from class java.awt.geom.Rectangle2D.Double
createIntersection, createUnion, getBounds2D, getHeight, getWidth, getX, getY, isEmpty, outcode, setRect, setRect, toString
 
Methods inherited from class java.awt.geom.Rectangle2D
add, add, add, contains, contains, equals, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, union
 
Methods inherited from class java.awt.geom.RectangularShape
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ok

public boolean ok
Ok


on

public boolean on
Is the current one

Constructor Detail

AnimationBoxPanel.Box

public AnimationBoxPanel.Box()
ctor