com.sas.servlet.tbeans.graphics.html
Class GraphSupport

com.sas.servlet.tbeans.graphics.html.GraphSupport
All Implemented Interfaces:
FormViewInterface

public class GraphSupport


Field Summary
protected  java.lang.String[] columnLevelLabels
           
 
Constructor Summary
GraphSupport(com.sas.servlet.tbeans.graphics.BaseGraph baseGraph)
          Graph support routines.
 
Method Summary
 java.util.List getColumnInfo()
          Return variable info list
 javax.swing.table.TableModel getModel()
          Returns the viewer's model.
 void setColumnInfo(Variable cv)
          Set chart variable info on chartinfo list.
 void setModel(javax.swing.table.TableModel model)
          Sets the model on the viewer.
 void write(java.io.PrintWriter out)
           
 void writeClientMap(java.io.PrintWriter out, java.lang.Object imageMapInfo)
           
 
Methods inherited from class com.sas.servlet.tbeans.graphics.html.BaseGraphSupport
getAdditionalParameters, getDefaultFormObject, getFormObject, getURLTemplate, isFormEnabled, setAdditionalParameter, setAdditionalParameters, setFormEnabled, setFormObject, setURLTemplate
 

Field Detail

columnLevelLabels

protected java.lang.String[] columnLevelLabels
Constructor Detail

GraphSupport

public GraphSupport(com.sas.servlet.tbeans.graphics.BaseGraph baseGraph)
Graph support routines.

Method Detail

setModel

public void setModel(javax.swing.table.TableModel model)
Sets the model on the viewer.

Parameters:
model - an instance of the TableModel

getModel

public javax.swing.table.TableModel getModel()
Returns the viewer's model.

Returns:
an TableModel

writeClientMap

public void writeClientMap(java.io.PrintWriter out,
                           java.lang.Object imageMapInfo)
                    throws java.io.IOException
Throws:
java.io.IOException

getColumnInfo

public java.util.List getColumnInfo()
Return variable info list

Returns:
List The chartinfo list.

setColumnInfo

public void setColumnInfo(Variable cv)
Set chart variable info on chartinfo list.

Parameters:
cv -

write

public void write(java.io.PrintWriter out)
           throws java.io.IOException
Overrides:
write in class BaseGraphSupport
Throws:
java.io.IOException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.