Style Intelligence v12.0

inetsoft.graph.aesthetic
Class GridTextureFrame

java.lang.Object
  extended by inetsoft.graph.aesthetic.VisualFrame
      extended by inetsoft.graph.aesthetic.TextureFrame
          extended by inetsoft.graph.aesthetic.LinearTextureFrame
              extended by 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

Constructor Summary
GridTextureFrame()
          Create a texture frame.
GridTextureFrame(String field)
          Create a texture frame.
 
Method Summary
protected  GTexture getTexture(double ratio)
          Get a texture at the relative scale.
 
Methods inherited from class inetsoft.graph.aesthetic.LinearTextureFrame
getTexture, getTexture
 
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

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.
Method Detail

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.

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