Style Intelligence v12.0

inetsoft.graph.aesthetic
Class RightTiltTextureFrame

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

public class RightTiltTextureFrame
extends LinearTextureFrame

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

See Also:
Serialized Form

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

RightTiltTextureFrame

public RightTiltTextureFrame()
Create a texture frame.


RightTiltTextureFrame

public RightTiltTextureFrame(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 at the ratio.

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.