Java Doc for AbstractChartComponent.java in  » Report » pentaho-report » org » pentaho » ui » component » charting » 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 » Report » pentaho report » org.pentaho.ui.component.charting 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.pentaho.ui.XmlComponent
   org.pentaho.ui.component.charting.AbstractChartComponent

All known Subclasses:   org.pentaho.ui.component.charting.AbstractJFreeChartComponent,  org.pentaho.ui.component.charting.FlashChartComponent,
AbstractChartComponent
abstract public class AbstractChartComponent extends XmlComponent (Code)


Field Summary
final public static  StringCHART_NODE_NAME
    
final public static  intFILENAME_INDEX
    
final public static  intFILENAME_WITHOUT_EXTENSION_INDEX
    
final public static  StringPARAM2_NODE_NAME
    
final public static  StringURLTEMPLE_NODE_NAME
    
protected  StringactionName
    
protected  StringactionOutput
    
protected  StringactionPath
    
protected  booleanbyRow
    
protected static  intchartCount
    
protected  IRuntimeContextcontext
    
protected  StringdefinitionPath
    
protected  intheight
    
protected  StringinstanceId
    
protected static  Loglogger
    
protected  ListouterParamNames
    
protected  StringparamName
    
protected  Stringsolution
    
protected  Stringtitle
    
protected  StringurlTemplate
    
protected  Objectvalues
    
protected  intwidth
    

Constructor Summary
public  AbstractChartComponent(String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
    
public  AbstractChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)
    
public  AbstractChartComponent(IPentahoUrlFactory urlFactory, List messages)
    

Method Summary
public  voidaddOuterParamName(String outerParamName)
    
protected  voidapplyOuterURLTemplateParam()
    
protected  String[]createTempFile()
    
public  voiddispose()
    
public  IPentahoResultSetgetActionData()
    
public  StringgetActionName()
    
public  StringgetActionOutput()
    
public  StringgetActionPath()
    
public  IRuntimeContextgetContext()
    
public  StringgetDefinitionPath()
    
public  intgetHeight()
    
public  StringgetInstanceId()
    
public  LoggetLogger()
    
public  ListgetOuterParamNames()
    
public  StringgetParamName()
    
public  StringgetSolution()
    
public  StringgetTitle()
    
public  StringgetUrlTemplate()
    
public  ObjectgetValues()
    
public  intgetWidth()
    
public  booleanisByRow()
    
public  voidsetActionName(String actionName)
    
public  voidsetActionOutput(String actionOutput)
    
public  voidsetActionPath(String actionPath)
    
public  voidsetByRow(boolean byRow)
    
public  voidsetContext(IRuntimeContext context)
    
abstract public  booleansetDataAction(String chartDefinition)
    
public  voidsetDataAction(String solution, String actionPath, String actionName, String actionOutput)
    
public  voidsetDefinitionPath(String definitionPath)
    
public  voidsetHeight(int height)
    
public  voidsetInstanceId(String instanceId)
    
public  voidsetLogger(Log logger)
    
public  voidsetParamName(String paramName)
    
public  voidsetSolution(String solution)
    
public  voidsetTitle(String title)
    
public  voidsetUrlTemplate(String urlTemplate)
    
public  voidsetValues(Object values)
    
public  voidsetWidth(int width)
    

Field Detail
CHART_NODE_NAME
final public static String CHART_NODE_NAME(Code)



FILENAME_INDEX
final public static int FILENAME_INDEX(Code)



FILENAME_WITHOUT_EXTENSION_INDEX
final public static int FILENAME_WITHOUT_EXTENSION_INDEX(Code)



PARAM2_NODE_NAME
final public static String PARAM2_NODE_NAME(Code)



URLTEMPLE_NODE_NAME
final public static String URLTEMPLE_NODE_NAME(Code)



actionName
protected String actionName(Code)



actionOutput
protected String actionOutput(Code)



actionPath
protected String actionPath(Code)



byRow
protected boolean byRow(Code)



chartCount
protected static int chartCount(Code)



context
protected IRuntimeContext context(Code)



definitionPath
protected String definitionPath(Code)



height
protected int height(Code)



instanceId
protected String instanceId(Code)



logger
protected static Log logger(Code)



outerParamNames
protected List outerParamNames(Code)



paramName
protected String paramName(Code)



solution
protected String solution(Code)



title
protected String title(Code)



urlTemplate
protected String urlTemplate(Code)



values
protected Object values(Code)



width
protected int width(Code)




Constructor Detail
AbstractChartComponent
public AbstractChartComponent(String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)(Code)



AbstractChartComponent
public AbstractChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)(Code)

Parameters:
  definitionPath -
Parameters:
  urlFactory -
Parameters:
  messages -



AbstractChartComponent
public AbstractChartComponent(IPentahoUrlFactory urlFactory, List messages)(Code)




Method Detail
addOuterParamName
public void addOuterParamName(String outerParamName)(Code)

Parameters:
  outerParamName - The outerParamNames name to add to the outParamNames list.



applyOuterURLTemplateParam
protected void applyOuterURLTemplateParam()(Code)



createTempFile
protected String[] createTempFile()(Code)
String that represents the file path to a temporary file



dispose
public void dispose()(Code)



getActionData
public IPentahoResultSet getActionData()(Code)
Gets a IPentahoResultSet from the action output IPentahoResultSet



getActionName
public String getActionName()(Code)
Returns the actionName.



getActionOutput
public String getActionOutput()(Code)
Returns the actionOutput.



getActionPath
public String getActionPath()(Code)
Returns the actionPath.



getContext
public IRuntimeContext getContext()(Code)
Returns the context.



getDefinitionPath
public String getDefinitionPath()(Code)
Returns the definitionPath.



getHeight
public int getHeight()(Code)
Returns the height.



getInstanceId
public String getInstanceId()(Code)
Returns the instanceId.



getLogger
public Log getLogger()(Code)



getOuterParamNames
public List getOuterParamNames()(Code)
Returns the outerParamNames.



getParamName
public String getParamName()(Code)
Returns the paramName.



getSolution
public String getSolution()(Code)
Returns the solution.



getTitle
public String getTitle()(Code)
Returns the title.



getUrlTemplate
public String getUrlTemplate()(Code)
Returns the urlTemplate.



getValues
public Object getValues()(Code)
Returns the values.



getWidth
public int getWidth()(Code)
Returns the width.



isByRow
public boolean isByRow()(Code)
Returns the byRow.



setActionName
public void setActionName(String actionName)(Code)

Parameters:
  actionName - The actionName to set.



setActionOutput
public void setActionOutput(String actionOutput)(Code)

Parameters:
  actionOutput - The actionOutput to set.



setActionPath
public void setActionPath(String actionPath)(Code)

Parameters:
  actionPath - The actionPath to set.



setByRow
public void setByRow(boolean byRow)(Code)

Parameters:
  byRow - The byRow to set.



setContext
public void setContext(IRuntimeContext context)(Code)

Parameters:
  context - The context to set.



setDataAction
abstract public boolean setDataAction(String chartDefinition)(Code)

Parameters:
  chartDefinition - String that represents a file in the solution to create thechart from.



setDataAction
public void setDataAction(String solution, String actionPath, String actionName, String actionOutput)(Code)
Sets the action to be executed to get the data for the pies
Parameters:
  solution -
Parameters:
  actionPath -
Parameters:
  actionName -
Parameters:
  actionOutput -



setDefinitionPath
public void setDefinitionPath(String definitionPath)(Code)

Parameters:
  definitionPath - The definitionPath to set.



setHeight
public void setHeight(int height)(Code)

Parameters:
  height - The height to set.



setInstanceId
public void setInstanceId(String instanceId)(Code)

Parameters:
  instanceId - The instanceId to set.



setLogger
public void setLogger(Log logger)(Code)

Parameters:
  logger - The logger to set.



setParamName
public void setParamName(String paramName)(Code)

Parameters:
  paramName - The paramName to set.



setSolution
public void setSolution(String solution)(Code)

Parameters:
  solution - The solution to set.



setTitle
public void setTitle(String title)(Code)

Parameters:
  title - The title to set.



setUrlTemplate
public void setUrlTemplate(String urlTemplate)(Code)

Parameters:
  urlTemplate - The urlTemplate to set.



setValues
public void setValues(Object values)(Code)

Parameters:
  values - The values to set.



setWidth
public void setWidth(int width)(Code)

Parameters:
  width - The width to set.



Methods inherited from org.pentaho.ui.XmlComponent
public String getContent(String mimeType)(Code)(Java Doc)
abstract public Document getXmlContent()(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.