Methods Summary |
---|
public void | addToEnd(java.lang.Object[] by)Adds the input value to this Segment's end value.
|
public void | collapse(com.sun.perseus.model.Segment seg, Animation anim)Collapses this segment with the one passed as a parameter.
Note that if the input segment is not of the same class
as this one, an IllegalArgumentException is thrown. The
method also throws an exception if the input segment's
end does not have the same number of components as this
segment's end.
After this method is called, this segment's end value
is the one of the input seg parameter.
|
public java.lang.Object[] | getEnd()
|
public float | getLength()Computes this segment's length
|
public java.lang.Object[] | getStart()
|
public void | initialize()Should be called after the segment's configuration is complete
to give the segment's implementation a chance to initialize
internal data and cache values.
|
public boolean | isAdditive()
|
public void | setStart(java.lang.Object[] newStart)Sets the start value.
|
public void | setZeroStart()Sets the start value to its notion of 'zero'
|