public class AnimatorCore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected History |
history
History property.
|
protected String |
initScript_ |
protected String |
initScriptLanguage_ |
protected BeanContextServices |
rootContext
The Bean context for this object (proxied through
#getBeanContextProxy()). |
protected URL |
specificationURL_ |
| Constructor and Description |
|---|
AnimatorCore(File file) |
AnimatorCore(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
BeanContextChild |
getBeanContextProxy()
Getter function for
rootContext. |
History |
getHistory()
Getter function for
history. |
String |
getInitScript() |
String |
getInitScriptLanguage() |
String |
getSpecificationURL() |
static int |
run(String[] args) |
void |
setHistory(History h)
Setter function for
history. |
void |
setInitScript(String initScript) |
void |
setInitScriptLanguage(String initScriptLanguage) |
void |
setSpecificationURL(String specificationURL) |
protected History history
protected BeanContextServices rootContext
#getBeanContextProxy()).
Provides services to contexts and beans in the program.protected String initScript_
protected String initScriptLanguage_
protected URL specificationURL_
public AnimatorCore(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic AnimatorCore(File file) throws FileNotFoundException
FileNotFoundExceptionpublic History getHistory()
history.history.historypublic void setHistory(History h)
history.h - The property history.historypublic BeanContextChild getBeanContextProxy()
rootContext.rootContext,
BeanContextProxypublic void setInitScript(String initScript)
public void setInitScriptLanguage(String initScriptLanguage)
public String getInitScript()
public String getInitScriptLanguage()
public void setSpecificationURL(String specificationURL)
public String getSpecificationURL()
public static int run(String[] args)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.