|
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.StaticSizeFrame
public class StaticSizeFrame
Static size frame defines a static size for visual objects. If a column is bound to this frame, and the value of the column is a number, the value is used as the size for the row instead of the static size.
| Constructor Summary | |
|---|---|
StaticSizeFrame()
Create a size frame. |
|
StaticSizeFrame(int size)
Create a static size frame with the specified size. |
|
StaticSizeFrame(String field)
Create a line frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
double |
getNegativeSize()
Get the size for negative values. |
double |
getSize()
Get the size of the static size frame. |
double |
getSize(DataSet data,
String col,
int row)
Get the size for the specified cell. |
double |
getSize(Object val)
Get the size for the specified value. |
String |
getTitle()
Get the title to show on the legend. |
Object[] |
getValues()
Get the values mapped by this frame. |
boolean |
isVisible()
Static frame never shows legend. |
void |
setNegativeSize(double negsize)
Set the size for negative values. |
void |
setSize(double size)
Set the size of the static size frame. |
String |
toString()
Get the string representation. |
| Methods inherited from class inetsoft.graph.aesthetic.SizeFrame |
|---|
getLargest, getMax, getSmallest, setLargest, setMax, setSmallest |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, init, isValid, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaticSizeFrame()
public StaticSizeFrame(int size)
public StaticSizeFrame(String field)
field - field to get value to map to line styles.| Method Detail |
|---|
public double getSize()
public void setSize(double size)
public double getNegativeSize()
public void setNegativeSize(double negsize)
public boolean equals(Object obj)
equals 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 double getSize(Object val)
getSize in class SizeFramepublic Object[] getValues()
getValues in class VisualFramepublic String getTitle()
getTitle in class VisualFramepublic boolean isVisible()
isVisible in class VisualFramepublic String toString()
toString 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 | ||||||||