Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
A
absoluteX
- Variable in class kinetic.
KineticRectangle
global coordinate x
absoluteX
- Variable in class kinetic.
KineticString
global coordinate X
absoluteY
- Variable in class kinetic.
KineticRectangle
global coordinate y
absoluteY
- Variable in class kinetic.
KineticString
global coordinate Y
addBehavior(Behavior)
- Method in class kinetic.
KineticProperty
add a behavior to this property
addCastMember(KineticObject)
- Method in class kinetic.
Sequence
add a new cast member to the cast list
addChoice(Object)
- Method in class kinetic.
KineticDiscreteProperty
adds a new option the choice list in this property
addChoice(String)
- Method in class kinetic.util.
EffectParameter.EnumeratedString
adds a choice to the choice list
addChoices(String[])
- Method in class kinetic.util.
EffectParameter.EnumeratedString
adds an array of choices to the choice list
AddComposite
- class kinetic.util.Composites.
AddComposite
.
AddComposite.AddCompositeContext
- class kinetic.util.Composites.
AddComposite.AddCompositeContext
.
AddComposite.AddCompositeContext(int)
- Constructor for class kinetic.util.Composites.
AddComposite.AddCompositeContext
AddComposite(int)
- Constructor for class kinetic.util.Composites.
AddComposite
Creates a new instance of AddComposite
addParameter(EffectParameter)
- Method in class kinetic.util.
CompositeEffect
register/add paramter for UI
addProperty(KineticProperty)
- Method in class kinetic.
KineticObject
utility function for registering a new property onto this object
addTag(String)
- Method in class kinetic.util.
CompositeEffect
register/add tag for UI
addTimeFilter(TimeFilter)
- Method in class kinetic.
Behavior
adds a new entry to this behavior's time filter list
addTimeFilter(TimeFilter)
- Method in class kinetic.
KineticObject
add a new time filter
alpha
- Variable in class kinetic.
KineticObject
alpha channel value
amount
- Variable in class kinetic.
Change
property storing the desired offset this behavior produces
amount
- Variable in class kinetic.
Curve
property to store the amount of offset
amount
- Variable in class kinetic.
Delay
property holdin the time shift amount
amount
- Variable in class kinetic.
ExponentialChange
porpoerty to hold the offset amount
amount
- Variable in class kinetic.
Hop
property to hold the hop hieght
amount
- Variable in class kinetic.
HopSecondary
property to hold the offset amount
amount
- Variable in class kinetic.
Jitter
property to hold the offset range
amount
- Variable in class kinetic.
Oscillate
peak offset value
amount
- Variable in class kinetic.
Pulse
peak offset value
amount
- Variable in class kinetic.
Speed
maintains speed change amount
amount
- Variable in class kinetic.
SymmetricCurve
offset amount
amount
- Variable in class kinetic.
SymmetricCurveSecondary
offset amount
antialiasing
- Variable in class kinetic.util.
KTEngine
anti aliasing flag for drawing, can be turned off to boost performance
apply(double)
- Method in class kinetic.
Behavior
method called when the animation time is updated
apply(double)
- Method in class kinetic.
Delay
main routtine that calulates the new value of time
apply(double)
- Method in class kinetic.
Loop
executes the timefilter on the passed value of time
apply(double)
- Method in class kinetic.
PaceInOut
performs calculation on input vluae of time
apply(double)
- Method in class kinetic.
Reverse
processed input value of time to produce an new output value of time
apply(double)
- Method in class kinetic.
Speed
calculates new output value of time given input value of time
apply(double)
- Method in class kinetic.
TimeFilter
method called by engine to calculate ne output time value
applyBehavior(Behavior, double)
- Method in class kinetic.
KineticProperty
run the behavior on this property with this value of time
attributes
- Variable in class kinetic.util.
Segment
set of attributes for this segment of text
B
BaseDuration
- Variable in class kinetic.util.
LineSegmenter
base duration for a segment
BaseDuration
- Variable in class kinetic.util.
WordSegmenter
baseHeight
- Variable in class kinetic.util.
HopInEffect
base height
baseWidth
- Variable in class kinetic.util.
HopInEffect
base width
baseXSquishAmount
- Variable in class kinetic.util.
HopInEffect
base width squish amount
baseYSquishAmount
- Variable in class kinetic.util.
HopInEffect
base vertical squish amount
Behavior
- class kinetic.
Behavior
.
base class used for all behaviors.
Behavior()
- Constructor for class kinetic.
Behavior
constructs and empty behavior
bigTimeShifterAmount
- Variable in class kinetic.util.
WordSegmenter
blue
- Variable in class kinetic.
KineticObject
blue color channel value
BOTTOM_CENTER
- Static variable in class kinetic.
KineticObject
justification option
BOTTOM_LEFT
- Static variable in class kinetic.
KineticObject
justification option
BOTTOM_RIGHT
- Static variable in class kinetic.
KineticObject
justification option
breakIntoCharacters(double, double, Graphics2D)
- Method in class kinetic.
KineticString
breaks this KineticString into individual characters in KineticString wrapped into the returned sequence
breakIntoWords(double, double, Graphics2D)
- Method in class kinetic.
KineticString
Breaks the KineticString into space delimited words while preserving the spatial layout of the text
BufferedImageSource
- interface kinetic.util.MovieEncoder.
BufferedImageSource
.
media wrapper for anything that provide a buffered image on demand
BufferedImageToQTEncoder
- class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
.
This code takes a BufferedImageSource, and turns it into a JPEG compressed Quicktime file
BufferedImageToQTEncoder(String, BufferedImageSource, float)
- Constructor for class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
wrappes up a lot of JMF stuff to turn a BufferedImage source into a JPEG compressed Quicktime file
bufferedImg1
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
bufferedImg2
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
build(Sequence, Graphics2D, Rectangle, double)
- Method in class kinetic.util.
CompositeEffect
helper build routine when no segmeneter is provided, word segmenter is defaulted
build(Sequence, Segmenter, Graphics2D, Rectangle, double)
- Method in class kinetic.util.
CompositeEffect
routine to be called when the animation is requested to be built
build(Sequence, Segmenter, Graphics2D, Rectangle, double)
- Method in class kinetic.util.
ConstructEffect
builds the animation
build(Sequence, Segmenter, Graphics2D, Rectangle, double)
- Method in class kinetic.util.
HopInEffect
builds the hop in effect using the given parameters
build(Sequence, Segmenter, Graphics2D, Rectangle, double)
- Method in class kinetic.util.
SlideEffect
build(Sequence, Segmenter, Graphics2D, Rectangle, double)
- Method in class kinetic.util.
YellEffect
buildAnimation()
- Method in class kinetic.util.
KTEngine
builds the animation with the sequence builder associated with the engine
buildFontList()
- Method in class kinetic.
KineticString
loads available system fonts
buildSequence(Sequence, Graphics2D, Rectangle)
- Method in interface kinetic.util.
SequenceBuilder
constructs the animation using the given parameters
C
cast
- Variable in class kinetic.
Sequence
cast list
Change
- class kinetic.
Change
.
This class produces a uniform change onto any attached property.
Change()
- Constructor for class kinetic.
Change
constructs a new instance of the Change behavior with default parameters
Change(double, double, double)
- Constructor for class kinetic.
Change
creates a new instance of the Change behavior using the parameters
changed
- Variable in class kinetic.
KineticProperty
indicates if the value shas changed
clear()
- Method in class kinetic.
Behavior
clears all animation data this behavior knows about
clear()
- Method in class kinetic.
KineticObject
Called when all animation data is to be erased.
clear()
- Method in class kinetic.
KineticProperty
clears all animation data this property knows about
clear()
- Method in class kinetic.
Sequence
empty the cast list and time fitlers
clear()
- Method in class kinetic.
TimeFilter
clears all known animation data
clipValue()
- Method in class kinetic.
KineticDiscreteProperty
clips the current value to the defined bounds
clipValue()
- Method in class kinetic.
KineticProperty
clips the internal value to the bounds
CommaDelay
- Variable in class kinetic.util.
LineSegmenter
delay inserted for commas
CommaDelay
- Variable in class kinetic.util.
WordSegmenter
compose(Raster, Raster, WritableRaster)
- Method in class kinetic.util.Composites.
AddComposite.AddCompositeContext
composes the two raster sources into the writableRaster
CompositeEffect
- class kinetic.util.
CompositeEffect
.
Composite Effect encapsulates complex generalized aniatmion templates.
CompositeEffect()
- Constructor for class kinetic.util.
CompositeEffect
Creates a new instance of CompositeEffect
CompositeEffect(Segmenter)
- Constructor for class kinetic.util.
CompositeEffect
creates a new instance of CompositeEffect with a segmenter
ConstructEffect
- class kinetic.util.
ConstructEffect
.
Construct Effect assembles lines of text on the screen by character with character level offsets.
ConstructEffect()
- Constructor for class kinetic.util.
ConstructEffect
Creates a new instance of Constuct Effect
ConstructEffect(Segmenter)
- Constructor for class kinetic.util.
ConstructEffect
creates new instance of Construct effect
contains(Point)
- Method in class kinetic.
KineticObject
used for hit testing purposes
contains(Point)
- Method in class kinetic.
KineticRectangle
hits test
contains(Point)
- Method in class kinetic.
KineticString
hit test
contains(Point)
- Method in class kinetic.
Sequence
hit test - currently always return true since seuqence have no visual bounds
controllerUpdate(ControllerEvent)
- Method in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
Controller Listener.
copy()
- Method in class kinetic.
KineticString
produces a new instance that is an exact copy
copy(double)
- Method in class kinetic.
KineticString
produces a new instance that captures the state of the kinetic string at a specified time
createContext(ColorModel, ColorModel, RenderingHints)
- Method in class kinetic.util.Composites.
AddComposite
creates the composite context for this composite technique
current_time
- Variable in class kinetic.
Behavior
stores the current time
currentOffset
- Variable in class kinetic.util.
LineSegmenter
current time offset
currentOffset
- Variable in class kinetic.util.
WordSegmenter
currentValue
- Variable in class kinetic.util.
EffectParameter
current value of the effect parameter
curvature
- Variable in class kinetic.
SymmetricCurve
curvature property
curvature
- Variable in class kinetic.
SymmetricCurveSecondary
curvature property
Curve
- class kinetic.
Curve
.
This behavior allow you to specify the startin and ending speed of a movement.
Curve()
- Constructor for class kinetic.
Curve
creates a new instance of Curve
Curve(double, double, double)
- Constructor for class kinetic.
Curve
basic constructor that defines only the values specific to Curve
Curve(double, double, double, double, double)
- Constructor for class kinetic.
Curve
constructor that will add a delay time fitler for convenience
D
d
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
damping
- Variable in class kinetic.
Pulse
speed the oscillation amplitude wave decays to zero
dataSinkUpdate(DataSinkEvent)
- Method in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
Event handler for the file writer.
defaultAttack
- Variable in class kinetic.util.
SlideEffect
defaultDuration
- Variable in class kinetic.util.
HopInEffect
default duration of a hop
defaultFontFamily
- Variable in class kinetic.util.
ConstructEffect
default font family
defaultFontFamily
- Variable in class kinetic.util.
HopInEffect
default font
defaultFontFamily
- Variable in class kinetic.util.
SlideEffect
defaultFontFamily
- Variable in class kinetic.util.
YellEffect
defaultFontSize
- Variable in class kinetic.util.
ConstructEffect
default font size
defaultFontSize
- Variable in class kinetic.util.
HopInEffect
default font size
defaultFontSize
- Variable in class kinetic.util.
SlideEffect
defaultFontSize
- Variable in class kinetic.util.
YellEffect
defaultJitterAmount
- Variable in class kinetic.util.
YellEffect
defaultPosOffset
- Variable in class kinetic.util.
ConstructEffect
positional offset range
defaultRelease
- Variable in class kinetic.util.
SlideEffect
defaultRotOffset
- Variable in class kinetic.util.
ConstructEffect
rotational offset range
defaultSpeed
- Variable in class kinetic.util.
SlideEffect
defaultValue
- Variable in class kinetic.util.
EffectParameter
default value of the effect parameter
delay
- Variable in class kinetic.
KineticObject
accessor pointer to the common delay all seqeunces have
Delay
- class kinetic.
Delay
.
Basic time filter that shifts the incommin time by a given amount.
Delay(double)
- Constructor for class kinetic.
Delay
constructs a new instance of Delay
Delay(double, double)
- Constructor for class kinetic.
Delay
constructs a new instance of Delay
dispose()
- Method in class kinetic.util.Composites.
AddComposite.AddCompositeContext
relieves any resources used
document
- Variable in class kinetic.util.
Segment
a styled document containing decorated text
document
- Variable in class kinetic.util.
Segmenter
styled document of the text to be segmented
documentLength
- Variable in class kinetic.util.
Segment
length of this segment of text in the styled document
documentLength
- Variable in class kinetic.util.
Segmenter
length of the text in the styled document
documentStart
- Variable in class kinetic.util.
Segment
starting position of this segment of text in the style document
documentStart
- Variable in class kinetic.util.
Segmenter
start position of the text in the styled docuemnt
draw(double)
- Method in class kinetic.util.
KTEngine
renders the animation at a specified time on the current canvas
draw(Graphics2D)
- Method in class kinetic.
KineticObject
called when this object is requested to be drawn
draw(Graphics2D)
- Method in class kinetic.
KineticRectangle
main draw routine
draw(Graphics2D)
- Method in class kinetic.
KineticString
main drawing routine with an affine transform - adds a unitiy transforms and calls main routine
draw(Graphics2D)
- Method in class kinetic.
Sequence
drawing routine with out and affine transform - a new transofrm is created and the main drawing routine is called
draw(Graphics2D, AffineTransform)
- Method in class kinetic.
KineticImage
main draw routin when affinte transform is provided
draw(Graphics2D, AffineTransform)
- Method in class kinetic.
KineticObject
called when this object is requested to be drawn, provides a transformation matrix from parent
draw(Graphics2D, AffineTransform)
- Method in class kinetic.
KineticRectangle
main draw routin when affinte transform is provided
draw(Graphics2D, AffineTransform)
- Method in class kinetic.
KineticString
main drawing routing
draw(Graphics2D, AffineTransform)
- Method in class kinetic.
Sequence
main drawing routine
ds
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
duration
- Variable in class kinetic.
Behavior
standard duration property
duration
- Variable in class kinetic.
KineticObject
sequence duration - this is used for temporal culling
duration
- Variable in class kinetic.
SymmetricCurve
duration of movement
duration
- Variable in class kinetic.
TimeFilter
common duration property
duration
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
E
EffectParameter
- class kinetic.util.
EffectParameter
.
base class for effect paramter types
EffectParameter.Boolean
- class kinetic.util.
EffectParameter.Boolean
.
Boolean Parameter Class
EffectParameter.Boolean(String, boolean)
- Constructor for class kinetic.util.
EffectParameter.Boolean
creates a new instance of the type parameter
EffectParameter.BoundedDouble
- class kinetic.util.
EffectParameter.BoundedDouble
.
Bounded Double Parameter Class
EffectParameter.BoundedDouble(String, double, double, double)
- Constructor for class kinetic.util.
EffectParameter.BoundedDouble
creates a new instance of the type parameter
EffectParameter.BoundedInteger
- class kinetic.util.
EffectParameter.BoundedInteger
.
Bounded Integer Parameter Class
EffectParameter.BoundedInteger(String, int, int, int)
- Constructor for class kinetic.util.
EffectParameter.BoundedInteger
creates a new instance of the type parameter
EffectParameter.Double
- class kinetic.util.
EffectParameter.Double
.
Unbouned Double Parameter Type Class
EffectParameter.Double(String, double)
- Constructor for class kinetic.util.
EffectParameter.Double
creates a new instance of an unbounded double type parameter
EffectParameter.EnumeratedString
- class kinetic.util.
EffectParameter.EnumeratedString
.
Enumerated String Parameter Class
EffectParameter.EnumeratedString(String, String)
- Constructor for class kinetic.util.
EffectParameter.EnumeratedString
creates a new instance of the type parameter
EffectParameter.Integer
- class kinetic.util.
EffectParameter.Integer
.
Unbounded Integer Parameter Class
EffectParameter.Integer(String, int)
- Constructor for class kinetic.util.
EffectParameter.Integer
creates a new instance of the type parameter
EffectParameter.Percentage
- class kinetic.util.
EffectParameter.Percentage
.
Bounded [0.0-100.0] Double Parameter Class
EffectParameter.Percentage(String, double)
- Constructor for class kinetic.util.
EffectParameter.Percentage
creates a new instance of the type parameter
EffectParameter.String
- class kinetic.util.
EffectParameter.String
.
Unrestricted String Parameter Class
EffectParameter.String(String, String)
- Constructor for class kinetic.util.
EffectParameter.String
creates a new instance of the type parameter
EffectParameter.ZeroToOne
- class kinetic.util.
EffectParameter.ZeroToOne
.
Bounded [0.0-1.0] Double Parameter Class
EffectParameter.ZeroToOne(String, double)
- Constructor for class kinetic.util.
EffectParameter.ZeroToOne
creates a new instance of the type parameter
EffectParameter(String, int, Object, Object)
- Constructor for class kinetic.util.
EffectParameter
Creates a new instance of EffectParameter
el
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
emphasizeTag
- Variable in class kinetic.util.
ConstructEffect
Emphasize Tag
emphasizeTag
- Variable in class kinetic.util.
HopInEffect
a tag that this compose effect recognizes
emphasizeTag
- Variable in class kinetic.util.
SlideEffect
emphasizeTag
- Variable in class kinetic.util.
YellEffect
EndCharacterDelay
- Variable in class kinetic.util.
LineSegmenter
delays inserted for sentence end punctuation characters
EndCharacterDelay
- Variable in class kinetic.util.
WordSegmenter
endOfMedia()
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
endOfMedia()
- Method in interface kinetic.util.MovieEncoder.
BufferedImageSource
endValue
- Variable in class kinetic.
KineticProperty
processed value used to render frame
energy
- Variable in class kinetic.util.
HopInEffect
energy or height of the jumping
energy
- Variable in class kinetic.util.
YellEffect
expandDurationToFitChildren()
- Method in class kinetic.
Sequence
utility function to expand the duration of the sequence to fit the duration of all of it's children (the result of getMaxDuration) automatically.
exponent
- Variable in class kinetic.
ExponentialChange
property to hold the curvature exponent
ExponentialChange
- class kinetic.
ExponentialChange
.
generates a offset driven by an exponetial curve.
ExponentialChange()
- Constructor for class kinetic.
ExponentialChange
Creates a new instance of ExponentialChange
ExponentialChange(double, double, double, double)
- Constructor for class kinetic.
ExponentialChange
creates a new instance of ExponetialChange using parameters
export(String, float)
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
F
fade
- Variable in class kinetic.util.
ConstructEffect
consruction fade time
fadeInTime
- Variable in class kinetic.util.
YellEffect
fadeOutTime
- Variable in class kinetic.util.
ConstructEffect
percentage word time fade out
fadeOutTime
- Variable in class kinetic.util.
HopInEffect
portion of the hop to begin fading.
fadeOutTime
- Variable in class kinetic.util.
YellEffect
fileDone
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
fileSuccess
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
font
- Variable in class kinetic.
KineticString
font object
font_face
- Variable in class kinetic.
KineticString
font face
font_name
- Variable in class kinetic.
KineticString
font name
font_size
- Variable in class kinetic.
KineticString
font size
font_style
- Variable in class kinetic.
KineticString
font style
frameRate
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
G
generateKTML(Behavior)
- Method in class kinetic.util.
KTML_Manager
generateKTML(KineticObject)
- Method in class kinetic.util.
KTML_Manager
generateKTML(KineticProperty)
- Method in class kinetic.util.
KTML_Manager
generateKTML(TimeFilter)
- Method in class kinetic.util.
KTML_Manager
getAbsoluteX()
- Method in class kinetic.
KineticRectangle
get global coordinate x
getAbsoluteX()
- Method in class kinetic.
KineticString
get global coordinate X
getAbsoluteY()
- Method in class kinetic.
KineticRectangle
get global coordinate y
getAbsoluteY()
- Method in class kinetic.
KineticString
get global coordinate Y
getAdvance(char, Graphics2D)
- Method in class kinetic.
KineticString
get the advance of a character using the world of this string
getAdvance(Graphics2D, boolean)
- Method in class kinetic.
KineticString
get the advance of the entire word plus a space
getBehaviorList()
- Method in class kinetic.
KineticProperty
gets the list of behaviors attached to this property
getBounds()
- Method in class kinetic.
KineticRectangle
gets global coordinate boundin box
getBounds()
- Method in class kinetic.
KineticString
get global coordinate bbox
getCastMember(int)
- Method in class kinetic.
Sequence
access a particular cast member
getCastSize()
- Method in class kinetic.
Sequence
get cast list size
getChoice(int)
- Method in class kinetic.
KineticDiscreteProperty
get the indexed object from the choice list
getChoices()
- Method in class kinetic.util.
EffectParameter.EnumeratedString
return the choice list as an array
getCurrentObject()
- Method in class kinetic.util.
EffectParameter
gets the current value object for this parameter
getDefaultObject()
- Method in class kinetic.util.
EffectParameter
return the default value object
getDelay()
- Method in class kinetic.
KineticObject
get delay
getDescent()
- Method in class kinetic.
KineticString
get decent of this object
getDocument()
- Method in class kinetic.util.
Segment
gets the styled document associated with this segment
getDocumentLength()
- Method in class kinetic.util.
Segment
gets the length of the segment in the styled document
getDocumentStart()
- Method in class kinetic.util.
Segment
gets the start position in the styled document associated with this segment
getDuration()
- Method in class kinetic.util.
Segment
gets the full duration of the segment
getDuration()
- Method in class kinetic.
Behavior
returns the duration of the behavior
getDuration()
- Method in class kinetic.
KineticObject
get duration
getDuration()
- Method in class kinetic.
TimeFilter
get duration
getEndChoice()
- Method in class kinetic.
KineticDiscreteProperty
returns the object pointed by the current value
getEndValue()
- Method in class kinetic.
KineticDiscreteProperty
gets the rounded interger of the property
getEndValue()
- Method in class kinetic.
KineticProperty
gets the processed value of this property
getFont()
- Method in class kinetic.util.
Segment
gets the font associated with the segment if available
getForground()
- Method in class kinetic.util.
Segment
gets the color associated with the segment if available
getFrameRate()
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
getFrameRate()
- Method in interface kinetic.util.MovieEncoder.
BufferedImageSource
getHeight()
- Method in class kinetic.
KineticRectangle
get width of global coordinate BBox
getHeight()
- Method in class kinetic.
KineticString
get height
getHeight()
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
getHeight()
- Method in interface kinetic.util.MovieEncoder.
BufferedImageSource
getInitialValue()
- Method in class kinetic.
KineticProperty
get the unprocessed initial value of the property
getLastTime()
- Method in class kinetic.util.
KTEngine
gets the position of the playback head the last time the animation thread was called.
getLeadIn()
- Method in class kinetic.util.
Segment
gets the lead in or attack time of the segment
getLeadOut()
- Method in class kinetic.util.
Segment
gets the lead out or decay time of the segment
getLowerBound()
- Method in class kinetic.util.
EffectParameter.ZeroToOne
gets the lower bound
getLowerBound()
- Method in class kinetic.util.
EffectParameter.Percentage
gets the lower bound
getLowerBound()
- Method in class kinetic.util.
EffectParameter.BoundedDouble
gets the lower bound
getLowerBound()
- Method in class kinetic.util.
EffectParameter.BoundedInteger
gets the lower bound
getMaxDuration()
- Method in class kinetic.
KineticObject
gets maximum or unprocessed value of duration
getMaxDuration()
- Method in class kinetic.
Sequence
gets maximum or unprecessed value of duration.
getName()
- Method in class kinetic.util.
CompositeEffect
get name
getName()
- Method in class kinetic.util.
EffectParameter
get the name of this parameter
getName()
- Method in class kinetic.
KineticObject
gets the name of this object
getNextSegment()
- Method in class kinetic.util.
LineSegmenter
gets the next segment from the text
getNextSegment()
- Method in class kinetic.util.
Segmenter
return the next segment available from the segmenter
getNextSegment()
- Method in class kinetic.util.
WordSegmenter
getNormalizedValue()
- Method in class kinetic.util.
EffectParameter.Percentage
gets the percentage as a value between 0-1
getParameter(int)
- Method in class kinetic.util.
CompositeEffect
get paramter by index
getParameterList()
- Method in class kinetic.util.
CompositeEffect
get paramter list
getPropertyList()
- Method in class kinetic.
Behavior
return the list of internal properties
getPropertyList()
- Method in class kinetic.
KineticObject
gets the list of properties in this object
getPropertyList()
- Method in class kinetic.
TimeFilter
get property list
getRunTime()
- Method in class kinetic.util.
Segment
gets the run/sustain time of the segment
getSequence()
- Method in class kinetic.util.
KTEngine
returns the animation sequence associated with the engine
getSize()
- Method in class kinetic.util.
EffectParameter.EnumeratedString
gets the number of available choices
getSize()
- Method in class kinetic.
KineticDiscreteProperty
return the size of the choice list
getTagList()
- Method in class kinetic.util.
CompositeEffect
get tag list
getText()
- Method in class kinetic.util.
Segment
get the text of the segment in string format
getTimeFilterList()
- Method in class kinetic.
Behavior
gets the list of timefilters for this object
getTimeFilterList()
- Method in class kinetic.
KineticObject
gets the list of timefilters for this object
getType()
- Method in class kinetic.util.
EffectParameter
get the value type integer for this parameter
getUpperBound()
- Method in class kinetic.util.
EffectParameter.ZeroToOne
gets the upper bound
getUpperBound()
- Method in class kinetic.util.
EffectParameter.Percentage
gets the upper bound
getUpperBound()
- Method in class kinetic.util.
EffectParameter.BoundedDouble
gets the upper bound
getUpperBound()
- Method in class kinetic.util.
EffectParameter.BoundedInteger
gets the upper bound
getValue()
- Method in class kinetic.util.
EffectParameter.Double
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.Integer
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.String
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.Boolean
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.ZeroToOne
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.Percentage
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.BoundedDouble
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.BoundedInteger
gets the type casted version of the current value object
getValue()
- Method in class kinetic.util.
EffectParameter.EnumeratedString
gets the type casted version of the current value object
getWidth()
- Method in class kinetic.
KineticRectangle
get width of global coordinate BBox
getWidth()
- Method in class kinetic.
KineticString
get global coordinate width
getWidth()
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
getWidth()
- Method in interface kinetic.util.MovieEncoder.
BufferedImageSource
glyphVector
- Variable in class kinetic.
KineticString
glyphvector for text
graphicsHandle1
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
graphicsHandle2
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
green
- Variable in class kinetic.
KineticObject
green color channel value
growAmount
- Variable in class kinetic.util.
YellEffect
H
handleMouseEvent(MouseEvent)
- Method in class kinetic.
KineticProperty
used to support interactivity
handleMouseEvent(MouseEvent, boolean, double, Graphics2D)
- Method in class kinetic.
KineticObject
used to support interactive capabilites
handleMouseEvent(MouseEvent, boolean, double, Graphics2D)
- Method in class kinetic.
KineticString
support interactivity
hasChanged()
- Method in class kinetic.
KineticProperty
queries if the value changed during last update
hasMoreSegements()
- Method in class kinetic.util.
Segmenter
checks to see if more segments are available
hasTag(String)
- Method in class kinetic.util.
Segment
queries if this segment has a particular attribute associated with it
heightVariation
- Variable in class kinetic.util.
HopInEffect
height variation
Hop
- class kinetic.
Hop
.
generates an upside down parabolic like offset.
Hop()
- Constructor for class kinetic.
Hop
creates a new instance of the Hop behavior
Hop(double, double, double)
- Constructor for class kinetic.
Hop
creates a new isntance of the Hop behavior with only Hop parameters
Hop(double, double, double, double, double)
- Constructor for class kinetic.
Hop
creates a new instance of the Hop behavior with more parameters
HopInEffect
- class kinetic.util.
HopInEffect
.
Hopin is a composite effect which will automatically animate chunks of text.
HopInEffect()
- Constructor for class kinetic.util.
HopInEffect
creates a new instance of the HopInEffect
HopInEffect(Segmenter)
- Constructor for class kinetic.util.
HopInEffect
creates a new instance of the HopInEffect using a provided segmenter.
HopSecondary
- class kinetic.
HopSecondary
.
contains the derivative equation for the Hop behavior.
HopSecondary()
- Constructor for class kinetic.
HopSecondary
constructs a new instance of the HopSecondary behavior
HopSecondary(double, double, double)
- Constructor for class kinetic.
HopSecondary
constructs a new instance of the HopSecondary behavior
HopSecondary(double, double, double, double, double)
- Constructor for class kinetic.
HopSecondary
constructs a new instance of the HopSecondary behavior
I
identity
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
ids
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
in
- Variable in class kinetic.
Curve
property to store the starting speed
in
- Variable in class kinetic.
Hop
property to hold the starting speed
in
- Variable in class kinetic.
HopSecondary
property to hold in starting speed
in
- Variable in class kinetic.
PaceInOut
maintains starting speed
initBounds(Graphics2D)
- Method in class kinetic.
KineticString
initialize bounds, create glyphs, fonts, etc.
initialize()
- Method in class kinetic.
KineticObject
initializes and registers internal variables
initialize(BufferedImageSource, MediaLocator)
- Method in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
initialValue
- Variable in class kinetic.
KineticProperty
raw unprocessed value
isComplete
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
isDone
- Variable in class kinetic.
Behavior
flag used to indicate completion
isDone
- Variable in class kinetic.
TimeFilter
flag used for completion
isDone()
- Method in class kinetic.
Behavior
returns true is the behavior has completed (currentTime > duration)
isDone()
- Method in class kinetic.
TimeFilter
checks if it is done
isRunning()
- Method in class kinetic.util.
KTEngine
check to see if the animation is still running
J
Jitter
- class kinetic.
Jitter
.
gereates a randomized offset over time
Jitter()
- Constructor for class kinetic.
Jitter
constructs a new instance of the Jitter brhavior
Jitter(double, double)
- Constructor for class kinetic.
Jitter
constructs a new instance of the Jitter brhavior
Jitter(double, double, double, double)
- Constructor for class kinetic.
Jitter
constructs a new instance of the Jitter brhavior
K
kinetic.util.MovieEncoder
- package kinetic.util.MovieEncoder
KineticDiscreteProperty
- class kinetic.
KineticDiscreteProperty
.
specialized version of the nomral KineticProperty.
KineticDiscreteProperty()
- Constructor for class kinetic.
KineticDiscreteProperty
creates a new instance of KineticDiscreteProperty
KineticDiscreteProperty(double)
- Constructor for class kinetic.
KineticDiscreteProperty
creates a new instance of KineticDiscreteProperty
KineticDiscreteProperty(double, double, double)
- Constructor for class kinetic.
KineticDiscreteProperty
creates a new instance of KineticDiscreteProperty
KineticImage
- class kinetic.
KineticImage
.
Uses Java's toolkit image capabilites that can load a GIF, JPEG, or PNG file either locally or a URL
KineticImage()
- Constructor for class kinetic.
KineticImage
Creates a new instance of KineticImage
KineticImage(String, double, double)
- Constructor for class kinetic.
KineticImage
creates a new instance
KineticObject
- class kinetic.
KineticObject
.
base class for all drawing objects in the engine
KineticObject()
- Constructor for class kinetic.
KineticObject
creates a new instance of a kinetic object
KineticObject(String, double, double)
- Constructor for class kinetic.
KineticObject
creates a new instance of a kinetic object
KineticProperty
- class kinetic.
KineticProperty
.
basic class used for storing animatable values in the engine.
KineticProperty()
- Constructor for class kinetic.
KineticProperty
construct s anew instance of a KineticPropert
KineticProperty(double)
- Constructor for class kinetic.
KineticProperty
create new instance with an initial value
KineticProperty(double, double, double)
- Constructor for class kinetic.
KineticProperty
create new instance with an initial value and bounds
KineticRectangle
- class kinetic.
KineticRectangle
.
creates a rectangle that can be used in the engine and be drawn on the screen
KineticRectangle()
- Constructor for class kinetic.
KineticRectangle
creates a new instance of a KineticRectangle
KineticRectangle(String, double, double)
- Constructor for class kinetic.
KineticRectangle
creates a new instance
KineticString
- class kinetic.
KineticString
.
string object that contain text and font information for rendering strings on the screen with the engine
KineticString()
- Constructor for class kinetic.
KineticString
creates a new instance of a KineticString
KineticString(String, double, double)
- Constructor for class kinetic.
KineticString
creates a new instance
KTEngine
- class kinetic.util.
KTEngine
.
Utiltiy class that implements an animation thread that takes aniamtion sequence and will draw double buffered images to the screen.
KTEngine()
- Constructor for class kinetic.util.
KTEngine
Creates a new instance of KTEngine
KTEngineEventListener
- interface kinetic.util.
KTEngineEventListener
.
interface used if you want be able to respond to even generated by the engine such as animation start, stop, finish, and new frame requests to update something like a UI
KTML_Manager
- class kinetic.util.
KTML_Manager
.
Experimental and under development.
KTML_Manager()
- Constructor for class kinetic.util.
KTML_Manager
Creates a new instance of KTML_Manager
L
lastTime
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
lastUpdateTime
- Variable in class kinetic.
KineticObject
stores that last tim ethis object was updated
leadIn
- Variable in class kinetic.util.
Segment
lead in time for this segment of text
leadOut
- Variable in class kinetic.util.
Segment
lead out time for this segment of text
life
- Variable in class kinetic.util.
SlideEffect
limit(double, double, double)
- Method in class kinetic.util.Composites.
AddComposite.AddCompositeContext
limit(double, double, double)
- Static method in class kinetic.
KineticProperty
static utility routine to clip values to given range
LineSegmenter
- class kinetic.util.
LineSegmenter
.
Segments text base on sentence on end line delimiters (\n\r\f)
LineSegmenter()
- Constructor for class kinetic.util.
LineSegmenter
creates a new intance of the line segmenter
LineSegmenter(Segment)
- Constructor for class kinetic.util.
LineSegmenter
creates a new instance of the segmenter with an optionally decorated segment object
LineSegmenter(String)
- Constructor for class kinetic.util.
LineSegmenter
creates a new instance of the line segmenter from a string of text
lingerDuration
- Variable in class kinetic.util.
YellEffect
load(String)
- Method in class kinetic.
KineticImage
loads the image data from a local file
load(URL)
- Method in class kinetic.
KineticImage
loads the image data from a URL
Loop
- class kinetic.
Loop
.
time filter used to easily produce repetion
Loop(double)
- Constructor for class kinetic.
Loop
create a new isntance of Loop with a given looping period -ms, lasts forever
Loop(double, double)
- Constructor for class kinetic.
Loop
create new instance of Loop with a given period and life span
lower_bound
- Variable in class kinetic.
KineticProperty
lower bound
M
MIDDLE_CENTER
- Static variable in class kinetic.
KineticObject
justification option
MIDDLE_LEFT
- Static variable in class kinetic.
KineticObject
justification option
MIDDLE_RIGHT
- Static variable in class kinetic.
KineticObject
justification option
mode
- Variable in class kinetic.
KineticObject
utility varliable for mode switching - currently unused
motionBlur
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
mParameterList
- Variable in class kinetic.util.
CompositeEffect
list of parameters
mSegmenter
- Variable in class kinetic.util.
CompositeEffect
text segmenter
mTagList
- Variable in class kinetic.util.
CompositeEffect
list of tags
N
name
- Variable in class kinetic.util.
CompositeEffect
effect name
name
- Variable in class kinetic.util.
EffectParameter
name of this Effect Parameter
name
- Variable in class kinetic.
KineticObject
name of this object
O
offset
- Variable in class kinetic.util.
ConstructEffect
positional offset
onAnimationFinished(double)
- Method in interface kinetic.util.
KTEngineEventListener
called when the engine reached the end of the aniamtion sequence
onAnimationNewFrame(double)
- Method in interface kinetic.util.
KTEngineEventListener
call when the engine requests a new frame to be drawn
onAnimationStart(double)
- Method in interface kinetic.util.
KTEngineEventListener
called when the animation is started
onAnimationStop(double)
- Method in interface kinetic.util.
KTEngineEventListener
called when the animation was stopped
onExportBegin()
- Method in interface kinetic.util.MovieEncoder.
SequenceExportEventListener
onExportFinish()
- Method in interface kinetic.util.MovieEncoder.
SequenceExportEventListener
onExportNewFrame(double)
- Method in interface kinetic.util.MovieEncoder.
SequenceExportEventListener
onUpdate(double)
- Method in class kinetic.
KineticObject
called when the update is finished and provides a method of doing more processing
orientation
- Variable in class kinetic.
KineticObject
centerpoint justification
original_bounds
- Variable in class kinetic.
KineticRectangle
local coordinate space bounding box
original_bounds
- Variable in class kinetic.
KineticString
local coordinate bbox
Oscillate
- class kinetic.
Oscillate
.
Oscillate behavior.
Oscillate()
- Constructor for class kinetic.
Oscillate
Creates a new instance of Oscillate
Oscillate(double, double, double, double, double)
- Constructor for class kinetic.
Oscillate
creates a new instance of oscillate
out
- Variable in class kinetic.
Curve
property to store the ending speed
out
- Variable in class kinetic.
Hop
property to hold the ending speed
out
- Variable in class kinetic.
HopSecondary
property to hold the endin speed
out
- Variable in class kinetic.
PaceInOut
maintains ending speed
out(String)
- Method in class kinetic.util.
KTML_Manager
owner
- Variable in class kinetic.
Behavior
stores what property this behavior is attached to
owner
- Variable in class kinetic.
KineticProperty
the owner of this property
P
PaceInOut
- class kinetic.
PaceInOut
.
Time filter that will perform a slow-in slow-out pacing operation on a system.
PaceInOut(double, double, double)
- Constructor for class kinetic.
PaceInOut
creates a new instance of PaceInout
pacing
- Variable in class kinetic.util.
SlideEffect
panel
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
parent
- Variable in class kinetic.
KineticObject
stores the paraent object if it exists
period
- Variable in class kinetic.
Loop
property to maintain the period of the loop - ms
phase
- Variable in class kinetic.
Oscillate
radian phase shift
phase
- Variable in class kinetic.
Pulse
radian phase shift
predictability
- Variable in class kinetic.util.
HopInEffect
horizontal and vertical variation
predictability
- Variable in class kinetic.util.
YellEffect
PrepareVariables(double)
- Method in class kinetic.
Behavior
utility function to update that values all of internal properties and time filters.
PrepareVariables(double)
- Method in class kinetic.
KineticObject
prepare all properties with the filtered value of time
PrepareVariables(double)
- Method in class kinetic.
TimeFilter
prepare internal variables/properties with unprocessed time
proc
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
Process()
- Method in class kinetic.
Behavior
main routine that calculates a new value for the owner property
Process()
- Method in class kinetic.
Change
main routine that produces that effect
Process()
- Method in class kinetic.
Curve
main routine the executes the calculation
Process()
- Method in class kinetic.
ExponentialChange
main routine that makes the calculation
Process()
- Method in class kinetic.
Hop
main routine that makes the calculation
Process()
- Method in class kinetic.
HopSecondary
main routine used to perfomr calculation
Process()
- Method in class kinetic.
Jitter
main routine for doing the calculation
Process()
- Method in class kinetic.
Oscillate
main routine to calculate the new value for the owner property
Process()
- Method in class kinetic.
Pulse
main routine to calculate the new value for the owner property
Process()
- Method in class kinetic.
SymmetricCurve
calculates new parent property value
Process()
- Method in class kinetic.
SymmetricCurveSecondary
calculates new parent property value
properties
- Variable in class kinetic.
Behavior
list of properties the behavior has
properties
- Variable in class kinetic.
KineticObject
list of properties for this object
properties
- Variable in class kinetic.
TimeFilter
internal property list
Pulse
- class kinetic.
Pulse
.
creates a decaying oscillation offset on a property
Pulse()
- Constructor for class kinetic.
Pulse
creats new instance of Pulse
Pulse(double, double, double, double, double, double)
- Constructor for class kinetic.
Pulse
creates a new instance of pulse
Q
quality
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
R
rate
- Variable in class kinetic.
Jitter
property to hold the number of milliseconds between each shift
rate
- Variable in class kinetic.
Oscillate
osciallation rate (radians over life span)
rate
- Variable in class kinetic.
Pulse
osciallation rate (radians over life span)
read(long)
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
read(long)
- Method in interface kinetic.util.MovieEncoder.
BufferedImageSource
readKTML(String)
- Method in class kinetic.util.
KTML_Manager
red
- Variable in class kinetic.
KineticObject
red color channel value
removeChoice(Object)
- Method in class kinetic.
KineticDiscreteProperty
removes a particular choice from the choice list
reset()
- Method in class kinetic.
Behavior
resets all/any persistent values inside the behavior
reset()
- Method in class kinetic.
Jitter
resets internal variables
reset()
- Method in class kinetic.
KineticObject
called to reset internal variables used in this object
reset()
- Method in class kinetic.
KineticProperty
reset internal variables in the property
reset()
- Method in class kinetic.
Sequence
reset internal variables and cast members
reset()
- Method in class kinetic.
TimeFilter
reset internal variables
resetAnimationTime()
- Method in class kinetic.util.
KTEngine
reset the animation time to 0ms
resetEndValue()
- Method in class kinetic.
KineticProperty
restore the raw value into the end value
Reverse
- class kinetic.
Reverse
.
time filter that reverses the flow of time over a given duration.
Reverse(double)
- Constructor for class kinetic.
Reverse
creates new instance of reverse with a duration
rotation
- Variable in class kinetic.
KineticObject
rotation property
run()
- Method in class kinetic.util.
KTEngine
start the animation thread fro the last given animation time
run()
- Method in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
runTime
- Variable in class kinetic.util.
Segment
run time or sustain of this segment of text
S
s
- Variable in class kinetic.
KineticString
text string
screenRect
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
Segment
- class kinetic.util.
Segment
.
A segment of text bundled with timing infromation and optional attributes which composite effects can respond to.
Segment()
- Constructor for class kinetic.util.
Segment
creates a new isntance of a segment
Segment(double, double, double, String)
- Constructor for class kinetic.util.
Segment
creates new instance of a segment with the given timing and text information
Segment(double, double, double, String, StyledDocument, int)
- Constructor for class kinetic.util.
Segment
creates new instance of a segment with the given timing and text information and adopts the attributes fro the specifed position the styled document
Segment(StyledDocument, int, int)
- Constructor for class kinetic.util.
Segment
creates new instance of a segment with the specifed text the styled document
Segmenter
- class kinetic.util.
Segmenter
.
abtract base class used to create custom segmenters that can hook into the framework for creating custom reusable animations
Segmenter()
- Constructor for class kinetic.util.
Segmenter
Creates a new instance of Segmenter
Segmenter(Segment)
- Constructor for class kinetic.util.
Segmenter
creates a new instance of the segmeter from a styled document that may contain attribute sets.
Segmenter(String)
- Constructor for class kinetic.util.
Segmenter
creates a new instance of the segmenter purely from a plain string
segmentSegment(Segment)
- Method in class kinetic.util.
Segmenter
set sthe segment that will be segmented by this segmenter
segmentText(String)
- Method in class kinetic.util.
LineSegmenter
sets the text string that will be segmented
segmentText(String)
- Method in class kinetic.util.
Segmenter
sets the string to be segmented by this segmenter
segmentText(String)
- Method in class kinetic.util.
WordSegmenter
selected
- Variable in class kinetic.
KineticObject
slection flag for editting
seq
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
Sequence
- class kinetic.
Sequence
.
core organizational object itneh engine.
Sequence()
- Constructor for class kinetic.
Sequence
create a new instance of a sequence
Sequence(String, double, double)
- Constructor for class kinetic.
Sequence
create a new instance of sequence with parameters
SequenceBuilder
- interface kinetic.util.
SequenceBuilder
.
utility class to package a custom animation written in code
SequenceExporter
- class kinetic.util.MovieEncoder.
SequenceExporter
.
this is a utility class that lets you easily take a completed animation sequence and push it out to a Quicktime file.
SequenceExporter(Component, Sequence, double, float)
- Constructor for class kinetic.util.MovieEncoder.
SequenceExporter
creates a new instance of a sequence exporter.
SequenceExportEventListener
- interface kinetic.util.MovieEncoder.
SequenceExportEventListener
.
Allow you to create a class that can respond to the exporter's events (start, stop, and new frame)
setamount(double)
- Method in class kinetic.
Curve
set the offset amount
setamount(double)
- Method in class kinetic.
Hop
sets the peak offset amount
setamount(double)
- Method in class kinetic.
HopSecondary
sets the offset amount
setamount(double)
- Method in class kinetic.
SymmetricCurve
set offset amount
setamount(double)
- Method in class kinetic.
SymmetricCurveSecondary
set offset amount
setAmount(double)
- Method in class kinetic.
Change
sets the amount of offset
setAmount(double)
- Method in class kinetic.
ExponentialChange
sets the offset amount
setAmount(double)
- Method in class kinetic.
Jitter
sets the offset range
setAnimationTime(double)
- Method in class kinetic.util.
KTEngine
sets the animation time of the engine
setChoices(ArrayList)
- Method in class kinetic.
KineticDiscreteProperty
assigns the linked list inside this property to the one passed
setColor(Color)
- Method in class kinetic.
KineticObject
set color, alpha = 1.0
setColor(double, double, double)
- Method in class kinetic.
KineticObject
set color, alpha = 1.0
setColor(double, double, double, double)
- Method in class kinetic.
KineticObject
set color with alpha
setCurrentObject(Object)
- Method in class kinetic.util.
EffectParameter
sets the current value object for this parameter
setcurvature(double)
- Method in class kinetic.
SymmetricCurve
set curavture
setcurvature(double)
- Method in class kinetic.
SymmetricCurveSecondary
set curavture
setDefaultObject(Object)
- Method in class kinetic.util.
EffectParameter
sets the default value object for this parameter
setDelay(double)
- Method in class kinetic.
KineticObject
set delay
setDocument(StyledDocument)
- Method in class kinetic.util.
Segment
sets the styled document associated with this segment
setDuration(double)
- Method in class kinetic.
KineticObject
set duration
setDuration(double)
- Method in class kinetic.
TimeFilter
set duration
setEventListener(SequenceExportEventListener)
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
set if you want to be able to respond to the exporter events such as a progress bar
setFont(Font)
- Method in class kinetic.
KineticString
set font using font object
setFont(String, int, double)
- Method in class kinetic.
KineticString
set font using paramters
setFontChoice(int)
- Method in class kinetic.
KineticString
select from from discrete property list
setFontFace(String)
- Method in class kinetic.
KineticString
set font face
setFontSize(double)
- Method in class kinetic.
KineticString
set font size
setInAmount(double)
- Method in class kinetic.
Curve
set the starting speed
setInAmount(double)
- Method in class kinetic.
Hop
sets the starting speed
setInAmount(double)
- Method in class kinetic.
HopSecondary
sets the starting speed
setKTEngineEventListener(KTEngineEventListener)
- Method in class kinetic.util.
KTEngine
sets an event listener that can respond to event generated by the engine
setLowerBound(double)
- Method in class kinetic.util.
EffectParameter.BoundedDouble
sets the lower bound
setLowerBound(int)
- Method in class kinetic.util.
EffectParameter.BoundedInteger
sets the lower bound
setMaxValue()
- Method in class kinetic.
KineticProperty
sets the raw value to the upper bound
setMinValue()
- Method in class kinetic.
KineticProperty
sets the raw value to the lower bound
setMode(int)
- Method in class kinetic.
KineticObject
set the current mode
setMode(int)
- Method in class kinetic.
Sequence
set mode
setMotionBlur(int)
- Method in class kinetic.util.
KTEngine
set the motion blur (assumes default values for other parameters)
setMotionBlur(int)
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
allows you to set the motion blur output of the exporter.
setMotionBlur(int, double, double)
- Method in class kinetic.util.
KTEngine
sets the motion blur value
setMotionBlur(int, double, double)
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
allows you to set the motion blur output of the exporter.
setName(String)
- Method in class kinetic.util.
EffectParameter
sets the name of this parameter
setName(String)
- Method in class kinetic.
KineticObject
sets the name of this object
setOrientation(int)
- Method in class kinetic.
KineticObject
sets orientation
setOutAmount(double)
- Method in class kinetic.
Curve
set the ending speed
setOutAmount(double)
- Method in class kinetic.
Hop
sets the ending speed
setOutAmount(double)
- Method in class kinetic.
HopSecondary
sets the ending speed
setOwner(KineticObject)
- Method in class kinetic.
KineticProperty
sets the own of this property
setOwner(KineticProperty)
- Method in class kinetic.
Behavior
sets the owner of this property
setParameters(Object[])
- Method in class kinetic.util.
CompositeEffect
set parameters
setParamterCurrentObject(int, Object)
- Method in class kinetic.util.
CompositeEffect
set the value object of an indexed parameter
setPosition(double, double)
- Method in class kinetic.
KineticObject
set position
setRate(double)
- Method in class kinetic.
Jitter
sets the time between each randomization
setRotation(double)
- Method in class kinetic.
KineticObject
set rotation
setScale(double, double)
- Method in class kinetic.
KineticObject
set scale
setSegmenter(Segmenter)
- Method in class kinetic.util.
CompositeEffect
set segmenter
setSequence(Sequence)
- Method in class kinetic.util.
KTEngine
sets the animation sequence associated with the engine
setSequenceBuilder(SequenceBuilder)
- Method in class kinetic.util.
KTEngine
sets the sequence builder associated with the engine.
setSize(double, double)
- Method in class kinetic.
KineticRectangle
set size
setStage(Component)
- Method in class kinetic.util.
KTEngine
set the drawing canvas for the engine
setString(String)
- Method in class kinetic.
KineticString
set text string
setType(int)
- Method in class kinetic.util.
EffectParameter
sets the value type integer for this parameter
setUpperBound(double)
- Method in class kinetic.util.
EffectParameter.BoundedDouble
sets the upper bound
setUpperBound(int)
- Method in class kinetic.util.
EffectParameter.BoundedInteger
sets the upper bound
setValue(boolean)
- Method in class kinetic.util.
EffectParameter.Boolean
sets the current value object with a type casted variable
setValue(double)
- Method in class kinetic.util.
EffectParameter.Double
sets the current value object with a type casted variable
setValue(double)
- Method in class kinetic.util.
EffectParameter.ZeroToOne
sets the current value object with a type casted variable
setValue(double)
- Method in class kinetic.util.
EffectParameter.Percentage
sets the current value object with a type casted variable
setValue(double)
- Method in class kinetic.util.
EffectParameter.BoundedDouble
sets the current value object with a type casted variable
setValue(double)
- Method in class kinetic.
KineticProperty
sets the value of this property
setValue(int)
- Method in class kinetic.util.
EffectParameter.Integer
sets the current value object with a type casted variable
setValue(int)
- Method in class kinetic.util.
EffectParameter.BoundedInteger
sets the current value object with a type casted variable
setValue(long)
- Method in class kinetic.
KineticProperty
sets the values of this property with a long
setValue(String)
- Method in class kinetic.util.
EffectParameter.String
sets the current value object with a type casted variable
setValue(String)
- Method in class kinetic.util.
EffectParameter.EnumeratedString
sets the current value object with a type casted variable
shaking
- Variable in class kinetic.util.
YellEffect
shrinkAmount
- Variable in class kinetic.util.
YellEffect
shrinkTime
- Variable in class kinetic.util.
YellEffect
SlideEffect
- class kinetic.util.
SlideEffect
.
segments are presented in times square format
SlideEffect()
- Constructor for class kinetic.util.
SlideEffect
SlideEffect(Segmenter)
- Constructor for class kinetic.util.
SlideEffect
smallTimeShifterAmount
- Variable in class kinetic.util.
WordSegmenter
speed
- Variable in class kinetic.util.
ConstructEffect
text speed
speed
- Variable in class kinetic.util.
HopInEffect
speed of the hopping animation
speed
- Variable in class kinetic.util.
SlideEffect
speed
- Variable in class kinetic.util.
YellEffect
Speed
- class kinetic.
Speed
.
timeplfilter the cahnges the rate of time by multiplying it.
Speed(double)
- Constructor for class kinetic.
Speed
creates new instance of Speed with a given amount
Speed(double, double)
- Constructor for class kinetic.
Speed
creates new instance of speed with given multiplier and lifespan
squishiness
- Variable in class kinetic.util.
HopInEffect
magnitude of squash and stretch
start()
- Method in class kinetic.util.
KTEngine
starts the animation thread from time 0ms
startingHeight
- Variable in class kinetic.util.
HopInEffect
base hieght of the text
stateTransitionOK
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
stop()
- Method in class kinetic.util.
KTEngine
stops the animation thread
SymmetricCurve
- class kinetic.
SymmetricCurve
.
creates an S curvature with control, like twisting the middle of an S when the ends are fixed (absolute length of path changes).
SymmetricCurve()
- Constructor for class kinetic.
SymmetricCurve
creates a new instance of a Symmetric Curve
SymmetricCurve(double, double)
- Constructor for class kinetic.
SymmetricCurve
creates a new instance of symmetric curve with paramters
SymmetricCurve(double, double, double, double)
- Constructor for class kinetic.
SymmetricCurve
create a new instance of Symmetric curve with paramaters
SymmetricCurveSecondary
- class kinetic.
SymmetricCurveSecondary
.
implements the derviative function for the SymmetricCurve behavior.
SymmetricCurveSecondary()
- Constructor for class kinetic.
SymmetricCurveSecondary
creates a new instance of a Symmetric Curve Secondary
SymmetricCurveSecondary(double, double)
- Constructor for class kinetic.
SymmetricCurveSecondary
creates a new instance of symmetric curve secondary with paramters
SymmetricCurveSecondary(double, double, double, double)
- Constructor for class kinetic.
SymmetricCurveSecondary
create a new instance of Symmetric curve secondary with paramaters
T
text
- Variable in class kinetic.util.
Segment
content of the segment in string format
text
- Variable in class kinetic.util.
Segmenter
text that will be segmented
TimeFilter
- class kinetic.
TimeFilter
.
base time fitler class.
TimeFilter()
- Constructor for class kinetic.
TimeFilter
creates a new instance of a time filter
timeFilters
- Variable in class kinetic.
Behavior
list of time filters attached to the behavior
timeFilters
- Variable in class kinetic.
KineticObject
list of time filters
tokenizer
- Variable in class kinetic.util.
LineSegmenter
string tokenizer
tokenizer
- Variable in class kinetic.util.
WordSegmenter
TOP_CENTER
- Static variable in class kinetic.
KineticObject
justification option
TOP_LEFT
- Static variable in class kinetic.
KineticObject
justification option
TOP_RIGHT
- Static variable in class kinetic.
KineticObject
justification option
tracking
- Variable in class kinetic.
KineticString
tracking
transformed_bounds
- Variable in class kinetic.
KineticRectangle
global coordinate space bounding box
transformed_bounds
- Variable in class kinetic.
KineticString
global coordinate bbox
type
- Variable in class kinetic.util.
EffectParameter
used to indicate what variable this parameter uses
TYPE_BOOLEAN
- Static variable in class kinetic.util.
EffectParameter
Boolean Type
TYPE_BOUNDED_DOUBLE
- Static variable in class kinetic.util.
EffectParameter
Generic bounded double type
TYPE_BOUNDED_INTEGER
- Static variable in class kinetic.util.
EffectParameter
Generic bounded interger type
TYPE_DOUBLE
- Static variable in class kinetic.util.
EffectParameter
Double type
TYPE_ENUMERATED_STRING
- Static variable in class kinetic.util.
EffectParameter
enumerated string type
TYPE_INTEGER
- Static variable in class kinetic.util.
EffectParameter
Integer Type
TYPE_PERCENTAGE
- Static variable in class kinetic.util.
EffectParameter
Double type bounded between 0 and 100
TYPE_STRING
- Static variable in class kinetic.util.
EffectParameter
String Type
TYPE_UNKNOWN
- Static variable in class kinetic.util.
EffectParameter
Unknown type
TYPE_ZERO_TO_ONE
- Static variable in class kinetic.util.
EffectParameter
Double value bounded between 0 and 1
U
UnitDelay
- Variable in class kinetic.util.
LineSegmenter
duration per "unit" used when calculating a the full delay based on square root of the number of characters
UnitDelay
- Variable in class kinetic.util.
WordSegmenter
update(double)
- Method in class kinetic.
KineticObject
updates this object with the new time
update(double)
- Method in class kinetic.
KineticProperty
calculate the value for this property given the value of time
update(double)
- Method in class kinetic.
Sequence
updates cast members
updateCanvas(boolean)
- Method in class kinetic.util.MovieEncoder.
SequenceExporter
updateScreen
- Variable in class kinetic.util.MovieEncoder.
SequenceExporter
upper_bound
- Variable in class kinetic.
KineticProperty
upper bound
V
visible
- Variable in class kinetic.
KineticObject
flag for visibility
W
waitFileSync
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
waitSync
- Variable in class kinetic.util.MovieEncoder.
BufferedImageToQTEncoder
whiteValue
- Variable in class kinetic.util.
YellEffect
widthVariation
- Variable in class kinetic.util.
HopInEffect
width variation
WordSegmenter
- class kinetic.util.
WordSegmenter
.
Segments text using the standard string tokenizer, (white space, tabs, etc).
WordSegmenter()
- Constructor for class kinetic.util.
WordSegmenter
WordSegmenter(Segment)
- Constructor for class kinetic.util.
WordSegmenter
WordSegmenter(String)
- Constructor for class kinetic.util.
WordSegmenter
X
x
- Variable in class kinetic.
KineticObject
x position property
xScale
- Variable in class kinetic.
KineticObject
horizontal scale
xShear
- Variable in class kinetic.
KineticObject
horizontal shear
xSize
- Variable in class kinetic.
KineticRectangle
horizontal dimension
xSquishAmount
- Variable in class kinetic.util.
HopInEffect
x squish amount
Y
y
- Variable in class kinetic.
KineticObject
y position property
YellEffect
- class kinetic.util.
YellEffect
.
produces a yelling effect of the segments on the screen
YellEffect()
- Constructor for class kinetic.util.
YellEffect
Creates a new instance of HopIn
YellEffect(Segmenter)
- Constructor for class kinetic.util.
YellEffect
yScale
- Variable in class kinetic.
KineticObject
vertical scale
yShear
- Variable in class kinetic.
KineticObject
vertical shear
ySize
- Variable in class kinetic.
KineticRectangle
vertical dimension
ySquishAmount
- Variable in class kinetic.util.
HopInEffect
y squish amount
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes