|
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.TextureFrame
inetsoft.graph.aesthetic.StaticTextureFrame
public class StaticTextureFrame
Static texture frame defines a static texture for visual objects. If a column is bound to this frame, and the value of the column is a GTexture, the value is used as the texture for the row instead of the static texture.
| Constructor Summary | |
|---|---|
StaticTextureFrame()
Default constructor. |
|
StaticTextureFrame(GTexture texture)
Create a static texture frame with the specified texture. |
|
StaticTextureFrame(String field)
Create a texture frame. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another object. |
GTexture |
getNegativeTexture()
Get the texture for negative values. |
GTexture |
getTexture()
Get the texture of the Static texture frame. |
GTexture |
getTexture(DataSet data,
String col,
int row)
Get the texture for the specified cell. |
GTexture |
getTexture(Object val)
Get the texture 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 |
setNegativeTexture(GTexture negtexture)
Set the texture for negative values. |
void |
setTexture(GTexture texture)
Set the texture of static texture frame. |
| Methods inherited from class inetsoft.graph.aesthetic.VisualFrame |
|---|
clone, createComparator, getField, getLabels, getLegendFrame, getLegendSpec, getScale, getScaleOption, hashCode, init, isValid, setField, setLegendFrame, setLegendSpec, setScale, setScaleOption, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaticTextureFrame()
public StaticTextureFrame(GTexture texture)
public StaticTextureFrame(String field)
field - field to get value to map to textures.| Method Detail |
|---|
public GTexture getTexture()
public void setTexture(GTexture texture)
public GTexture getNegativeTexture()
public void setNegativeTexture(GTexture negtexture)
public boolean equals(Object obj)
equals in class VisualFrame
public GTexture getTexture(DataSet data,
String col,
int row)
getTexture in class TextureFramedata - the specified dataset.col - the name of the specified column.row - the specified row index.public GTexture getTexture(Object val)
getTexture in class TextureFramepublic Object[] getValues()
getValues in class VisualFramepublic String getTitle()
getTitle in class VisualFramepublic boolean isVisible()
isVisible 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 | ||||||||