inetsoft.graph.aesthetic
Class LinearTextureFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.TextureFrame
inetsoft.graph.aesthetic.LinearTextureFrame
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- GridTextureFrame, LeftTiltTextureFrame, OrientationTextureFrame, RightTiltTextureFrame
public abstract class LinearTextureFrame
- extends TextureFrame
This class defines a texture frame for numeric values.
- See Also:
- Serialized Form
| 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 |
LinearTextureFrame
public LinearTextureFrame()
getTexture
public GTexture getTexture(Object val)
- Get a texture for the specified value.
- Specified by:
getTexture in class TextureFrame
getTexture
public GTexture getTexture(DataSet data,
String col,
int row)
- Get the texture for the specified cell.
- Specified by:
getTexture in class TextureFrame
- Parameters:
data - the specified dataset.col - the name of the specified column.row - the specified row index.
getTexture
protected abstract GTexture getTexture(double ratio)
- Get a texture at the relative scale.
- Parameters:
ratio - a value from 0 to 1.