Style Intelligence v12.0

inetsoft.graph.data
Interface AttributeDataSet

All Superinterfaces:
Cloneable, DataSet, Serializable
All Known Implementing Classes:
AbstractDataSetFilter, SortedDataSet, SubDataSet, SumDataSet

public interface AttributeDataSet
extends DataSet

AttributeDataSet, extends DataSet by supporting more attributes, e.g. hyperlink.


Method Summary
 HRef[] getDrillHyperlinks(int col, int row)
          Get the drill hyperlinks at the specified cell.
 HRef[] getDrillHyperlinks(String col, int row)
          Get the drill hyperlinks at the specified cell.
 Format getFormat(int col, int row)
          Get the per cell format.
 Format getFormat(String col, int row)
          Get the per cell format.
 HRef getHyperlink(int col, int row)
          Get the hyperlink at the specified cell.
 HRef getHyperlink(String col, int row)
          Get the hyperlink at the specified cell.
 
Methods inherited from interface inetsoft.graph.data.DataSet
addCalcColumn, addCalcRow, clone, getCalcColumns, getCalcRows, getColCount, getComparator, getData, getData, getHeader, getRowCount, getType, indexOfHeader, isMeasure, prepareCalc, prepareGraph, removeCalcColumns, removeCalcColValues, removeCalcRows, removeCalcRows, removeCalcRowValues, removeCalcValues
 

Method Detail

getHyperlink

HRef getHyperlink(int col,
                  int row)
Get the hyperlink at the specified cell.

Parameters:
col - the specified column index.
row - the specified row index.
Returns:
the data at the specified cell.

getHyperlink

HRef getHyperlink(String col,
                  int row)
Get the hyperlink at the specified cell.

Parameters:
col - the specified column name.
row - the specified row index.
Returns:
the data at the specified cell.

getDrillHyperlinks

HRef[] getDrillHyperlinks(int col,
                          int row)
Get the drill hyperlinks at the specified cell.

Parameters:
col - the specified column index.
row - the specified row index.
Returns:
the data at the specified cell.

getDrillHyperlinks

HRef[] getDrillHyperlinks(String col,
                          int row)
Get the drill hyperlinks at the specified cell.

Parameters:
col - the specified column name.
row - the specified row index.
Returns:
the data at the specified cell.

getFormat

Format getFormat(int col,
                 int row)
Get the per cell format.

Parameters:
row - row number.
col - column number.
Returns:
format for the specified cell.

getFormat

Format getFormat(String col,
                 int row)
Get the per cell format.

Parameters:
col - the specified column name.
row - the specified row index.
Returns:
format for the specified cell.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.