|
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.DefaultTextFrame
public class DefaultTextFrame
This class extracts value from a dataset to be used as text labels of visual objects.
| Constructor Summary | |
|---|---|
DefaultTextFrame()
Create a text frame. |
|
DefaultTextFrame(String field)
Create a text frame. |
|
| Method Summary | |
|---|---|
Collection |
getKeys()
Get the aliased values. |
Object |
getText(Object val)
Get the text for the specified value. |
boolean |
isStatic(Object val)
Check if the value is assigned a static aesthetic value. |
boolean |
isValid()
Check if this frame has been initialized and is ready to be used. |
void |
setText(Object val,
Object text)
Set the text for the specified value. |
| Methods inherited from class inetsoft.graph.aesthetic.TextFrame |
|---|
equals, getText, getTitle, getValues, getVisibleField, getVisibleRange, getVisibleValues, isTextVisible, isVisible, setVisibleField, setVisibleRange, setVisibleValues |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, init, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTextFrame()
public DefaultTextFrame(String field)
field - field to get value to map to text labels.| Method Detail |
|---|
public Object getText(Object val)
getText in class TextFrame
public void setText(Object val,
Object text)
public Collection getKeys()
getKeys in class TextFramepublic boolean isValid()
isValid in class VisualFramepublic boolean isStatic(Object val)
isStatic in interface CategoricalFrame
|
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 | ||||||||