com.tonbeller.jpivot.table.span
Class NoSpanConfig

java.lang.Object
  extended by com.tonbeller.jpivot.table.span.NoSpanConfig
All Implemented Interfaces:
SpanConfig, SpanDirections

public class NoSpanConfig
extends java.lang.Object
implements SpanConfig

Created on 29.10.2002

Author:
av

Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.table.span.SpanDirections
HIERARCHY_SPAN, HIERARCHY_THEN_POSITION_SPAN, NO_SPAN, POSITION_SPAN, POSITION_THEN_HIERARCHY_SPAN
 
Constructor Summary
NoSpanConfig()
           
 
Method Summary
 int chooseSpanDirection(Span span)
          returns NO_SPAN for all cells.
 boolean equals(Span span1, Span span2)
          returns true, if the objects returned by getObject() are equal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSpanConfig

public NoSpanConfig()
Method Detail

chooseSpanDirection

public int chooseSpanDirection(Span span)
returns NO_SPAN for all cells.

Specified by:
chooseSpanDirection in interface SpanConfig

equals

public boolean equals(Span span1,
                      Span span2)
returns true, if the objects returned by getObject() are equal.

Specified by:
equals in interface SpanConfig