org.pentaho.reporting.engine.classic.core.states.crosstab
Class DummyCrosstabSpecification
java.lang.Object
org.pentaho.reporting.engine.classic.core.states.crosstab.DummyCrosstabSpecification
- All Implemented Interfaces:
- Serializable, CrosstabSpecification
public class DummyCrosstabSpecification
- extends Object
- implements CrosstabSpecification
Todo: Document Me
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
DummyCrosstabSpecification
public DummyCrosstabSpecification(ReportStateKey key)
getKey
public ReportStateKey getKey()
- Specified by:
getKey
in interface CrosstabSpecification
startRow
public void startRow()
- Specified by:
startRow
in interface CrosstabSpecification
endRow
public void endRow()
- Specified by:
endRow
in interface CrosstabSpecification
add
public void add(DataRow dataRow)
- Specified by:
add
in interface CrosstabSpecification
getColumnNames
public String[] getColumnNames()
- Specified by:
getColumnNames
in interface CrosstabSpecification
getKeyAt
public Object[] getKeyAt(int column)
- Specified by:
getKeyAt
in interface CrosstabSpecification
indexOf
public int indexOf(int startPosition,
Object[] key)
- Specified by:
indexOf
in interface CrosstabSpecification
size
public int size()
- Description copied from interface:
CrosstabSpecification
- The number of columns encountered.
- Specified by:
size
in interface CrosstabSpecification
- Returns: