Java Doc for PieProperties.java in  » ESB » open-esb » org » openesb » tools » extchart » property » pie » 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 » ESB » open esb » org.openesb.tools.extchart.property.pie 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.openesb.tools.extpropertysheet.impl.ExtPropertyGroup
      org.openesb.tools.extchart.property.pie.PieProperties

PieProperties
public class PieProperties extends ExtPropertyGroup implements PieConstants(Code)
PieChartDefaultsImpl.java PieChartDefaultsImpl is used to encapsulate all defaults specific only to pie charts.
author:
   Chris Johnston
version:
   :$Revision: 1.1 $


Field Summary
final public static  FontDEFAULT_SECTION_FONT
    
final public static  intDEFAULT_SECTION_LABEL
     DEFAULT_SECTION_LABEL is used as a hard default.
final public static  FontDEFAULT_SERIES_FONT
    
final public static  intDEFAULT_TOOLTIP_LABEL_FORMAT
     DEFAULT_TOOLTIP_LABEL_FORMAT is used as a hard default.
final protected static  String[]MY_DEFAULT_KEYS
    
final static  String[]PIE_CHART_KEYS
    
final public static  StringRCS_ID
    
final public static  String[]SECTION_LABELS
     SECTION_LABELS is used automate the section label processing.
final public static  String[]TOOLTIP_LABEL_FORMATS
     TOOLTIP_LABEL_FORMATS is used automate the section label processing.
 Object[]defaultObjects
    

Constructor Summary
public  PieProperties()
    

Method Summary
public  String[]getKeys()
    
public  StringgetPropertyTemplateName()
    
public  doublegetRadius()
    
public  intgetSectionLabel()
    
public  FontgetSectionLabelFont()
    
public  doublegetSectionLabelGap()
    
public  ColorgetSectionLabelPaint()
    
public  FontgetSeriesLabelFont()
    
public  ColorgetSeriesLabelPaint()
    
public  intgetTooltipLabelFormat()
    
public  voidinitDefaults()
    
public  booleanisShowSectionLabels()
    
public  voidsetRadius(double newRadius)
    
public  voidsetSectionLabel(int nSectionLabelType)
    
public  voidsetSectionLabelFont(Font font)
    
public  voidsetSectionLabelGap(double gap)
    
public  voidsetSectionLabelPaint(Color paint)
    
public  voidsetSeriesLabelFont(Font font)
    
public  voidsetSeriesLabelPaint(Color paint)
    
public  voidsetShowSectionLabels(boolean show)
    
public  voidsetTooltipLabelFormat(int nTooltipLabelFormat)
    
public  StringtoString()
    

Field Detail
DEFAULT_SECTION_FONT
final public static Font DEFAULT_SECTION_FONT(Code)



DEFAULT_SECTION_LABEL
final public static int DEFAULT_SECTION_LABEL(Code)
DEFAULT_SECTION_LABEL is used as a hard default.



DEFAULT_SERIES_FONT
final public static Font DEFAULT_SERIES_FONT(Code)



DEFAULT_TOOLTIP_LABEL_FORMAT
final public static int DEFAULT_TOOLTIP_LABEL_FORMAT(Code)
DEFAULT_TOOLTIP_LABEL_FORMAT is used as a hard default.



MY_DEFAULT_KEYS
final protected static String[] MY_DEFAULT_KEYS(Code)
MY_DEFAULT_KEYS contains the default keys for this class



PIE_CHART_KEYS
final static String[] PIE_CHART_KEYS(Code)



RCS_ID
final public static String RCS_ID(Code)
the RCS id



SECTION_LABELS
final public static String[] SECTION_LABELS(Code)
SECTION_LABELS is used automate the section label processing.



TOOLTIP_LABEL_FORMATS
final public static String[] TOOLTIP_LABEL_FORMATS(Code)
TOOLTIP_LABEL_FORMATS is used automate the section label processing.



defaultObjects
Object[] defaultObjects(Code)




Constructor Detail
PieProperties
public PieProperties()(Code)
New instance




Method Detail
getKeys
public String[] getKeys()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.ViewDefaults.getKeys()



getPropertyTemplateName
public String getPropertyTemplateName()(Code)
Return property template name - template name



getRadius
public double getRadius()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.getRadius()



getSectionLabel
public int getSectionLabel()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.getSectionLabel()



getSectionLabelFont
public Font getSectionLabelFont()(Code)
Returns section label font section label font



getSectionLabelGap
public double getSectionLabelGap()(Code)
Returns section label gap gap



getSectionLabelPaint
public Color getSectionLabelPaint()(Code)
Returns section label paint section label paint



getSeriesLabelFont
public Font getSeriesLabelFont()(Code)
Returns series label font font



getSeriesLabelPaint
public Color getSeriesLabelPaint()(Code)
Returns series label paint series label paint



getTooltipLabelFormat
public int getTooltipLabelFormat()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.getSectionLabel()



initDefaults
public void initDefaults()(Code)
Init



isShowSectionLabels
public boolean isShowSectionLabels()(Code)
Returns if show series labels true/false



setRadius
public void setRadius(double newRadius)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.setRadius()



setSectionLabel
public void setSectionLabel(int nSectionLabelType)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.setSectionLabel()



setSectionLabelFont
public void setSectionLabelFont(Font font)(Code)
Sets section label font
Parameters:
  font - - section label font



setSectionLabelGap
public void setSectionLabelGap(double gap)(Code)
Sets section label gap
Parameters:
  gap - - gap



setSectionLabelPaint
public void setSectionLabelPaint(Color paint)(Code)
Sets section label paint
Parameters:
  paint - - section label paint



setSeriesLabelFont
public void setSeriesLabelFont(Font font)(Code)
Sets series label font
Parameters:
  font - - font



setSeriesLabelPaint
public void setSeriesLabelPaint(Color paint)(Code)
Sets series label paint
Parameters:
  paint - - paint



setShowSectionLabels
public void setShowSectionLabels(boolean show)(Code)
Sets show series labels
Parameters:
  show - - true/false



setTooltipLabelFormat
public void setTooltipLabelFormat(int nTooltipLabelFormat)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.setSectionLabel()



toString
public String toString()(Code)
toString - string



Methods inherited from org.openesb.tools.extpropertysheet.impl.ExtPropertyGroup
public void add(IExtProperty prop)(Code)(Java Doc)
public void empty()(Code)(Java Doc)
public Collection getAllProperties()(Code)(Java Doc)
public String getGroupName()(Code)(Java Doc)
public IExtProperty getProperty(String name)(Code)(Java Doc)
public Object getPropertyValue(String name)(Code)(Java Doc)
public IExtProperty removePoperty(String name)(Code)(Java Doc)
public IExtProperty removeProperty(IExtProperty prop)(Code)(Java Doc)
public void setGroupName(String name)(Code)(Java Doc)
public void setProperty(String name, Object value)(Code)(Java Doc)
public void setProperty(String name, Object value, short type)(Code)(Java Doc)
public void setProperty(String name, Object value, IExtPropertyOptions options)(Code)(Java Doc)
public int size()(Code)(Java Doc)
public void toXML(StringBuffer buffer)(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.