|
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
public abstract class SizeFrame
Static size frame defines a static size for visual objects.
| Constructor Summary | |
|---|---|
SizeFrame()
|
|
| Method Summary | |
|---|---|
double |
getLargest()
Get the largest value of the range. |
double |
getMax()
Get the max value.The largest value should be less than or equal to max value. |
abstract double |
getSize(DataSet data,
String col,
int row)
Get the size for the specified cell. |
abstract double |
getSize(Object val)
Get the size for the specified value. |
double |
getSmallest()
Get the smallest value of the range. |
void |
setLargest(double val)
Set the largest value of the range, smallest <= largest. |
void |
setMax(double max)
Set the max value. |
void |
setSmallest(double val)
Set the smallest value of the range, smallest <= largest. |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, equals, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, getTitle, getValues, hashCode, init, 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 SizeFrame()
| Method Detail |
|---|
public abstract double getSize(DataSet data,
String col,
int row)
data - the specified dataset.col - the name of the specified column.row - the specified row index.public abstract double getSize(Object val)
public void setLargest(double val)
public double getLargest()
public void setSmallest(double val)
public double getSmallest()
public void setMax(double max)
public double getMax()
|
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 | ||||||||