NetCharts Server

chartworks.es.plugin
Class NDSCDLFormatter

java.lang.Object
  |
  +--chartworks.es.plugin.NDSCDLFormatter

public class NDSCDLFormatter
extends java.lang.Object

Used by NDS plugin objects to format raw data into output cdl. Expects that the clientParams hashtable will supply values for the "chartType", and "param". Additionally the following parameters may be used to specify the custom format of a parameter. All parameters must be present in order for the custom formatter to be invoked. parameterHasTuples - true|false parameterIsQuoted - true|false parameterIsIndexed - true|false parameterDimensions - number


Constructor Summary
NDSCDLFormatter()
           
 
Method Summary
 byte[] formatData(java.lang.Object[][] data, java.util.Hashtable params)
          Formats the given data set as CDL parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NDSCDLFormatter

public NDSCDLFormatter()
Method Detail

formatData

public byte[] formatData(java.lang.Object[][] data,
                         java.util.Hashtable params)
Formats the given data set as CDL parameters.
Parameters:
data - The 2D data object.
serverParams - Parameters from the .nds file
clientParams - Other parameters.
Returns:
byte array of data.

NetCharts Server


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2004
All Rights Reserved.

NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Aug 3, 2004