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


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

All known Subclasses:   org.openesb.tools.extchart.property.ChartDefaults,
ViewDefaults
public class ViewDefaults extends ExtPropertyGroup implements Constants(Code)
ViewDefaults.java ViewDefaults defines all methods to access defaults common to all view objects.
author:
   Chris Johnston
version:
   :$Revision: 1.1 $


Field Summary
final public static  intDEFAULT_ALL_FIELDS_FONT_SIZE
     DEFAULT_ALL_FIELDS_FONT_SIZE is used as a hard default.
final public static  intDEFAULT_ALL_FIELDS_FONT_STYLE
     DEFAULT_TITLE_STYLE is used as a hard default.
final public static  ColorDEFAULT_BACKGROUND_COLOR
     DEFAULT_BACKGROUND_COLOR is used as a hard default.
final public static  booleanDEFAULT_BORDER_VISIBLE
    
final public static  booleanDEFAULT_DISPLAY_TITLE
     DEFAULT_DISPLAY_TITLE is used as a hard default.
final public static  int[]DEFAULT_FONT_SIZES
     DEFAULT_FONT_SIZES is used for an initial list of font sizes.
final public static  intDEFAULT_FREQUENCY
    
final public static  intDEFAULT_INTEGRAL_NUMBER_FORMAT
     DEFAULT_INTEGRAL_NUMBER_FORMAT is used as a hard default.
final public static  intDEFAULT_REAL_NUMBER_FORMAT
     DEFAULT_REAL_NUMBER_FORMAT is used as a hard default.
final public static  ColorDEFAULT_TEXT_COLOR
     DEFAULT_TEXT_COLOR is used as a hard default.
final public static  StringDEFAULT_TITLE
     DEFAULT_TITLE is used as a hard default.
final public static  intDEFAULT_TITLE_ALIGNMENT
     DEFAULT_TITLE_ALIGNMENT is used as a hard default.
final public static  FontDEFAULT_TITLE_FONT
     DEFAULT_TITLE_FONT is used as a hard default.
final public static  intDEFAULT_TITLE_FONT_SIZE
     DEFAULT_TITLE_FONT_SIZE is used as a hard default.
final public static  intDEFAULT_TITLE_STYLE
     DEFAULT_TITLE_STYLE is used as a hard default.
final protected static  String[]MY_DEFAULT_KEYS
     MY_DEFAULT_KEYS contains the default keys for this class.
final public static  String[]SUGGESTED_INTEGRAL_NUMBER_FORMATS
     SUGGESTED_INTEGRAL_NUMBER_FORMATS contains a list of suggested integral number display formats.
final public static  String[]SUGGESTED_REAL_NUMBER_FORMATS
     SUGGESTED_REAL_NUMBER_FORMATS contains a list of suggested real number display formats.
final public static  String[]SUG_HORIZONTAL
    
final public static  String[]SUG_HORIZONTAL_DISPLAY
    
final public static  ExtPropertyOptionsTITLE_ALIGN_OPTIONS
    

Constructor Summary
public  ViewDefaults()
    

Method Summary
public  ColorgetBackgroundColor()
    
public  ColorgetBorderPaint()
    
public  intgetDataLimit()
    
protected  FontgetFont(String property)
    
public  intgetFrequency()
    
public  String[]getKeys()
    
public  StringgetPropertyTemplateName()
    
public  StringgetRealNumberFormat()
    
public  ColorgetTextColor()
    
public  StringgetTitle()
    
public  intgetTitleAlignment()
    
public  ColorgetTitleBackground()
    
public  ColorgetTitleColor()
    
public  FontgetTitleFont()
    
public  booleanisBorderVisible()
    
public  booleanisDisplayTitle()
    
public  voidsetBackgroundColor(Color color)
    
public  voidsetBorderPaint(Color color)
    
public  voidsetBorderVisible(boolean visible)
    
public  voidsetDataLimit(int limit)
    
public  voidsetDisplayTitle(boolean displayTitle)
    
public  voidsetFont(Font font, String property)
    
public  voidsetFrequency(int frequency)
    
public  voidsetRealNumberFormat(int rFormat)
    
public  voidsetTextColor(Color color)
    
public  voidsetTitle(String title)
    
public  voidsetTitleAlignment(int alignment)
    
public  voidsetTitleBackground(Color color)
    
public  voidsetTitleColor(Color color)
    
public  voidsetTitleFont(Font font)
    

Field Detail
DEFAULT_ALL_FIELDS_FONT_SIZE
final public static int DEFAULT_ALL_FIELDS_FONT_SIZE(Code)
DEFAULT_ALL_FIELDS_FONT_SIZE is used as a hard default.



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



DEFAULT_BACKGROUND_COLOR
final public static Color DEFAULT_BACKGROUND_COLOR(Code)
DEFAULT_BACKGROUND_COLOR is used as a hard default.



DEFAULT_BORDER_VISIBLE
final public static boolean DEFAULT_BORDER_VISIBLE(Code)
Default value for BorderVisible property



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



DEFAULT_FONT_SIZES
final public static int[] DEFAULT_FONT_SIZES(Code)
DEFAULT_FONT_SIZES is used for an initial list of font sizes.



DEFAULT_FREQUENCY
final public static int DEFAULT_FREQUENCY(Code)
Default refreshing frequency in seconds



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



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



DEFAULT_TEXT_COLOR
final public static Color DEFAULT_TEXT_COLOR(Code)
DEFAULT_TEXT_COLOR is used as a hard default.



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



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



DEFAULT_TITLE_FONT
final public static Font DEFAULT_TITLE_FONT(Code)
DEFAULT_TITLE_FONT is used as a hard default.



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



DEFAULT_TITLE_STYLE
final public static int DEFAULT_TITLE_STYLE(Code)
DEFAULT_TITLE_STYLE 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.



SUGGESTED_INTEGRAL_NUMBER_FORMATS
final public static String[] SUGGESTED_INTEGRAL_NUMBER_FORMATS(Code)
SUGGESTED_INTEGRAL_NUMBER_FORMATS contains a list of suggested integral number display formats.



SUGGESTED_REAL_NUMBER_FORMATS
final public static String[] SUGGESTED_REAL_NUMBER_FORMATS(Code)
SUGGESTED_REAL_NUMBER_FORMATS contains a list of suggested real number display formats.



SUG_HORIZONTAL
final public static String[] SUG_HORIZONTAL(Code)



SUG_HORIZONTAL_DISPLAY
final public static String[] SUG_HORIZONTAL_DISPLAY(Code)



TITLE_ALIGN_OPTIONS
final public static ExtPropertyOptions TITLE_ALIGN_OPTIONS(Code)




Constructor Detail
ViewDefaults
public ViewDefaults()(Code)




Method Detail
getBackgroundColor
public Color getBackgroundColor()(Code)
Returns background color - background color



getBorderPaint
public Color getBorderPaint()(Code)
Returns border paint border paint



getDataLimit
public int getDataLimit()(Code)
Returns data limit limit



getFont
protected Font getFont(String property)(Code)
Returns a font property
Parameters:
  property - - property name font



getFrequency
public int getFrequency()(Code)
Return refreshing frequency frequency in seconds



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



getRealNumberFormat
public String getRealNumberFormat()(Code)
Returns real number format - real number format



getTextColor
public Color getTextColor()(Code)
Returns text color - text color



getTitle
public String getTitle()(Code)
Return title - title



getTitleAlignment
public int getTitleAlignment()(Code)
Returns title alignment - title alignment



getTitleBackground
public Color getTitleBackground()(Code)
Returns title background color title background color



getTitleColor
public Color getTitleColor()(Code)
Returns title text color title text color



getTitleFont
public Font getTitleFont()(Code)
Returns title font title font



isBorderVisible
public boolean isBorderVisible()(Code)
Returns if border is visible true/false



isDisplayTitle
public boolean isDisplayTitle()(Code)
Returns if display title - true/false



setBackgroundColor
public void setBackgroundColor(Color color)(Code)
Sets background color
Parameters:
  color - - background color



setBorderPaint
public void setBorderPaint(Color color)(Code)
Sets border paint
Parameters:
  color - - border paint



setBorderVisible
public void setBorderVisible(boolean visible)(Code)
Sets border visible
Parameters:
  visible - - visible



setDataLimit
public void setDataLimit(int limit)(Code)
Sets data limit
Parameters:
  limit - - limit



setDisplayTitle
public void setDisplayTitle(boolean displayTitle)(Code)
Sets if display title
Parameters:
  displayTitle - - true/false



setFont
public void setFont(Font font, String property)(Code)
Set font property
Parameters:
  font - - font
Parameters:
  property - - property name



setFrequency
public void setFrequency(int frequency)(Code)
Set refreshing frequency
Parameters:
  frequency - - frequency in seconds



setRealNumberFormat
public void setRealNumberFormat(int rFormat)(Code)
Sets real number format
Parameters:
  rFormat - - real number format



setTextColor
public void setTextColor(Color color)(Code)
Sets text color
Parameters:
  color - - text color



setTitle
public void setTitle(String title)(Code)
Sets title
Parameters:
  title - - title



setTitleAlignment
public void setTitleAlignment(int alignment)(Code)
Sets title alignment
Parameters:
  alignment - - title alignment



setTitleBackground
public void setTitleBackground(Color color)(Code)
Sets title background color
Parameters:
  color - - color



setTitleColor
public void setTitleColor(Color color)(Code)
Sets title text color
Parameters:
  color - - color



setTitleFont
public void setTitleFont(Font font)(Code)
Sets title font
Parameters:
  font - - title font



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.