Java Doc for TimeContainer.java in  » Graphic-Library » batik » org » apache » batik » anim » timing » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Graphic Library » batik » org.apache.batik.anim.timing 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.batik.anim.timing.TimedElement
      org.apache.batik.anim.timing.TimeContainer

All known Subclasses:   org.apache.batik.anim.timing.TimedDocumentRoot,
TimeContainer
abstract public class TimeContainer extends TimedElement (Code)
An abstract base class for time container elements.
author:
   Cameron McCormack
version:
   $Id: TimeContainer.java 522271 2007-03-25 14:42:45Z dvholten $


Field Summary
protected  Listchildren
     The child TimedElement s of this time container.


Method Summary
public  voidaddChild(TimedElement e)
     Adds a TimedElement to this container.
public  TimedElement[]getChildren()
     Returns an array of the children of this container.
abstract public  floatgetDefaultBegin(TimedElement child)
     Returns the default begin time for the given child timed element.
protected  booleanisConstantAnimation()
     Returns whether this timed element is for a constant animation (i.e., a 'set' animation.
public  voidremoveChild(TimedElement e)
     Removes a TimedElement from this container.
protected  voidreset(boolean clearCurrentBegin)
     Resets this element.
protected  floatsampleAt(float parentSimpleTime, boolean hyperlinking)
     Calculates the local simple time.
protected  floatsampleChildren(float parentSimpleTime, boolean hyperlinking)
     Samples all the child timed elements.
protected  voidsetRoot(TimedElement e, TimedDocumentRoot root)
     Recursively sets the TimedDocumentRoot of the given TimedElement and any of its descendants.

Field Detail
children
protected List children(Code)
The child TimedElement s of this time container.





Method Detail
addChild
public void addChild(TimedElement e)(Code)
Adds a TimedElement to this container.



getChildren
public TimedElement[] getChildren()(Code)
Returns an array of the children of this container.



getDefaultBegin
abstract public float getDefaultBegin(TimedElement child)(Code)
Returns the default begin time for the given child timed element.



isConstantAnimation
protected boolean isConstantAnimation()(Code)
Returns whether this timed element is for a constant animation (i.e., a 'set' animation.



removeChild
public void removeChild(TimedElement e)(Code)
Removes a TimedElement from this container.



reset
protected void reset(boolean clearCurrentBegin)(Code)
Resets this element.



sampleAt
protected float sampleAt(float parentSimpleTime, boolean hyperlinking)(Code)
Calculates the local simple time. Currently the hyperlinking parameter is ignored, so DOM timing events are fired during hyperlinking seeks. If we were following SMIL 2.1 rather than SMIL Animation, then these events would have to be surpressed. the number of seconds until this element becomes active againif it currently is not, Float.POSITIVE_INFINITY if thiselement will become active at some undetermined point in thefuture (because of unresolved begin times, for example) orwill never become active again, or 0f if theelement is currently active.



sampleChildren
protected float sampleChildren(float parentSimpleTime, boolean hyperlinking)(Code)
Samples all the child timed elements.



setRoot
protected void setRoot(TimedElement e, TimedDocumentRoot root)(Code)
Recursively sets the TimedDocumentRoot of the given TimedElement and any of its descendants.



Fields inherited from org.apache.batik.anim.timing.TimedElement
final public static int FILL_FREEZE(Code)(Java Doc)
final public static int FILL_REMOVE(Code)(Java Doc)
final public static float INDEFINITE(Code)(Java Doc)
final protected static String RESOURCES(Code)(Java Doc)
final public static int RESTART_ALWAYS(Code)(Java Doc)
final public static int RESTART_NEVER(Code)(Java Doc)
final public static int RESTART_WHEN_NOT_ACTIVE(Code)(Java Doc)
final public static float UNRESOLVED(Code)(Java Doc)
protected LinkedList beginDependents(Code)(Java Doc)
protected List beginInstanceTimes(Code)(Java Doc)
protected TimingSpecifier[] beginTimes(Code)(Java Doc)
protected Interval currentInterval(Code)(Java Doc)
protected int currentRepeatIteration(Code)(Java Doc)
protected boolean durMedia(Code)(Java Doc)
protected LinkedList endDependents(Code)(Java Doc)
protected List endInstanceTimes(Code)(Java Doc)
protected TimingSpecifier[] endTimes(Code)(Java Doc)
protected int fillMode(Code)(Java Doc)
protected Map handledEvents(Code)(Java Doc)
protected boolean hasParsed(Code)(Java Doc)
protected boolean hasPropagated(Code)(Java Doc)
protected boolean isActive(Code)(Java Doc)
protected boolean isFrozen(Code)(Java Doc)
protected boolean isSampling(Code)(Java Doc)
protected float lastIntervalEnd(Code)(Java Doc)
protected float lastRepeatTime(Code)(Java Doc)
protected float lastSampleTime(Code)(Java Doc)
protected static LocalizableSupport localizableSupport(Code)(Java Doc)
protected float max(Code)(Java Doc)
protected boolean maxMedia(Code)(Java Doc)
protected float min(Code)(Java Doc)
protected boolean minMedia(Code)(Java Doc)
protected TimeContainer parent(Code)(Java Doc)
protected LinkedList previousIntervals(Code)(Java Doc)
protected float repeatCount(Code)(Java Doc)
protected float repeatDur(Code)(Java Doc)
protected float repeatDuration(Code)(Java Doc)
protected int restartMode(Code)(Java Doc)
protected TimedDocumentRoot root(Code)(Java Doc)
protected boolean shouldUpdateCurrentInterval(Code)(Java Doc)
protected float simpleDur(Code)(Java Doc)

Methods inherited from org.apache.batik.anim.timing.TimedElement
protected void addDependent(TimingSpecifier dependent, boolean forBegin)(Code)(Java Doc)
protected float addInstanceTime(InstanceTime time, boolean isBegin)(Code)(Java Doc)
public void beginElement()(Code)(Java Doc)
public void beginElement(float offset)(Code)(Java Doc)
public boolean canBegin()(Code)(Java Doc)
public boolean canEnd()(Code)(Java Doc)
protected Interval computeInterval(boolean first, boolean fixedBegin, float beginAfter)(Code)(Java Doc)
public AnimationException createException(String code, Object[] params)(Code)(Java Doc)
public void deinitialize()(Code)(Java Doc)
public void endElement()(Code)(Java Doc)
public void endElement(float offset)(Code)(Java Doc)
protected boolean endHasEventConditions()(Code)(Java Doc)
void eventOccurred(TimingSpecifier t, Event e)(Code)(Java Doc)
protected void fireTimeEvent(String eventType, float time, int detail)(Code)(Java Doc)
abstract protected void fireTimeEvent(String eventType, Calendar time, int detail)(Code)(Java Doc)
public static String formatMessage(String key, Object[] args) throws MissingResourceException(Code)(Java Doc)
public float getActiveDur(float B, float end)(Code)(Java Doc)
public float getActiveTime()(Code)(Java Doc)
abstract protected EventTarget getAnimationEventTarget()(Code)(Java Doc)
public float getCurrentBeginTime()(Code)(Java Doc)
abstract public Element getElement()(Code)(Java Doc)
abstract protected EventTarget getEventTargetById(String id)(Code)(Java Doc)
protected float getImplicitDur()(Code)(Java Doc)
public float getLastSampleTime()(Code)(Java Doc)
public static Locale getLocale()(Code)(Java Doc)
public TimedDocumentRoot getRoot()(Code)(Java Doc)
abstract protected EventTarget getRootEventTarget()(Code)(Java Doc)
public float getSimpleDur()(Code)(Java Doc)
public float getSimpleTime()(Code)(Java Doc)
abstract protected TimedElement getTimedElementById(String id)(Code)(Java Doc)
public void initialize()(Code)(Java Doc)
protected float instanceTimeChanged(InstanceTime time, boolean isBegin)(Code)(Java Doc)
abstract public boolean isBefore(TimedElement other)(Code)(Java Doc)
abstract protected boolean isConstantAnimation()(Code)(Java Doc)
public static boolean isUnresolved(float t)(Code)(Java Doc)
protected float maxTime(float t1, float t2)(Code)(Java Doc)
protected float minTime(float t1, float t2)(Code)(Java Doc)
protected float minusTime(float t1, float t2)(Code)(Java Doc)
protected float multiplyTime(float t, float n)(Code)(Java Doc)
protected float notifyNewInterval(Interval interval)(Code)(Java Doc)
protected float notifyRemoveInterval(Interval interval)(Code)(Java Doc)
public void parseAttributes(String begin, String dur, String end, String min, String max, String repeatCount, String repeatDur, String fill, String restart)(Code)(Java Doc)
protected void parseBegin(String begin)(Code)(Java Doc)
protected float parseClockValue(String s, boolean parseOffset) throws ParseException(Code)(Java Doc)
protected void parseDur(String dur)(Code)(Java Doc)
protected void parseEnd(String end)(Code)(Java Doc)
protected void parseFill(String fill)(Code)(Java Doc)
protected void parseMax(String max)(Code)(Java Doc)
protected void parseMin(String min)(Code)(Java Doc)
protected void parseRepeatCount(String repeatCount)(Code)(Java Doc)
protected void parseRepeatDur(String repeatDur)(Code)(Java Doc)
protected void parseRestart(String restart)(Code)(Java Doc)
protected void removeDependent(TimingSpecifier dependent, boolean forBegin)(Code)(Java Doc)
abstract protected void removeFill()(Code)(Java Doc)
protected float removeInstanceTime(InstanceTime time, boolean isBegin)(Code)(Java Doc)
protected void reset(boolean clearCurrentBegin)(Code)(Java Doc)
protected float sampleAt(float parentSimpleTime, boolean hyperlinking)(Code)(Java Doc)
abstract protected void sampledAt(float simpleTime, float simpleDur, int repeatIteration)(Code)(Java Doc)
abstract protected void sampledLastValue(int repeatIteration)(Code)(Java Doc)
protected float selectNewInterval(float time, Interval interval)(Code)(Java Doc)
public static void setLocale(Locale l)(Code)(Java Doc)
abstract protected void toActive(float begin)(Code)(Java Doc)
abstract protected void toInactive(boolean stillActive, boolean isFrozen)(Code)(Java Doc)
public static String toString(float time)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.