|
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.SizeFrame
inetsoft.graph.aesthetic.CategoricalSizeFrame
public class CategoricalSizeFrame
This class defines a size frame for categorical values.
| Constructor Summary | |
|---|---|
CategoricalSizeFrame()
Create a size frame for categorical values. |
|
CategoricalSizeFrame(String field)
Create a size frame. |
|
| Method Summary | |
|---|---|
Object |
clone()
Create a copy of this object. |
boolean |
equals(Object obj)
Check if equals another object. |
double |
getSize(DataSet data,
String col,
int row)
Get the size for the chart object. |
double |
getSize(Object val)
Get a size for the specified value. |
void |
init(DataSet data)
Initialize the categorical size frame with categorical values from the dimension column. |
void |
init(Object[] vals)
Initialize the categorical size frame with categorical values. |
void |
init(Object[] vals,
double[] sarr)
Initialize the categorical size frame with categorical values and sizes. |
boolean |
isStatic(Object val)
Check if the value is assigned a static aesthetic value. |
void |
setSize(Object val,
double size)
Set the size for a value. |
| Methods inherited from class inetsoft.graph.aesthetic.SizeFrame |
|---|
getLargest, getMax, getSmallest, setLargest, setMax, setSmallest |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, getTitle, getValues, hashCode, isValid, isVisible, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CategoricalSizeFrame()
public CategoricalSizeFrame(String field)
field - field to get value to map to sizes.| Method Detail |
|---|
public void init(Object[] vals)
public void init(Object[] vals,
double[] sarr)
public void init(DataSet data)
init in class VisualFrame
public double getSize(DataSet data,
String col,
int row)
getSize in class SizeFramedata - the specified dataset.col - the name of the specified column.row - the specified row index.
public void setSize(Object val,
double size)
public boolean isStatic(Object val)
isStatic in interface CategoricalFramepublic double getSize(Object val)
getSize in class SizeFramepublic Object clone()
clone in class VisualFramepublic boolean equals(Object obj)
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 | ||||||||