|
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
public abstract class VisualFrame
This class defines the common API for all aesthetic frames.
| Constructor Summary | |
|---|---|
VisualFrame()
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Create a copy of this object. |
static Comparator |
createComparator()
Create comparator to sort legend frames. |
boolean |
equals(Object obj)
Check if equals another object. |
String |
getField()
Get the column associated with this frame. |
Object[] |
getLabels()
Get the labels of the values to show on the legend. |
VisualFrame |
getLegendFrame()
Get the frame that is used to display the legend for this frame. |
LegendSpec |
getLegendSpec()
Get the legend specification. |
Scale |
getScale()
Get the scale for mapping the value from a dataset to the frame. |
int |
getScaleOption()
Get the scale initialization option, e.g. |
String |
getTitle()
Get the title to show on the legend. |
Object[] |
getValues()
Get the values mapped by this frame. |
int |
hashCode()
Get the hashcode of the frame. |
void |
init(DataSet data)
Initialize the legend frame with values from the dataset. |
boolean |
isValid()
Check if this frame has been initialized and is ready to be used. |
boolean |
isVisible()
Check if the frame should be shown as a legend. |
void |
setField(String field)
Set the column associated with this frame. |
void |
setLegendFrame(VisualFrame frame)
Set the frame that is used for displaying the legend for this frame in the case that this frame is merged with the legend frame. |
void |
setLegendSpec(LegendSpec legendSpec)
Set the legend attributes. |
void |
setScale(Scale scale)
Set the scale for mapping the value from a dataset to the frame. |
void |
setScaleOption(int option)
Set the scale initialization option, e.g. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VisualFrame()
| Method Detail |
|---|
public String getTitle()
public Object[] getValues()
public void setField(String field)
public String getField()
public void setScale(Scale scale)
public Scale getScale()
public void init(DataSet data)
public LegendSpec getLegendSpec()
public void setLegendSpec(LegendSpec legendSpec)
public int getScaleOption()
public void setScaleOption(int option)
public Object[] getLabels()
public boolean isVisible()
public boolean isValid()
public void setLegendFrame(VisualFrame frame)
public VisualFrame getLegendFrame()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic static Comparator createComparator()
public String toString()
toString in class Object
|
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 | ||||||||