|
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.CategoricalTextureFrame
public class CategoricalTextureFrame
This class defines a texture frame for categorical values.
| Constructor Summary | |
|---|---|
CategoricalTextureFrame()
Create a texture frame for categorical values. |
|
CategoricalTextureFrame(String field)
Create a texture frame. |
|
| Method Summary | |
|---|---|
Object |
clone()
Create a copy of this object. |
boolean |
equals(Object obj)
Check if equals another object. |
GTexture |
getTexture(DataSet data,
String col,
int row)
Get the texture for the chart object. |
GTexture |
getTexture(int index)
Get the shape at the specified index. |
GTexture |
getTexture(Object val)
Get a texture for the specified value. |
int |
getTextureCount()
Get the texture count. |
void |
init(DataSet data)
Initialize the categorical texture frame with categorical values from the dimension column. |
void |
init(Object[] vals)
Initialize the categorical texture frame with categorical values. |
void |
init(Object[] vals,
GTexture[] txtrs)
Initialize the categorical texture frame with categorical values and textures. |
boolean |
isStatic(Object val)
Check if the value is assigned a static aesthetic value. |
void |
setTexture(int index,
GTexture texture)
Set the texture at the specified index. |
void |
setTexture(Object val,
GTexture texture)
Set the texture for the specified value. |
| 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 CategoricalTextureFrame()
public CategoricalTextureFrame(String field)
field - field to get value to map to textures.| Method Detail |
|---|
public void init(Object[] vals)
public void init(Object[] vals,
GTexture[] txtrs)
public void init(DataSet data)
init 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 TextureFrame
public void setTexture(Object val,
GTexture texture)
public boolean isStatic(Object val)
isStatic in interface CategoricalFramepublic GTexture getTexture(int index)
public void setTexture(int index,
GTexture texture)
public int getTextureCount()
public boolean equals(Object obj)
equals in class VisualFramepublic Object clone()
clone 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 | ||||||||