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