|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.TextFrame
inetsoft.graph.aesthetic.MultiTextFrame
public class MultiTextFrame
This text frame extracts text value from multiple columns of a dataset.
| Constructor Summary | |
|---|---|
MultiTextFrame()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
String |
getField()
Get the column associated with this frame. |
String[] |
getFields()
Get the fields for getting the stems. |
MessageFormat |
getMessageFormat()
Get the message for formatting multiple values into a text. |
Object |
getText(DataSet data,
String col,
int row)
Get the text for the specified cell. |
protected Object |
getText(Object[] vals)
Get the text for the specified values. |
void |
setField(String field)
Set the column associated with this frame. |
void |
setFields(String[] fields)
Set the fields for the stems. |
void |
setMessageFormat(MessageFormat fmt)
Set the message for formatting multiple values into a text. |
| Methods inherited from class inetsoft.graph.aesthetic.TextFrame |
|---|
getKeys, getText, getTitle, getValues, getVisibleField, getVisibleRange, getVisibleValues, isTextVisible, isVisible, setVisibleField, setVisibleRange, setVisibleValues |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, init, isValid, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiTextFrame()
| Method Detail |
|---|
public void setField(String field)
setField in class VisualFramepublic String getField()
getField in class VisualFramepublic void setFields(String[] fields)
public String[] getFields()
public void setMessageFormat(MessageFormat fmt)
public MessageFormat getMessageFormat()
public Object getText(DataSet data,
String col,
int row)
getText in class TextFramedata - the specified dataset.col - the specified column name.row - the specified row index.public boolean equals(Object obj)
VisualFrame
equals in class TextFrameprotected Object getText(Object[] vals)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||