Style Intelligence v12.0

inetsoft.graph.aesthetic
Class LeftTiltTextureFrame

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.LeftTiltTextureFrame
All Implemented Interfaces:
Serializable, Cloneable

public class LeftTiltTextureFrame
extends LinearTextureFrame

This is a texture frame that produces patterns with left tilting lines.

See Also:
Serialized Form

Constructor Summary
LeftTiltTextureFrame()
          Create a texture frame.
LeftTiltTextureFrame(String field)
          Create a texture frame.
 
Method Summary
protected  GTexture getTexture(double ratio)
          Get the texture.
 
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

LeftTiltTextureFrame

public LeftTiltTextureFrame()
Create a texture frame.


LeftTiltTextureFrame

public LeftTiltTextureFrame(String field)
Create a texture frame.

Parameters:
field - field to get value to map to textures.
Method Detail

getTexture

protected GTexture getTexture(double ratio)
Get the texture.

Specified by:
getTexture in class LinearTextureFrame
Parameters:
ratio - the value between 0 and 1, and is the position of the value in a linear scale.

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