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


java.lang.Object
   org.openesb.tools.extpropertysheet.impl.ExtPropertyGroup
      org.openesb.tools.extchart.property.bar.XYProperties

XYProperties
public class XYProperties extends ExtPropertyGroup (Code)
XYProperties.java This class implements default management for xy-style charts.
author:
   Chris Johnston
version:
   :$Revision: 1.1 $


Field Summary
final public static  StringDEFAULT_DOMAIN_AXIS
     DEFAULT_DOMAIN_AXIS is used as a hard default.
final public static  StringDEFAULT_DOMAIN_LABEL
     DEFAULT_DOMAIN_LABEL is used as a hard default.
final public static  intDEFAULT_ORIENTATION
     DEFAULT_ORIENTATION is used as a hard default.
final public static  StringDEFAULT_RANGE_AXIS
     DEFAULT_RANGE_AXIS is used as a hard default.
final public static  StringDEFAULT_RANGE_LABEL
     DEFAULT_RANGE_LABEL is used as a hard default.
final public static  booleanDEFAULT_SHOW_DOMAIN_AXIS
     DEFAULT_SHOW_DOMAIN_AXIS is used as a hard default.
final public static  booleanDEFAULT_SHOW_DOMAIN_LABEL
     DEFAULT_SHOW_DOMAIN_LABEL is used as a hard default.
final public static  booleanDEFAULT_SHOW_RANGE_AXIS
     DEFAULT_SHOW_RANGE_AXIS is used as a hard default.
final public static  booleanDEFAULT_SHOW_RANGE_LABEL
     DEFAULT_SHOW_RANGE_LABEL is used as a hard default.
final public static  StringDEFAULT_XY_CHART_TITLE
     DEFAULT_XY_CHART_TITLE is used as a hard default.
final public static  StringDOMAIN_AXIS_KEY
     DOMAIN_AXIS_KEY is the key for the domain axis label default.
final public static  StringDOMAIN_LABEL_KEY
     DOMAIN_LABEL_KEY is the key for the domain label default.
final public static  intHORIZONTAL
     HORIZONTAL is a logical constant for calls.
final protected static  String[]MY_DEFAULT_KEYS
     MY_DEFAULT_KEYS are the keys for this object in array form.
final public static  StringORIENTATION_KEY
     ORIENTATION_KEY is the key for the default orientation default.
final public static  String[]OR_HORIZONTAL
    
final public static  String[]OR_HORIZONTAL_DISPLAY
    
final public static  StringRANGE_AXIS_KEY
     RANGE_AXIS_KEY is the key for the range axis label default.
final public static  StringRANGE_LABEL_KEY
     SHOW_RANGE_LABEL_KEY is the key for the range label default.
final static  StringRCS_ID
    
final public static  StringSHOW_DOMAIN_AXIS_KEY
     SHOW_DOMAIN_AXIS_KEY is the key for the show domain axis label default.
final public static  StringSHOW_DOMAIN_LABEL_KEY
     SHOW_DOMAIN_LABEL_KEY is the key for the show domain label default.
final public static  StringSHOW_RANGE_AXIS_KEY
     SHOW_RANGE_AXIS_KEY is the key for the show range axis label default.
final public static  StringSHOW_RANGE_LABEL_KEY
     SHOW_RANGE_LABEL_KEY is the key for the show range label default.
final public static  intVERTICAL
     VERTICAL is a logical constant for calls.
final static  String[]XY_CHART_KEYS
    
 Object[]defaultObjects
    

Constructor Summary
public  XYProperties()
     The XYChartDefaults constructor is used to create an instance of this class.

Method Summary
public  StringgetDomainAxis()
    
public  StringgetDomainLabel()
    
public  String[]getKeys()
    
public  intgetOrientation()
    
public  StringgetPropertyTemplateName()
    
public  StringgetRangeAxis()
    
public  StringgetRangeLabel()
    
public  voidinitDefault()
    
public  booleanisShowDomainAxis()
    
public  booleanisShowDomainLabel()
    
public  booleanisShowRangeAxis()
    
public  booleanisShowRangeLabel()
    
public  voidsetDomainAxis(String newDomainAxis)
    
public  voidsetDomainLabel(String newDomainLabel)
    
public  voidsetOrientation(int orientation)
    
public  voidsetRangeAxis(String newRangeAxis)
    
public  voidsetRangeLabel(String newRangeLabel)
    
public  voidsetShowDomainAxis(boolean bShow)
    
public  voidsetShowDomainLabel(boolean bShow)
    
public  voidsetShowRangeAxis(boolean bShow)
    
public  voidsetShowRangeLabel(boolean bShow)
    
public  StringtoString()
    

Field Detail
DEFAULT_DOMAIN_AXIS
final public static String DEFAULT_DOMAIN_AXIS(Code)
DEFAULT_DOMAIN_AXIS is used as a hard default.



DEFAULT_DOMAIN_LABEL
final public static String DEFAULT_DOMAIN_LABEL(Code)
DEFAULT_DOMAIN_LABEL is used as a hard default.



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



DEFAULT_RANGE_AXIS
final public static String DEFAULT_RANGE_AXIS(Code)
DEFAULT_RANGE_AXIS is used as a hard default.



DEFAULT_RANGE_LABEL
final public static String DEFAULT_RANGE_LABEL(Code)
DEFAULT_RANGE_LABEL is used as a hard default.



DEFAULT_SHOW_DOMAIN_AXIS
final public static boolean DEFAULT_SHOW_DOMAIN_AXIS(Code)
DEFAULT_SHOW_DOMAIN_AXIS is used as a hard default.



DEFAULT_SHOW_DOMAIN_LABEL
final public static boolean DEFAULT_SHOW_DOMAIN_LABEL(Code)
DEFAULT_SHOW_DOMAIN_LABEL is used as a hard default.



DEFAULT_SHOW_RANGE_AXIS
final public static boolean DEFAULT_SHOW_RANGE_AXIS(Code)
DEFAULT_SHOW_RANGE_AXIS is used as a hard default.



DEFAULT_SHOW_RANGE_LABEL
final public static boolean DEFAULT_SHOW_RANGE_LABEL(Code)
DEFAULT_SHOW_RANGE_LABEL is used as a hard default.



DEFAULT_XY_CHART_TITLE
final public static String DEFAULT_XY_CHART_TITLE(Code)
DEFAULT_XY_CHART_TITLE is used as a hard default.



DOMAIN_AXIS_KEY
final public static String DOMAIN_AXIS_KEY(Code)
DOMAIN_AXIS_KEY is the key for the domain axis label default.



DOMAIN_LABEL_KEY
final public static String DOMAIN_LABEL_KEY(Code)
DOMAIN_LABEL_KEY is the key for the domain label default.



HORIZONTAL
final public static int HORIZONTAL(Code)
HORIZONTAL is a logical constant for calls.



MY_DEFAULT_KEYS
final protected static String[] MY_DEFAULT_KEYS(Code)
MY_DEFAULT_KEYS are the keys for this object in array form.



ORIENTATION_KEY
final public static String ORIENTATION_KEY(Code)
ORIENTATION_KEY is the key for the default orientation default.



OR_HORIZONTAL
final public static String[] OR_HORIZONTAL(Code)



OR_HORIZONTAL_DISPLAY
final public static String[] OR_HORIZONTAL_DISPLAY(Code)



RANGE_AXIS_KEY
final public static String RANGE_AXIS_KEY(Code)
RANGE_AXIS_KEY is the key for the range axis label default.



RANGE_LABEL_KEY
final public static String RANGE_LABEL_KEY(Code)
SHOW_RANGE_LABEL_KEY is the key for the range label default.



RCS_ID
final static String RCS_ID(Code)
the RCS id



SHOW_DOMAIN_AXIS_KEY
final public static String SHOW_DOMAIN_AXIS_KEY(Code)
SHOW_DOMAIN_AXIS_KEY is the key for the show domain axis label default.



SHOW_DOMAIN_LABEL_KEY
final public static String SHOW_DOMAIN_LABEL_KEY(Code)
SHOW_DOMAIN_LABEL_KEY is the key for the show domain label default.



SHOW_RANGE_AXIS_KEY
final public static String SHOW_RANGE_AXIS_KEY(Code)
SHOW_RANGE_AXIS_KEY is the key for the show range axis label default.



SHOW_RANGE_LABEL_KEY
final public static String SHOW_RANGE_LABEL_KEY(Code)
SHOW_RANGE_LABEL_KEY is the key for the show range label default.



VERTICAL
final public static int VERTICAL(Code)
VERTICAL is a logical constant for calls.



XY_CHART_KEYS
final static String[] XY_CHART_KEYS(Code)



defaultObjects
Object[] defaultObjects(Code)




Constructor Detail
XYProperties
public XYProperties()(Code)
The XYChartDefaults constructor is used to create an instance of this class.




Method Detail
getDomainAxis
public String getDomainAxis()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.getDomainAxis()



getDomainLabel
public String getDomainLabel()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.getDomainAxis()



getKeys
public String[] getKeys()(Code)

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



getOrientation
public int getOrientation()(Code)
Returns orientation - orientation



getPropertyTemplateName
public String getPropertyTemplateName()(Code)



getRangeAxis
public String getRangeAxis()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.getRangeAxis()



getRangeLabel
public String getRangeLabel()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.getRangeLabel()



initDefault
public void initDefault()(Code)
Init



isShowDomainAxis
public boolean isShowDomainAxis()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.isShowDomainAxis()



isShowDomainLabel
public boolean isShowDomainLabel()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.isShowDomainLabel()



isShowRangeAxis
public boolean isShowRangeAxis()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.isShowRangeAxis()



isShowRangeLabel
public boolean isShowRangeLabel()(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.isShowRangeLabel()



setDomainAxis
public void setDomainAxis(String newDomainAxis)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setDomainAxis()



setDomainLabel
public void setDomainLabel(String newDomainLabel)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setDomainLabel()



setOrientation
public void setOrientation(int orientation)(Code)
Sets orientation
Parameters:
  orientation - - orientation



setRangeAxis
public void setRangeAxis(String newRangeAxis)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setRangeAxis()



setRangeLabel
public void setRangeLabel(String newRangeLabel)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setRangeLabel()



setShowDomainAxis
public void setShowDomainAxis(boolean bShow)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setShowDomainAxis()



setShowDomainLabel
public void setShowDomainLabel(boolean bShow)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setShowDomainLabel()



setShowRangeAxis
public void setShowRangeAxis(boolean bShow)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setShowRangeAxis()



setShowRangeLabel
public void setShowRangeLabel(boolean bShow)(Code)

See Also:    com.stc.ebam.server.chart.engine.view.chart.xy.XYChartDefaults.setShowRangeLabel()



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.