org.niffty
Class FannedBeam

java.lang.Object
  |
  +--org.niffty.FannedBeam

public final class FannedBeam
extends java.lang.Object

A FannedBeam has constants for the legal types of fanned beam used in Tags. This is a "typesafe enum" where you can use a static members like a constant and compare with == .


Field Summary
static FannedBeam EXPANDING_TOWARD_RIGHT
           
static FannedBeam SHRINKING_TOWARD_RIGHT
           
 
Method Summary
 java.lang.String toString()
          Return a string representation of this constant.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXPANDING_TOWARD_RIGHT

public static final FannedBeam EXPANDING_TOWARD_RIGHT

SHRINKING_TOWARD_RIGHT

public static final FannedBeam SHRINKING_TOWARD_RIGHT
Method Detail

toString

public java.lang.String toString()
Return a string representation of this constant. This is only for display and is not used in testing for equality.

Overrides:
toString in class java.lang.Object