Java Doc for PerseusController.java in  » IDE-Netbeans » mobility » org » netbeans » modules » mobility » svgcore » composer » 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 » IDE Netbeans » mobility » org.netbeans.modules.mobility.svgcore.composer 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.mobility.svgcore.composer.PerseusController

PerseusController
final public class PerseusController (Code)

author:
   Pavel Benes


Field Summary
final public static  floatANIMATION_DEFAULT_DURATION
    
final public static  floatANIMATION_DEFAULT_STEP
    
final public static  intANIMATION_NOT_AVAILABLE
    
final public static  intANIMATION_NOT_RUNNING
    
final public static  intANIMATION_PAUSED
    
final public static  intANIMATION_RUNNING
    
final public static  StringID_BBOX_MARKER
    
final public static  StringID_VIEWBOX_MARKER
    
protected  intm_animationState
    
protected  SVGAnimatorImplm_animator
    
protected  floatm_currentTime
    
final protected  Stringm_id
    
final protected  SceneManagerm_sceneMgr
    
protected  DocumentNodem_svgDoc
    
protected  SVGImagem_svgImage
    
protected  SVGLocatableElementm_viewBoxMarker
    

Constructor Summary
 PerseusController(SceneManager sceneMgr)
    

Method Summary
public  SVGPointconvertCoords(float x, float y)
    
public static  SVGImagecreateImage(InputStream stream)
    
public  voiddelete(SVGElement elem)
    
public  voidexecute(Runnable command)
    
public  SVGLocatableElementfindElementAt(int x, int y)
    
public static  SVGElementfindElementById(SVGSVGElement root, String id)
    
public  JComponentgetAnimatorGUI()
    
public  intgetAnimatorState()
    
public  floatgetAnimatorTime()
    
protected static  intgetChildrenCount(ModelNode node)
    
public  SVGElementgetElementById(String id)
    
protected static  SVGElementgetElementById(ModelNode node, String id)
    
public  voidgetFocusableTargets(List<String> focusableTargets)
    
public  SVGObjectgetObjectById(String id)
    
public  SVGObject[]getObjectsAt(int x, int y)
    
protected static  DocumentgetOwnerDocument(Node elem)
    
public static  SVGMatrixgetParentTransformation(Node node)
    
public static  ModelNodegetRootElement(ModelNode node)
    
public  DocumentNodegetSVGDocument()
    
public  SVGSVGElementgetSVGRootElement()
    
public static  SVGRectgetSafeBBox(SVGLocatableElement elem)
    
public static  SVGRectgetSafeScreenBBox(SVGLocatableElement elem)
    
public  SVGLocatableElementgetViewBoxMarker()
    
public static  SVGElementhideAllButSubtree(ModelNode node, String id)
    
 voidinitialize()
    
public  booleanisAnimatorStarted()
    
public static  booleanisElementIdChar(char c)
    
final public static  booleanisIdentityTransform(SVGMatrix matrix, boolean ignoreTranslate)
    
public static  booleanisViewBoxMarker(ModelNode node)
    
protected static  SVGImageloadDocument(InputStream is, ExternalResourceHandler handler)
    
public  voidmoveBackward(SVGLocatableElement elem)
    
public  voidmoveForward(SVGLocatableElement elem)
    
public  voidmoveToBottom(SVGLocatableElement elem)
    
public  voidmoveToTop(SVGLocatableElement elem)
    
public  voidpauseAnimator()
    
public static  voidprintTree(ModelNode node, int level)
    
public  voidsetAnimatorTime(float time)
    
public static  voidsetNullIds(SVGElement elem, boolean isNull)
    
public  voidstartAnimation(String id)
    
public  voidstartAnimator()
    
public  voidstopAnimation(String id)
    
public  voidstopAnimator()
    
public  StringtoString()
    
protected static  voidtransferChildren(SVGElement target, SVGElement source)
    

Field Detail
ANIMATION_DEFAULT_DURATION
final public static float ANIMATION_DEFAULT_DURATION(Code)



ANIMATION_DEFAULT_STEP
final public static float ANIMATION_DEFAULT_STEP(Code)



ANIMATION_NOT_AVAILABLE
final public static int ANIMATION_NOT_AVAILABLE(Code)



ANIMATION_NOT_RUNNING
final public static int ANIMATION_NOT_RUNNING(Code)



ANIMATION_PAUSED
final public static int ANIMATION_PAUSED(Code)



ANIMATION_RUNNING
final public static int ANIMATION_RUNNING(Code)



ID_BBOX_MARKER
final public static String ID_BBOX_MARKER(Code)



ID_VIEWBOX_MARKER
final public static String ID_VIEWBOX_MARKER(Code)



m_animationState
protected int m_animationState(Code)



m_animator
protected SVGAnimatorImpl m_animator(Code)



m_currentTime
protected float m_currentTime(Code)



m_id
final protected String m_id(Code)



m_sceneMgr
final protected SceneManager m_sceneMgr(Code)



m_svgDoc
protected DocumentNode m_svgDoc(Code)



m_svgImage
protected SVGImage m_svgImage(Code)



m_viewBoxMarker
protected SVGLocatableElement m_viewBoxMarker(Code)




Constructor Detail
PerseusController
PerseusController(SceneManager sceneMgr)(Code)




Method Detail
convertCoords
public SVGPoint convertCoords(float x, float y)(Code)



createImage
public static SVGImage createImage(InputStream stream) throws IOException(Code)



delete
public void delete(SVGElement elem)(Code)



execute
public void execute(Runnable command)(Code)



findElementAt
public SVGLocatableElement findElementAt(int x, int y)(Code)



findElementById
public static SVGElement findElementById(SVGSVGElement root, String id)(Code)



getAnimatorGUI
public JComponent getAnimatorGUI()(Code)



getAnimatorState
public int getAnimatorState()(Code)



getAnimatorTime
public float getAnimatorTime()(Code)



getChildrenCount
protected static int getChildrenCount(ModelNode node)(Code)



getElementById
public SVGElement getElementById(String id)(Code)



getElementById
protected static SVGElement getElementById(ModelNode node, String id)(Code)



getFocusableTargets
public void getFocusableTargets(List<String> focusableTargets)(Code)



getObjectById
public SVGObject getObjectById(String id)(Code)



getObjectsAt
public SVGObject[] getObjectsAt(int x, int y)(Code)



getOwnerDocument
protected static Document getOwnerDocument(Node elem)(Code)



getParentTransformation
public static SVGMatrix getParentTransformation(Node node)(Code)



getRootElement
public static ModelNode getRootElement(ModelNode node)(Code)



getSVGDocument
public DocumentNode getSVGDocument()(Code)



getSVGRootElement
public SVGSVGElement getSVGRootElement()(Code)



getSafeBBox
public static SVGRect getSafeBBox(SVGLocatableElement elem)(Code)



getSafeScreenBBox
public static SVGRect getSafeScreenBBox(SVGLocatableElement elem)(Code)



getViewBoxMarker
public SVGLocatableElement getViewBoxMarker()(Code)



hideAllButSubtree
public static SVGElement hideAllButSubtree(ModelNode node, String id)(Code)



initialize
void initialize()(Code)



isAnimatorStarted
public boolean isAnimatorStarted()(Code)



isElementIdChar
public static boolean isElementIdChar(char c)(Code)



isIdentityTransform
final public static boolean isIdentityTransform(SVGMatrix matrix, boolean ignoreTranslate)(Code)



isViewBoxMarker
public static boolean isViewBoxMarker(ModelNode node)(Code)



loadDocument
protected static SVGImage loadDocument(InputStream is, ExternalResourceHandler handler) throws IOException(Code)



moveBackward
public void moveBackward(SVGLocatableElement elem)(Code)



moveForward
public void moveForward(SVGLocatableElement elem)(Code)



moveToBottom
public void moveToBottom(SVGLocatableElement elem)(Code)



moveToTop
public void moveToTop(SVGLocatableElement elem)(Code)



pauseAnimator
public void pauseAnimator()(Code)



printTree
public static void printTree(ModelNode node, int level)(Code)



setAnimatorTime
public void setAnimatorTime(float time)(Code)



setNullIds
public static void setNullIds(SVGElement elem, boolean isNull)(Code)



startAnimation
public void startAnimation(String id)(Code)



startAnimator
public void startAnimator()(Code)



stopAnimation
public void stopAnimation(String id)(Code)



stopAnimator
public void stopAnimator()(Code)



toString
public String toString()(Code)



transferChildren
protected static void transferChildren(SVGElement target, SVGElement source)(Code)



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.