com.tonbeller.jpivot.table.span
Interface SpanHeaderFactory

All Known Implementing Classes:
HierarchyHeaderFactory, IgnorePropertiesHierarchyHeaderFactory, LevelHeaderFactory

public interface SpanHeaderFactory

creates a "header" span from a "member" span. The created span describes the original one, e.g. a Level or Hierarchy describes a Member. The new Spans are mixed within the hierarchy of the table axis.

Author:
av

Method Summary
 Span create(Span span)
          creates a new header Span for span
 

Method Detail

create

Span create(Span span)
creates a new header Span for span