Style Intelligence v12.0

inetsoft.graph.aesthetic
Class TextureFrame

java.lang.Object
  extended by inetsoft.graph.aesthetic.VisualFrame
      extended by inetsoft.graph.aesthetic.TextureFrame
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
CategoricalTextureFrame, LinearTextureFrame, StaticTextureFrame

public abstract class TextureFrame
extends VisualFrame

This class defines the common API for all texture frames.

See Also:
Serialized Form

Constructor Summary
TextureFrame()
           
 
Method Summary
abstract  GTexture getTexture(DataSet data, String col, int row)
          Get the texture for the specified cell.
abstract  GTexture getTexture(Object val)
          Get the texture for the specified value.
 
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

TextureFrame

public TextureFrame()
Method Detail

getTexture

public abstract GTexture getTexture(DataSet data,
                                    String col,
                                    int row)
Get the texture for the specified cell.

Parameters:
data - the specified dataset.
col - the name of the specified column.
row - the specified row index.

getTexture

public abstract GTexture getTexture(Object val)
Get the texture for the specified value.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.