|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.graphics.html.GraphSupport
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 |
---|
protected java.lang.String[] columnLevelLabels
Constructor Detail |
---|
public GraphSupport(com.sas.servlet.tbeans.graphics.BaseGraph baseGraph)
Method Detail |
---|
public void setModel(javax.swing.table.TableModel model)
model
- an instance of the TableModelpublic javax.swing.table.TableModel getModel()
public void writeClientMap(java.io.PrintWriter out, java.lang.Object imageMapInfo) throws java.io.IOException
java.io.IOException
public java.util.List getColumnInfo()
public void setColumnInfo(Variable cv)
cv
- public void write(java.io.PrintWriter out) throws java.io.IOException
write
in class BaseGraphSupport
java.io.IOException
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |