inetsoft.graph.aesthetic
Class OrientationTextureFrame
java.lang.Object
inetsoft.graph.aesthetic.VisualFrame
inetsoft.graph.aesthetic.TextureFrame
inetsoft.graph.aesthetic.LinearTextureFrame
inetsoft.graph.aesthetic.OrientationTextureFrame
- All Implemented Interfaces:
- Serializable, Cloneable
public class OrientationTextureFrame
- extends LinearTextureFrame
This class create texture frame gradating orientation.
- 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 |
OrientationTextureFrame
public OrientationTextureFrame()
- Create a texture frame.
OrientationTextureFrame
public OrientationTextureFrame(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.