inetsoft.graph.aesthetic
Class GridTextureFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.TextureFrame
inetsoft.graph.aesthetic.LinearTextureFrame
inetsoft.graph.aesthetic.GridTextureFrame
- All Implemented Interfaces:
- Serializable, Cloneable
public class GridTextureFrame
- extends LinearTextureFrame
This is a texture frame that produces grid patterns varying on the
density of the lines.
- See Also:
- Serialized Form
|
Method Summary |
protected GTexture |
getTexture(double ratio)
Get a texture at the relative scale. |
| 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 |
GridTextureFrame
public GridTextureFrame()
- Create a texture frame.
GridTextureFrame
public GridTextureFrame(String field)
- Create a texture frame.
- Parameters:
field - field to get value to map to textures.
getTexture
protected GTexture getTexture(double ratio)
- Description copied from class:
LinearTextureFrame
- Get a texture at the relative scale.
- Specified by:
getTexture in class LinearTextureFrame
- Parameters:
ratio - a value from 0 to 1.