Java Doc for LegendProperties.java in  » Chart » Chart2D_1.9.6k » net » sourceforge » chart2d » 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 » Chart » Chart2D_1.9.6k » net.sourceforge.chart2d 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sourceforge.chart2d.Properties
      net.sourceforge.chart2d.LegendProperties

LegendProperties
final public class LegendProperties extends Properties (Code)
A data structure for holding the properties common to all legends. Pass this to any number of Chart2D objects.


Field Summary
final public static  ColorLEGEND_BACKGROUND_COLOR_DEFAULT
     The default is Color.white.
final public static  booleanLEGEND_BACKGROUND_EXISTENCE_DEFAULT
     The default is false.
final public static  booleanLEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intLEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  booleanLEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intLEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
     The default is 5.
final public static  ColorLEGEND_BORDER_COLOR_DEFAULT
     The default is Color.gray.
final public static  booleanLEGEND_BORDER_EXISTENCE_DEFAULT
     The default is true.
final public static  intLEGEND_BORDER_THICKNESS_MODEL_DEFAULT
     The default is 2.
final public static  ColorLEGEND_BULLETS_OUTLINE_COLOR_DEFAULT
     The default is Color.black.
final public static  booleanLEGEND_BULLETS_OUTLINE_EXISTENCE_DEFAULT
     The default is true.
final public static  DimensionLEGEND_BULLETS_SIZE_MODEL_DEFAULT
     The default is the Dimension (9, 9).
final public static  booleanLEGEND_EXISTENCE_DEFAULT
     The default is true.
final public static  booleanLEGEND_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intLEGEND_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  ColorLEGEND_LABELS_FONT_COLOR_DEFAULT
     The default is Color.black.
final public static  StringLEGEND_LABELS_FONT_NAME_DEFAULT
     The default is "SansSerif".
final public static  intLEGEND_LABELS_FONT_POINT_MODEL_DEFAULT
     The default is 11.
final public static  intLEGEND_LABELS_FONT_STYLE_DEFAULT
     The default is Font.PLAIN.
final public static  String[]LEGEND_LABELS_TEXTS_DEFAULT
     The default is String[0].

Constructor Summary
public  LegendProperties()
     Creates a LegendProperties object with the documented default values.
public  LegendProperties(LegendProperties legendProps)
     Creates a LegendProperties object with property values copied from another object.

Method Summary
final  voidaddChart2D(Chart2D chart2D)
     Adds a Chart2D to the set of objects using these properties.
final  booleangetChart2DNeedsUpdate(Chart2D chart2D)
     Gets whether this object needs to be updated with new properties.
Parameters:
  chart2D - The object that may need to be updated.
final public  ColorgetLegendBackgroundColor()
     Gets the color of the legend's background.
final public  booleangetLegendBackgroundExistence()
     Gets whether the legend will have a painted background or not.
final public  booleangetLegendBetweenLabelsAndBulletsGapExistence()
     Gets whether the gap between the legend's bullets and labels exists in their horizontal placement.
final public  intgetLegendBetweenLabelsAndBulletsGapThicknessModel()
     Gets the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size.
final public  booleangetLegendBetweenLabelsOrBulletsGapExistence()
     Gets whether a gap between the legend's bullets or labels exists in their vertical placement.
final public  intgetLegendBetweenLabelsOrBulletsGapThicknessModel()
     Gets the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size.
final public  ColorgetLegendBorderColor()
     Gets the color of the border around the legend.
final public  booleangetLegendBorderExistence()
     Gets whether there will exist a border around the legend.
final public  intgetLegendBorderThicknessModel()
     Gets the thickness of the border around the legend for the chart's model size.
final public  ColorgetLegendBulletsOutlineColor()
     Gets the color of the legend's bullets outline.
final public  booleangetLegendBulletsOutlineExistence()
     Gets whether a thin line is painted around the legend's bullets.
final public  DimensiongetLegendBulletsSizeModel()
     Gets the size of the legend's bullets for the chart's model size.
final public  booleangetLegendExistence()
     Gets whether there will exist a legend on the chart.
final public  booleangetLegendGapExistence()
     Gets whether a gap between the legend's border or edge and the legend's inner components exists.
final public  intgetLegendGapThicknessModel()
     Gets the thickness of the legend's gap for the chart's model size.
final public  ColorgetLegendLabelsFontColor()
     Gets the color of the font of the legend's labels.
final public  StringgetLegendLabelsFontName()
     Gets name of the font of the legend's labels.
final public  intgetLegendLabelsFontPointModel()
     Gets the point of the font of the legend's labels for the chart's model size.
final public  intgetLegendLabelsFontStyle()
     Gets the style of the font of the legend's labels.
final public  String[]getLegendLabelsTexts()
     Gets the texts of the legend labels.
final  voidremoveChart2D(Chart2D chart2D)
     Removes a Chart2D from the set of objects using these properties.
final public  voidsetLegendBackgroundColor(Color color)
     Sets the color of the legend's background.
final public  voidsetLegendBackgroundExistence(boolean existence)
     Sets whether the legend will have a painted background or not.
final public  voidsetLegendBetweenLabelsAndBulletsGapExistence(boolean existence)
     Sets whether the gap between the legend's bullets and labels exists in their horizontal placement.
final public  voidsetLegendBetweenLabelsAndBulletsGapThicknessModel(int thickness)
     Sets the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size.
final public  voidsetLegendBetweenLabelsOrBulletsGapExistence(boolean existence)
     Sets whether a gap between the legend's bullets or labels exists in their vertical placement.
final public  voidsetLegendBetweenLabelsOrBulletsGapThicknessModel(int thickness)
     Sets the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size.
final public  voidsetLegendBorderColor(Color color)
     Sets the color of the border around the legend.
final public  voidsetLegendBorderExistence(boolean existence)
     Sets whether there will exist a border around the legend.
final public  voidsetLegendBorderThicknessModel(int thickness)
     Sets the thickness of the border around the legend for the chart's model size.
final public  voidsetLegendBulletsOutlineColor(Color color)
     Sets the color of the legend's bullets outline.
final public  voidsetLegendBulletsOutlineExistence(boolean existence)
     Sets whether a thin line is painted around the legend's bullets.
final public  voidsetLegendBulletsSizeModel(Dimension size)
     Sets the size of the legend's bullets for the chart's model size.
final public  voidsetLegendExistence(boolean existence)
     Sets whether there will exist a legend on the chart.
final public  voidsetLegendGapExistence(boolean existence)
     Sets whether a gap between the legend's border or edge and the legend's inner components exists.
final public  voidsetLegendGapThicknessModel(int thickness)
     Sets the thickness of the legend's gap for the chart's model size.
final public  voidsetLegendLabelsFontColor(Color color)
     Sets the color of the font of the legend's labels.
final public  voidsetLegendLabelsFontName(String name)
     Sets name of the font of the legend's labels.
final public  voidsetLegendLabelsFontPointModel(int point)
     Sets the point of the font of the legend's labels for the chart's model size.
final public  voidsetLegendLabelsFontStyle(int style)
     Sets the style of the font of the legend's labels.
final public  voidsetLegendLabelsTexts(String[] texts)
     Sets the texts of the legend labels.
final public  voidsetLegendProperties(LegendProperties legendProps)
     Sets all properties to be the values of another LegendProperties object.
final public  voidsetLegendPropertiesToDefaults()
     Sets all properties to their default values.
final  voidupdateChart2D(Chart2D chart2D)
     Updates the properties of this Chart2D.
final  booleanvalidate(boolean debug)
     Validates the properties of this object. If debug is true then prints a messages indicating whether each property is valid. Returns true if all the properties were valid and false otherwise.
Parameters:
  debug - If true then will print status messages.

Field Detail
LEGEND_BACKGROUND_COLOR_DEFAULT
final public static Color LEGEND_BACKGROUND_COLOR_DEFAULT(Code)
The default is Color.white.



LEGEND_BACKGROUND_EXISTENCE_DEFAULT
final public static boolean LEGEND_BACKGROUND_EXISTENCE_DEFAULT(Code)
The default is false.



LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_EXISTENCE_DEFAULT
final public static boolean LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_EXISTENCE_DEFAULT(Code)
The default is true.



LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
final public static int LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_THICKNESS_MODEL_DEFAULT(Code)
The default is 3.



LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_EXISTENCE_DEFAULT
final public static boolean LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_EXISTENCE_DEFAULT(Code)
The default is true.



LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
final public static int LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_THICKNESS_MODEL_DEFAULT(Code)
The default is 5.



LEGEND_BORDER_COLOR_DEFAULT
final public static Color LEGEND_BORDER_COLOR_DEFAULT(Code)
The default is Color.gray.



LEGEND_BORDER_EXISTENCE_DEFAULT
final public static boolean LEGEND_BORDER_EXISTENCE_DEFAULT(Code)
The default is true.



LEGEND_BORDER_THICKNESS_MODEL_DEFAULT
final public static int LEGEND_BORDER_THICKNESS_MODEL_DEFAULT(Code)
The default is 2.



LEGEND_BULLETS_OUTLINE_COLOR_DEFAULT
final public static Color LEGEND_BULLETS_OUTLINE_COLOR_DEFAULT(Code)
The default is Color.black.



LEGEND_BULLETS_OUTLINE_EXISTENCE_DEFAULT
final public static boolean LEGEND_BULLETS_OUTLINE_EXISTENCE_DEFAULT(Code)
The default is true.



LEGEND_BULLETS_SIZE_MODEL_DEFAULT
final public static Dimension LEGEND_BULLETS_SIZE_MODEL_DEFAULT(Code)
The default is the Dimension (9, 9).



LEGEND_EXISTENCE_DEFAULT
final public static boolean LEGEND_EXISTENCE_DEFAULT(Code)
The default is true.



LEGEND_GAP_EXISTENCE_DEFAULT
final public static boolean LEGEND_GAP_EXISTENCE_DEFAULT(Code)
The default is true.



LEGEND_GAP_THICKNESS_MODEL_DEFAULT
final public static int LEGEND_GAP_THICKNESS_MODEL_DEFAULT(Code)
The default is 3.



LEGEND_LABELS_FONT_COLOR_DEFAULT
final public static Color LEGEND_LABELS_FONT_COLOR_DEFAULT(Code)
The default is Color.black.



LEGEND_LABELS_FONT_NAME_DEFAULT
final public static String LEGEND_LABELS_FONT_NAME_DEFAULT(Code)
The default is "SansSerif".



LEGEND_LABELS_FONT_POINT_MODEL_DEFAULT
final public static int LEGEND_LABELS_FONT_POINT_MODEL_DEFAULT(Code)
The default is 11.



LEGEND_LABELS_FONT_STYLE_DEFAULT
final public static int LEGEND_LABELS_FONT_STYLE_DEFAULT(Code)
The default is Font.PLAIN.



LEGEND_LABELS_TEXTS_DEFAULT
final public static String[] LEGEND_LABELS_TEXTS_DEFAULT(Code)
The default is String[0].




Constructor Detail
LegendProperties
public LegendProperties()(Code)
Creates a LegendProperties object with the documented default values.



LegendProperties
public LegendProperties(LegendProperties legendProps)(Code)
Creates a LegendProperties object with property values copied from another object. The copying is a deep copy.
Parameters:
  legendProps - The properties to copy.




Method Detail
addChart2D
final void addChart2D(Chart2D chart2D)(Code)
Adds a Chart2D to the set of objects using these properties.
Parameters:
  chart2D - The Object2D to add.



getChart2DNeedsUpdate
final boolean getChart2DNeedsUpdate(Chart2D chart2D)(Code)
Gets whether this object needs to be updated with new properties.
Parameters:
  chart2D - The object that may need to be updated. If true then needs update.



getLegendBackgroundColor
final public Color getLegendBackgroundColor()(Code)
Gets the color of the legend's background. Color The color of the legend's background.



getLegendBackgroundExistence
final public boolean getLegendBackgroundExistence()(Code)
Gets whether the legend will have a painted background or not. If not whatever is behind the legend will show through the spaces of the legend. boolean If true, the background of the legend will be painted.



getLegendBetweenLabelsAndBulletsGapExistence
final public boolean getLegendBetweenLabelsAndBulletsGapExistence()(Code)
Gets whether the gap between the legend's bullets and labels exists in their horizontal placement. boolean If true, a gap exists.



getLegendBetweenLabelsAndBulletsGapThicknessModel
final public int getLegendBetweenLabelsAndBulletsGapThicknessModel()(Code)
Gets the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size. int The model thickness of teh gap.



getLegendBetweenLabelsOrBulletsGapExistence
final public boolean getLegendBetweenLabelsOrBulletsGapExistence()(Code)
Gets whether a gap between the legend's bullets or labels exists in their vertical placement. boolean If true, a gap exists.



getLegendBetweenLabelsOrBulletsGapThicknessModel
final public int getLegendBetweenLabelsOrBulletsGapThicknessModel()(Code)
Gets the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size. int The model thickness of the gap.



getLegendBorderColor
final public Color getLegendBorderColor()(Code)
Gets the color of the border around the legend. Color The color of the legend's border.



getLegendBorderExistence
final public boolean getLegendBorderExistence()(Code)
Gets whether there will exist a border around the legend. boolean If true, there will be a border around the legend.



getLegendBorderThicknessModel
final public int getLegendBorderThicknessModel()(Code)
Gets the thickness of the border around the legend for the chart's model size. int The model thicknes for the chart.



getLegendBulletsOutlineColor
final public Color getLegendBulletsOutlineColor()(Code)
Gets the color of the legend's bullets outline. Color The color of the legend's bullets outline.



getLegendBulletsOutlineExistence
final public boolean getLegendBulletsOutlineExistence()(Code)
Gets whether a thin line is painted around the legend's bullets. boolean If true, the legend's bullets will be outlined.



getLegendBulletsSizeModel
final public Dimension getLegendBulletsSizeModel()(Code)
Gets the size of the legend's bullets for the chart's model size. Dimension The size of the legend's bullets.



getLegendExistence
final public boolean getLegendExistence()(Code)
Gets whether there will exist a legend on the chart. boolean If true, there will be a legend for the chart.



getLegendGapExistence
final public boolean getLegendGapExistence()(Code)
Gets whether a gap between the legend's border or edge and the legend's inner components exists. boolean If true, then a gap exists.



getLegendGapThicknessModel
final public int getLegendGapThicknessModel()(Code)
Gets the thickness of the legend's gap for the chart's model size. int The model thickness of the legend's gap.



getLegendLabelsFontColor
final public Color getLegendLabelsFontColor()(Code)
Gets the color of the font of the legend's labels. Color The color of the font of the legend's labels.



getLegendLabelsFontName
final public String getLegendLabelsFontName()(Code)
Gets name of the font of the legend's labels. Accepts all values accepted by java.awt.Font. String The name of the font for the legend's labels.



getLegendLabelsFontPointModel
final public int getLegendLabelsFontPointModel()(Code)
Gets the point of the font of the legend's labels for the chart's model size. int The model font point of the legend's labels.



getLegendLabelsFontStyle
final public int getLegendLabelsFontStyle()(Code)
Gets the style of the font of the legend's labels. Accepts all values that java.awt.Font accepts. int The style of the font of the legend's labels.



getLegendLabelsTexts
final public String[] getLegendLabelsTexts()(Code)
Gets the texts of the legend labels. The number of texts must be equal to the total number of data sets of this chart. String[] The texts for the legend labels.



removeChart2D
final void removeChart2D(Chart2D chart2D)(Code)
Removes a Chart2D from the set of objects using these properties.
Parameters:
  chart2D - The Object2D to add.



setLegendBackgroundColor
final public void setLegendBackgroundColor(Color color)(Code)
Sets the color of the legend's background.
Parameters:
  color - The color of the legend's background.



setLegendBackgroundExistence
final public void setLegendBackgroundExistence(boolean existence)(Code)
Sets whether the legend will have a painted background or not. If not whatever is behind the legend will show through the spaces of the legend.
Parameters:
  existence - If true, the background of the legend will be painted.



setLegendBetweenLabelsAndBulletsGapExistence
final public void setLegendBetweenLabelsAndBulletsGapExistence(boolean existence)(Code)
Sets whether the gap between the legend's bullets and labels exists in their horizontal placement.
Parameters:
  existence - If true, a gap exists.



setLegendBetweenLabelsAndBulletsGapThicknessModel
final public void setLegendBetweenLabelsAndBulletsGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size.
Parameters:
  thickness - The model thickness of teh gap.



setLegendBetweenLabelsOrBulletsGapExistence
final public void setLegendBetweenLabelsOrBulletsGapExistence(boolean existence)(Code)
Sets whether a gap between the legend's bullets or labels exists in their vertical placement.
Parameters:
  existence - If true, a gap exists.



setLegendBetweenLabelsOrBulletsGapThicknessModel
final public void setLegendBetweenLabelsOrBulletsGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size.
Parameters:
  thickness - The model thickness of the gap.



setLegendBorderColor
final public void setLegendBorderColor(Color color)(Code)
Sets the color of the border around the legend.
Parameters:
  color - The color of the legend's border.



setLegendBorderExistence
final public void setLegendBorderExistence(boolean existence)(Code)
Sets whether there will exist a border around the legend.
Parameters:
  existence - If true, there will be a border around the legend.



setLegendBorderThicknessModel
final public void setLegendBorderThicknessModel(int thickness)(Code)
Sets the thickness of the border around the legend for the chart's model size.
Parameters:
  thickness - The model thicknes for the chart.



setLegendBulletsOutlineColor
final public void setLegendBulletsOutlineColor(Color color)(Code)
Sets the color of the legend's bullets outline.
Parameters:
  color - The color of the legend's bullets outline.



setLegendBulletsOutlineExistence
final public void setLegendBulletsOutlineExistence(boolean existence)(Code)
Sets whether a thin line is painted around the legend's bullets.
Parameters:
  existence - If true, the legend's bullets will be outlined.



setLegendBulletsSizeModel
final public void setLegendBulletsSizeModel(Dimension size)(Code)
Sets the size of the legend's bullets for the chart's model size.
Parameters:
  size - The size of the legend's bullets.



setLegendExistence
final public void setLegendExistence(boolean existence)(Code)
Sets whether there will exist a legend on the chart.
Parameters:
  existence - If true, there will be a legend for the chart.



setLegendGapExistence
final public void setLegendGapExistence(boolean existence)(Code)
Sets whether a gap between the legend's border or edge and the legend's inner components exists.
Parameters:
  existence - If true, then a gap exists.



setLegendGapThicknessModel
final public void setLegendGapThicknessModel(int thickness)(Code)
Sets the thickness of the legend's gap for the chart's model size.
Parameters:
  thickness - The model thickness of the legend's gap.



setLegendLabelsFontColor
final public void setLegendLabelsFontColor(Color color)(Code)
Sets the color of the font of the legend's labels.
Parameters:
  color - The color of the font of the legend's labels.



setLegendLabelsFontName
final public void setLegendLabelsFontName(String name)(Code)
Sets name of the font of the legend's labels. Accepts all values accepted by java.awt.Font.
Parameters:
  name - The name of the font for the legend's labels.



setLegendLabelsFontPointModel
final public void setLegendLabelsFontPointModel(int point)(Code)
Sets the point of the font of the legend's labels for the chart's model size.
Parameters:
  point - The model font point of the legend's labels.



setLegendLabelsFontStyle
final public void setLegendLabelsFontStyle(int style)(Code)
Sets the style of the font of the legend's labels. Accepts all values that java.awt.Font accepts.
Parameters:
  style - The style of the font of the legend's labels.



setLegendLabelsTexts
final public void setLegendLabelsTexts(String[] texts)(Code)
Sets the texts of the legend labels. The number of texts must be equal to the total number of data sets of this chart.
Parameters:
  texts - The texts for the legend labels.



setLegendProperties
final public void setLegendProperties(LegendProperties legendProps)(Code)
Sets all properties to be the values of another LegendProperties object. The copying is a deep copy.
Parameters:
  legendProps - The properties to copy.



setLegendPropertiesToDefaults
final public void setLegendPropertiesToDefaults()(Code)
Sets all properties to their default values.



updateChart2D
final void updateChart2D(Chart2D chart2D)(Code)
Updates the properties of this Chart2D.
Parameters:
  chart2D - The object to update.



validate
final boolean validate(boolean debug)(Code)
Validates the properties of this object. If debug is true then prints a messages indicating whether each property is valid. Returns true if all the properties were valid and false otherwise.
Parameters:
  debug - If true then will print status messages. If true then valid.



Methods inherited from net.sourceforge.chart2d.Properties
final public synchronized boolean isFontNameExists(String name)(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.