artofillusion.animation
Class VerticalAxis

java.lang.Object
  extended by CustomWidget
      extended by artofillusion.animation.VerticalAxis

public class VerticalAxis
extends CustomWidget

This draws the vertical axis on graphs of keyframe values.


Field Summary
static int TICK_SIZE
           
 
Constructor Summary
VerticalAxis()
           
 
Method Summary
 void setGraphRange(double min, double max)
          Select the range for the graph.
 void showLineAtBottom(boolean show)
          Set whether a line should be draw along the bottom edge.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TICK_SIZE

public static final int TICK_SIZE
See Also:
Constant Field Values
Constructor Detail

VerticalAxis

public VerticalAxis()
Method Detail

setGraphRange

public void setGraphRange(double min,
                          double max)
Select the range for the graph.


showLineAtBottom

public void showLineAtBottom(boolean show)
Set whether a line should be draw along the bottom edge.



Copyright © 1999-2011 by Peter Eastman.