1 28 package net.sf.jasperreports.crosstabs; 29 30 import net.sf.jasperreports.engine.JRVariable; 31 32 33 39 public interface JRCrosstabGroup 40 { 41 47 public String getName(); 48 49 69 public byte getTotalPosition(); 70 71 72 80 public JRCrosstabBucket getBucket(); 81 82 83 100 public JRCellContents getHeader(); 101 102 103 116 public JRCellContents getTotalHeader(); 117 118 119 129 public JRVariable getVariable(); 130 131 132 141 public boolean hasTotal(); 142 } 143 | Popular Tags |