|
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
public abstract class TextFrame
This class defines the common API for all text frames.
| Constructor Summary | |
|---|---|
TextFrame()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
Collection |
getKeys()
Get the aliased values. |
Object |
getText(DataSet data,
String col,
int row)
Get the text for the specified cell. |
Object |
getText(Object val)
Get the text for the specified value. |
String |
getTitle()
Get the title to show on the legend. |
Object[] |
getValues()
Get the values of the mapped by this frame. |
String |
getVisibleField()
Get the column to compare against visible values. |
Comparable[] |
getVisibleRange()
Get the visible range as [lower, upper]. |
Object[] |
getVisibleValues()
Get the values to show text label. |
protected boolean |
isTextVisible(DataSet data,
int row)
Check if value matches visible values. |
boolean |
isVisible()
Check if the legend frame should be shown as a legend. |
void |
setVisibleField(String vfield)
Set the column to compare against visible values. |
void |
setVisibleRange(Comparable lo,
Comparable hi)
Set the range of value to show label. |
void |
setVisibleValues(Object[] vals)
Set the values to show label. |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, init, isValid, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextFrame()
| Method Detail |
|---|
public boolean isVisible()
isVisible in class VisualFramepublic Object[] getValues()
getValues in class VisualFramepublic String getTitle()
getTitle in class VisualFramepublic Collection getKeys()
public Object getText(DataSet data,
String col,
int row)
data - the specified dataset.col - the specified column name.row - the specified row index.public Object getText(Object val)
public void setVisibleField(String vfield)
public String getVisibleField()
public void setVisibleValues(Object[] vals)
public Object[] getVisibleValues()
setVisibleValues;
public void setVisibleRange(Comparable lo,
Comparable hi)
lo - date or number, the lower bound of the range, or null to ignore.hi - date or number, the upper bound of the range, or null to ignore.public Comparable[] getVisibleRange()
protected boolean isTextVisible(DataSet data,
int row)
public boolean equals(Object obj)
VisualFrame
equals in class VisualFrame
|
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 | ||||||||