Java Doc for GraphChart2DProperties.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.GraphChart2DProperties

GraphChart2DProperties
final public class GraphChart2DProperties extends Properties (Code)
A data structure for holding the properties common to all GraphChart2D objects. A GraphChart2D objects has axes and one or more overlaid graphs. Pass this to any number of GraphChart2D objects.


Field Summary
final public static  intBETWEEN
     Indicates the ticks of an axis should be centered between the labels of the axis.
final public static  intCENTERED
     Indicates the ticks of an axis should be centered on each label of the axis.
final public static  booleanCHART_DATASET_CUSTOMIZE_GREATEST_VALUE_DEFAULT
     The default is false.
final public static  booleanCHART_DATASET_CUSTOMIZE_LEAST_VALUE_DEFAULT
     The default is false.
final public static  floatCHART_DATASET_CUSTOM_GREATEST_VALUE_DEFAULT
     The default is 0.
final public static  floatCHART_DATASET_CUSTOM_LEAST_VALUE_DEFAULT
     The default is 0.
final public static  floatCHART_GRAPHABLE_TO_AVAILABLE_RATIO_DEFAULT
     The default is .95f.
final public static  booleanGRAPH_COMPONENTS_COLORING_BY_CAT_DEFAULT
     The default is false.
final public static  MultiColorsPropertiesGRAPH_COMPONENTS_COLORS_BY_CAT_DEFAULT
     The default is null.
final public static  booleanLABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intLABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  booleanLABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intLABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  booleanLABELS_AXIS_EXISTENCE_DEFAULT
     The default is true.
final public static  ColorLABELS_AXIS_LABELS_FONT_COLOR_DEFAULT
     The default is Color.black.
final public static  StringLABELS_AXIS_LABELS_FONT_NAME_DEFAULT
     The default is "SansSerif".
final public static  intLABELS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
     The default is 10.
final public static  intLABELS_AXIS_LABELS_FONT_STYLE_DEFAULT
     The default is Font.PLAIN.
final public static  String[]LABELS_AXIS_LABELS_TEXTS_DEFAULT
     The default is String[0].
final public static  intLABELS_AXIS_TICKS_ALIGNMENT_DEFAULT
     The default is BETWEEN.
final public static  ColorLABELS_AXIS_TICKS_COLOR_DEFAULT
     The default is Color.black.
final public static  booleanLABELS_AXIS_TICKS_EXISTENCE_DEFAULT
     The default is true.
final public static  ColorLABELS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT
     The default is Color.black.
final public static  booleanLABELS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT
     The default is false.
final public static  DimensionLABELS_AXIS_TICKS_SIZE_MODEL_DEFAULT
     The default is Dimension (3, 3).
final public static  booleanLABELS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intLABELS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  booleanLABELS_AXIS_TITLE_EXISTENCE_DEFAULT
     The default is true.
final public static  ColorLABELS_AXIS_TITLE_FONT_COLOR_DEFAULT
     The default is Color.black.
final public static  StringLABELS_AXIS_TITLE_FONT_NAME_DEFAULT
     The default is "SansSerif".
final public static  intLABELS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT
     The default is 11.
final public static  intLABELS_AXIS_TITLE_FONT_STYLE_DEFAULT
     The default is Font.PLAIN.
final public static  StringLABELS_AXIS_TITLE_TEXT_DEFAULT
     The default is "".
final public static  booleanNUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intNUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  booleanNUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intNUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  ColorNUMBERS_AXIS_LABELS_FONT_COLOR_DEFAULT
     The default is Color.black.
final public static  StringNUMBERS_AXIS_LABELS_FONT_NAME_DEFAULT
     The default is "SansSerif".
final public static  intNUMBERS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
     The default is 10.
final public static  intNUMBERS_AXIS_LABELS_FONT_STYLE_DEFAULT
     The default is Font.PLAIN.
final public static  intNUMBERS_AXIS_NUM_LABELS_DEFAULT
     The default is 7.
final public static  ColorNUMBERS_AXIS_TICKS_COLOR_DEFAULT
     The default is Color.black.
final public static  booleanNUMBERS_AXIS_TICKS_EXISTENCE_DEFAULT
     The default is true.
final public static  ColorNUMBERS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT
     The default is Color.black.
final public static  booleanNUMBERS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT
     The default is false.
final public static  DimensionNUMBERS_AXIS_TICKS_SIZE_MODEL_DEFAULT
     The default is Dimension (3, 3).
final public static  booleanNUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
     The default is true.
final public static  intNUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
     The default is 3.
final public static  booleanNUMBERS_AXIS_TITLE_EXISTENCE_DEFAULT
     The default is true.
final public static  ColorNUMBERS_AXIS_TITLE_FONT_COLOR_DEFAULT
     The default is Color.black.
final public static  StringNUMBERS_AXIS_TITLE_FONT_NAME_DEFAULT
     The default is "SansSerif".
final public static  intNUMBERS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT
     The default is 11.
final public static  intNUMBERS_AXIS_TITLE_FONT_STYLE_DEFAULT
     The default is Font.PLAIN.
final public static  StringNUMBERS_AXIS_TITLE_TEXT_DEFAULT
     The default is "".

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

Method Summary
final  voidaddGraphChart2D(GraphChart2D graphChart2D)
     Adds a GraphChart2D to the set of objects using these properties.
final public  floatgetChartDatasetCustomGreatestValue()
     Gets the custom greatest value of the data sets.
final public  floatgetChartDatasetCustomLeastValue()
     Gets the custom least value of the data sets.
final public  booleangetChartDatasetCustomizeGreatestValue()
     Gets whether the true greatest value in the data sets will be substituted by the custom value.
final public  booleangetChartDatasetCustomizeLeastValue()
     Gets whether the true least value in the data sets will be substituted by the custom value.
public  floatgetChartGraphableToAvailableRatio()
     Gets how much of the chart's graph is used by the graph's components.
final  booleangetGraphChart2DNeedsUpdate(GraphChart2D graphChart2D)
     Gets whether this object needs to be updated with new properties.
Parameters:
  graphChart2D - The object that may need to be updated.
final public  booleangetGraphComponentsColoringByCat()
     Gets whether the graph components have different colors across sets (or across cats).
final public  MultiColorsPropertiesgetGraphComponentsColorsByCat()
     Sets the color properties for the colors by cat coloring.
final public  booleangetLabelsAxisBetweenLabelsAndTicksGapExistence()
     Gets whether a gap between the labels and ticks exists, vertically.
final public  intgetLabelsAxisBetweenLabelsAndTicksGapThicknessModel()
     Gets the thickness of the gap between the labels and ticks, vertically, for the chart's model size.
final public  booleangetLabelsAxisBetweenLabelsOrTicksGapExistence()
     Gets whether a gap between the labels or ticks exists, horizontally.
final public  intgetLabelsAxisBetweenLabelsOrTicksGapThicknessModel()
     Gets the thickness of the gap between the labels or ticks, horizontally, for the chart's model size.
final public  booleangetLabelsAxisExistence()
     Gets the existence of the labels axis.
final public  ColorgetLabelsAxisLabelsFontColor()
     Gets the color of the font of the labels of the labels axis.
final public  StringgetLabelsAxisLabelsFontName()
     Gets the name of the font of the labels of the labels axis.
final public  intgetLabelsAxisLabelsFontPointModel()
     Gets the point of the font of the labels axis labels for the chart's model size.
final public  intgetLabelsAxisLabelsFontStyle()
     Gets the style of the font of the labels axis labels.
final public  String[]getLabelsAxisLabelsTexts()
     Gets the text of each labels axis label.
final public  intgetLabelsAxisTicksAlignment()
     Gets the placement of the ticks on the labels axis.
final public  ColorgetLabelsAxisTicksColor()
     Gets the color of the labels axis ticks.
final public  booleangetLabelsAxisTicksExistence()
     Gets whether there exists ticks along the labels axis.
final public  ColorgetLabelsAxisTicksOutlineColor()
     Gets the color of the thin line that outlines the labels axis ticks.
final public  booleangetLabelsAxisTicksOutlineExistence()
     Gets whether a thin line outlines the labels axis ticks.
final public  DimensiongetLabelsAxisTicksSizeModel()
     Gets the size of the labels axis ticks for the chart's model size.
final public  booleangetLabelsAxisTitleBetweenRestGapExistence()
     Gets whether the gap above the labels axis title exists.
final public  intgetLabelsAxisTitleBetweenRestGapThicknessModel()
     Gets the thickness of the gap above the labels axis title for the chart's model size.
final public  booleangetLabelsAxisTitleExistence()
     Gets whether the title of the labels axis exists.
final public  ColorgetLabelsAxisTitleFontColor()
     Gets the color of the font of the labels axis title.
final public  StringgetLabelsAxisTitleFontName()
     Gets the name of the font of the labels axis title.
final public  intgetLabelsAxisTitleFontPointModel()
     Gets the font point of the labels axis title for the chart's model size.
final public  intgetLabelsAxisTitleFontStyle()
     Gets the style of teh font of the labels axis title.
final public  StringgetLabelsAxisTitleText()
     Gets the text of the title of the labels axis.
final public  booleangetNumbersAxisBetweenLabelsAndTicksGapExistence()
     Gets whether a gap between the labels and ticks exists, horizontally.
final public  intgetNumbersAxisBetweenLabelsAndTicksGapThicknessModel()
     Gets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size.
final public  booleangetNumbersAxisBetweenLabelsOrTicksGapExistence()
     Gets whether a gap between the labels or ticks exists, vertically.
final public  intgetNumbersAxisBetweenLabelsOrTicksGapThicknessModel()
     Gets the thickness of the gap between the labels or ticks, vertically, for the chart's model size.
final public  ColorgetNumbersAxisLabelsFontColor()
     Gets the color of the font of the labels of the numbers axis.
final public  StringgetNumbersAxisLabelsFontName()
     Gets the name of the font of the labels of the numbers axis.
final public  intgetNumbersAxisLabelsFontPointModel()
     Gets the point of the font of the numbers axis labels for the chart's model size.
final public  intgetNumbersAxisLabelsFontStyle()
     Gets the style of the font of the numbers axis labels.
final public  intgetNumbersAxisNumLabels()
     Gets the number of labels in the numbers axis.
final public  ColorgetNumbersAxisTicksColor()
     Gets the color of the numbers axis ticks.
final public  booleangetNumbersAxisTicksExistence()
     Gets whether there exists ticks along the numbers axis.
final public  ColorgetNumbersAxisTicksOutlineColor()
     Gets the color of the thin line that outlines the numbers axis ticks.
final public  booleangetNumbersAxisTicksOutlineExistence()
     Gets whether a thin line outlines the numbers axis ticks.
final public  DimensiongetNumbersAxisTicksSizeModel()
     Gets the size of the numbers axis ticks for the chart's model size.
final public  booleangetNumbersAxisTitleBetweenRestGapExistence()
     Gets whether the gap right of the numbers axis title exists.
final public  intgetNumbersAxisTitleBetweenRestGapThicknessModel()
     Gets the thickness of the gap right of the numbers axis title for the chart's model size.
final public  booleangetNumbersAxisTitleExistence()
     Gets whether the title of the numbers axis exists.
final public  ColorgetNumbersAxisTitleFontColor()
     Gets the color of the font of the numbers axis title.
final public  StringgetNumbersAxisTitleFontName()
     Gets the name of the font of the numbers axis title.
final public  intgetNumbersAxisTitleFontPointModel()
     Gets the font point of the numbers axis title for the chart's model size.
final public  intgetNumbersAxisTitleFontStyle()
     Gets the style of teh font of the numbers axis title.
final public  StringgetNumbersAxisTitleText()
     Gets the text of the title of the numbers axis.
final  voidremoveGraphChart2D(GraphChart2D graphChart2D)
     Removes a GraphChart2D from the set of objects using these properties.
final public  voidsetChartDatasetCustomGreatestValue(float value)
     Sets the custom greatest value of the data sets.
final public  voidsetChartDatasetCustomLeastValue(float value)
     Sets the custom least value of the data sets.
final public  voidsetChartDatasetCustomizeGreatestValue(boolean customize)
     Sets whether the true greatest value in the data sets will be substituted by the custom value.
final public  voidsetChartDatasetCustomizeLeastValue(boolean customize)
     Sets whether the true least value in the data sets will be substituted by the custom value.
final public  voidsetChartGraphableToAvailableRatio(float ratio)
     Sets how much of the chart's graph is used by the graph's components.
final public  voidsetGraphChart2DProperties(GraphChart2DProperties graphChart2DProps)
     Sets all properties to be the values of another GraphChart2DProperties object.
final public  voidsetGraphChart2DPropertiesToDefaults()
     Sets all properties to their default values.
final public  voidsetGraphComponentsColoringByCat(boolean b)
     Sets whether the graph components have different colors across sets (or across cats).
final public  voidsetGraphComponentsColorsByCat(MultiColorsProperties props)
     Sets the color properties for the colors by cat coloring.
final public  voidsetLabelsAxisBetweenLabelsAndTicksGapExistence(boolean existence)
     Sets whether a gap between the labels and ticks exists, between.
final public  voidsetLabelsAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)
     Sets the thickness of the gap between the labels and ticks, between, for the chart's model size.
final public  voidsetLabelsAxisBetweenLabelsOrTicksGapExistence(boolean existence)
     Sets whether a gap between the labels or ticks exists, across.
final public  voidsetLabelsAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)
     Sets the thickness of the gap between the labels or ticks, across, for the chart's model size.
final public  voidsetLabelsAxisExistence(boolean existence)
     Sets the existence of the labels axis.
final public  voidsetLabelsAxisLabelsFontColor(Color color)
     Sets the color of the font of the labels of the labels axis.
final public  voidsetLabelsAxisLabelsFontName(String name)
     Sets the name of the font of the labels of the labels axis.
final public  voidsetLabelsAxisLabelsFontPointModel(int point)
     Sets the point of the font of the labels axis labels for the chart's model size.
final public  voidsetLabelsAxisLabelsFontStyle(int style)
     Sets the style of the font of the labels axis labels.
final public  voidsetLabelsAxisLabelsTexts(String[] texts)
     Sets the text of each labels axis label.
final public  voidsetLabelsAxisTicksAlignment(int alignment)
     Sets the placement of the ticks on the labels axis.
final public  voidsetLabelsAxisTicksColor(Color color)
     Sets the color of the labels axis ticks.
final public  voidsetLabelsAxisTicksExistence(boolean existence)
     Sets whether there exists ticks along the labels axis.
final public  voidsetLabelsAxisTicksOutlineColor(Color color)
     Sets the color of the thin line that outlines the labels axis ticks.
final public  voidsetLabelsAxisTicksOutlineExistence(boolean existence)
     Sets whether a thin line outlines the labels axis ticks.
final public  voidsetLabelsAxisTicksSizeModel(Dimension size)
     Sets the size of the labels axis ticks for the chart's model size.
final public  voidsetLabelsAxisTitleBetweenRestGapExistence(boolean existence)
     Sets whether the gap above the labels axis title exists.
final public  voidsetLabelsAxisTitleBetweenRestGapThicknessModel(int thickness)
     Sets the thickness of the gap above the labels axis title for the chart's model size.
final public  voidsetLabelsAxisTitleExistence(boolean existence)
     Sets whether the title of the labels axis exists.
final public  voidsetLabelsAxisTitleFontColor(Color color)
     Sets the color of the font of the labels axis title.
final public  voidsetLabelsAxisTitleFontName(String name)
     Sets the name of the font of the labels axis title.
final public  voidsetLabelsAxisTitleFontPointModel(int point)
     Sets the font point of the labels axis title for the chart's model size.
final public  voidsetLabelsAxisTitleFontStyle(int style)
     Sets the style of teh font of the labels axis title.
final public  voidsetLabelsAxisTitleText(String text)
     Sets the text of the title of the labels axis.
final public  voidsetNumbersAxisBetweenLabelsAndTicksGapExistence(boolean existence)
     Sets whether a gap between the labels and ticks exists, horizontally.
final public  voidsetNumbersAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)
     Sets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size.
final public  voidsetNumbersAxisBetweenLabelsOrTicksGapExistence(boolean existence)
     Sets whether a gap between the labels or ticks exists, vertically.
final public  voidsetNumbersAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)
     Sets the thickness of the gap between the labels or ticks, vertically, for the chart's model size.
final public  voidsetNumbersAxisLabelsFontColor(Color color)
     Sets the color of the font of the labels of the numbers axis.
final public  voidsetNumbersAxisLabelsFontName(String name)
     Sets the name of the font of the labels of the numbers axis.
final public  voidsetNumbersAxisLabelsFontPointModel(int point)
     Sets the point of the font of the numbers axis labels for the chart's model size.
final public  voidsetNumbersAxisLabelsFontStyle(int style)
     Sets the style of the font of the numbers axis labels.
final public  voidsetNumbersAxisNumLabels(int num)
     Sets the number of labels in the numbers axis.
final public  voidsetNumbersAxisTicksColor(Color color)
     Sets the color of the numbers axis ticks.
final public  voidsetNumbersAxisTicksExistence(boolean existence)
     Sets whether there exists ticks along the numbers axis.
final public  voidsetNumbersAxisTicksOutlineColor(Color color)
     Sets the color of the thin line that outlines the numbers axis ticks.
final public  voidsetNumbersAxisTicksOutlineExistence(boolean existence)
     Sets whether a thin line outlines the numbers axis ticks.
final public  voidsetNumbersAxisTicksSizeModel(Dimension size)
     Sets the size of the numbers axis ticks for the chart's model size.
final public  voidsetNumbersAxisTitleBetweenRestGapExistence(boolean existence)
     Sets whether the gap right of the numbers axis title exists.
final public  voidsetNumbersAxisTitleBetweenRestGapThicknessModel(int thickness)
     Sets the thickness of the gap right of the numbers axis title for the chart's model size.
final public  voidsetNumbersAxisTitleExistence(boolean existence)
     Sets whether the title of the numbers axis exists.
final public  voidsetNumbersAxisTitleFontColor(Color color)
     Sets the color of the font of the numbers axis title.
final public  voidsetNumbersAxisTitleFontName(String name)
     Sets the name of the font of the numbers axis title.
final public  voidsetNumbersAxisTitleFontPointModel(int point)
     Sets the font point of the numbers axis title for the chart's model size.
final public  voidsetNumbersAxisTitleFontStyle(int style)
     Sets the style of teh font of the numbers axis title.
final public  voidsetNumbersAxisTitleText(String text)
     Sets the text of the title of the numbers axis.
final  voidupdateGraphChart2D(GraphChart2D graphChart2D)
     Updates the properties of this GraphChart2D.
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
BETWEEN
final public static int BETWEEN(Code)
Indicates the ticks of an axis should be centered between the labels of the axis. Used by setLabelsAxisTicksAlignment (int).



CENTERED
final public static int CENTERED(Code)
Indicates the ticks of an axis should be centered on each label of the axis. Used by setLabelsAxisTicksAlignment (int).



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



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



CHART_DATASET_CUSTOM_GREATEST_VALUE_DEFAULT
final public static float CHART_DATASET_CUSTOM_GREATEST_VALUE_DEFAULT(Code)
The default is 0.



CHART_DATASET_CUSTOM_LEAST_VALUE_DEFAULT
final public static float CHART_DATASET_CUSTOM_LEAST_VALUE_DEFAULT(Code)
The default is 0.



CHART_GRAPHABLE_TO_AVAILABLE_RATIO_DEFAULT
final public static float CHART_GRAPHABLE_TO_AVAILABLE_RATIO_DEFAULT(Code)
The default is .95f.



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



GRAPH_COMPONENTS_COLORS_BY_CAT_DEFAULT
final public static MultiColorsProperties GRAPH_COMPONENTS_COLORS_BY_CAT_DEFAULT(Code)
The default is null.



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



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



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



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



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



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



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



LABELS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
final public static int LABELS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT(Code)
The default is 10.



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



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



LABELS_AXIS_TICKS_ALIGNMENT_DEFAULT
final public static int LABELS_AXIS_TICKS_ALIGNMENT_DEFAULT(Code)
The default is BETWEEN.



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



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



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



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



LABELS_AXIS_TICKS_SIZE_MODEL_DEFAULT
final public static Dimension LABELS_AXIS_TICKS_SIZE_MODEL_DEFAULT(Code)
The default is Dimension (3, 3).



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



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



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



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



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



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



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



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



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



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



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



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



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



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



NUMBERS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
final public static int NUMBERS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT(Code)
The default is 10.



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



NUMBERS_AXIS_NUM_LABELS_DEFAULT
final public static int NUMBERS_AXIS_NUM_LABELS_DEFAULT(Code)
The default is 7.



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



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



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



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



NUMBERS_AXIS_TICKS_SIZE_MODEL_DEFAULT
final public static Dimension NUMBERS_AXIS_TICKS_SIZE_MODEL_DEFAULT(Code)
The default is Dimension (3, 3).



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



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



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



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



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



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



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



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




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



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




Method Detail
addGraphChart2D
final void addGraphChart2D(GraphChart2D graphChart2D)(Code)
Adds a GraphChart2D to the set of objects using these properties.
Parameters:
  graphChart2D - The object to add.



getChartDatasetCustomGreatestValue
final public float getChartDatasetCustomGreatestValue()(Code)
Gets the custom greatest value of the data sets. This value must be greater than or equal to the true greatest value of the data sets for it to be used. This effects the scale of the labels of the numbers axis. float The custom greatest value of the data sets.



getChartDatasetCustomLeastValue
final public float getChartDatasetCustomLeastValue()(Code)
Gets the custom least value of the data sets. This value must be less than or equal to the true least value of the data sets for it to be used. This effects the scale of the labels of the numbers axis. float The custom least value of the data sets.



getChartDatasetCustomizeGreatestValue
final public boolean getChartDatasetCustomizeGreatestValue()(Code)
Gets whether the true greatest value in the data sets will be substituted by the custom value. This effects the range of the labels of the numbers axis. boolean If true, the greatest value of the data will becustomized.



getChartDatasetCustomizeLeastValue
final public boolean getChartDatasetCustomizeLeastValue()(Code)
Gets whether the true least value in the data sets will be substituted by the custom value. This effects the range of the labels of the numbers axis. boolean If true, the least value of the data will becustomized.



getChartGraphableToAvailableRatio
public float getChartGraphableToAvailableRatio()(Code)
Gets how much of the chart's graph is used by the graph's components. This value must be: 0f <= value <= 1f. This effects the scale of the labels of the numbers axis. float The ratio of usable to available of the graph.



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



getGraphComponentsColoringByCat
final public boolean getGraphComponentsColoringByCat()(Code)
Gets whether the graph components have different colors across sets (or across cats). If true, then colors across sets.



getGraphComponentsColorsByCat
final public MultiColorsProperties getGraphComponentsColorsByCat()(Code)
Sets the color properties for the colors by cat coloring. The properties of the colors by cat coloring.



getLabelsAxisBetweenLabelsAndTicksGapExistence
final public boolean getLabelsAxisBetweenLabelsAndTicksGapExistence()(Code)
Gets whether a gap between the labels and ticks exists, vertically. boolean If true, the gap exists.



getLabelsAxisBetweenLabelsAndTicksGapThicknessModel
final public int getLabelsAxisBetweenLabelsAndTicksGapThicknessModel()(Code)
Gets the thickness of the gap between the labels and ticks, vertically, for the chart's model size. int The model thickness of the gap.



getLabelsAxisBetweenLabelsOrTicksGapExistence
final public boolean getLabelsAxisBetweenLabelsOrTicksGapExistence()(Code)
Gets whether a gap between the labels or ticks exists, horizontally. The gap will be applied to whichever are naturally closer. boolean If true, the gap exists.



getLabelsAxisBetweenLabelsOrTicksGapThicknessModel
final public int getLabelsAxisBetweenLabelsOrTicksGapThicknessModel()(Code)
Gets the thickness of the gap between the labels or ticks, horizontally, for the chart's model size. The gap will be applied to whichever are naturally closer. int The model thickness of the gap.



getLabelsAxisExistence
final public boolean getLabelsAxisExistence()(Code)
Gets the existence of the labels axis. If existence is false, then the labels axis won't be painted and the axis' texts won't need to be set. If true, then exists.



getLabelsAxisLabelsFontColor
final public Color getLabelsAxisLabelsFontColor()(Code)
Gets the color of the font of the labels of the labels axis. Color The color of the font.



getLabelsAxisLabelsFontName
final public String getLabelsAxisLabelsFontName()(Code)
Gets the name of the font of the labels of the labels axis. Accepts standard font names. String The name of the font.



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



getLabelsAxisLabelsFontStyle
final public int getLabelsAxisLabelsFontStyle()(Code)
Gets the style of the font of the labels axis labels. Accepts standard font styles. int The style of the font.



getLabelsAxisLabelsTexts
final public String[] getLabelsAxisLabelsTexts()(Code)
Gets the text of each labels axis label. This determines how many categories the data in the data sets are split into. String[] The texts of the labels axis labels.



getLabelsAxisTicksAlignment
final public int getLabelsAxisTicksAlignment()(Code)
Gets the placement of the ticks on the labels axis. The ticks may be either between the labels axis labels (ie for bar charts) or centered on each labels axis label (ie for other charts). The possible values are BETWEEN and CENTERED. int The alignment of the labels axis ticks.



getLabelsAxisTicksColor
final public Color getLabelsAxisTicksColor()(Code)
Gets the color of the labels axis ticks. Color The color of the labels axis ticks.



getLabelsAxisTicksExistence
final public boolean getLabelsAxisTicksExistence()(Code)
Gets whether there exists ticks along the labels axis. If true, then they exist.



getLabelsAxisTicksOutlineColor
final public Color getLabelsAxisTicksOutlineColor()(Code)
Gets the color of the thin line that outlines the labels axis ticks. Color The color of the line that outliens the labels axis ticks.



getLabelsAxisTicksOutlineExistence
final public boolean getLabelsAxisTicksOutlineExistence()(Code)
Gets whether a thin line outlines the labels axis ticks. boolean If true, then a thin outline exists.



getLabelsAxisTicksSizeModel
final public Dimension getLabelsAxisTicksSizeModel()(Code)
Gets the size of the labels axis ticks for the chart's model size. Dimension The model size of the labels axis ticks.



getLabelsAxisTitleBetweenRestGapExistence
final public boolean getLabelsAxisTitleBetweenRestGapExistence()(Code)
Gets whether the gap above the labels axis title exists. boolean If true, the gap exists.



getLabelsAxisTitleBetweenRestGapThicknessModel
final public int getLabelsAxisTitleBetweenRestGapThicknessModel()(Code)
Gets the thickness of the gap above the labels axis title for the chart's model size. int The model thickness of the gap.



getLabelsAxisTitleExistence
final public boolean getLabelsAxisTitleExistence()(Code)
Gets whether the title of the labels axis exists. boolean If true, the title exists.



getLabelsAxisTitleFontColor
final public Color getLabelsAxisTitleFontColor()(Code)
Gets the color of the font of the labels axis title. Color The color of the font of the labels axis title.



getLabelsAxisTitleFontName
final public String getLabelsAxisTitleFontName()(Code)
Gets the name of the font of the labels axis title. Accepts standard font names. String The name of the font of the labels axis title.



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



getLabelsAxisTitleFontStyle
final public int getLabelsAxisTitleFontStyle()(Code)
Gets the style of teh font of the labels axis title. Accepts standard values for font styles. int The style of the font of the labels axis title.



getLabelsAxisTitleText
final public String getLabelsAxisTitleText()(Code)
Gets the text of the title of the labels axis. String The title of the labels axis.



getNumbersAxisBetweenLabelsAndTicksGapExistence
final public boolean getNumbersAxisBetweenLabelsAndTicksGapExistence()(Code)
Gets whether a gap between the labels and ticks exists, horizontally. boolean If true, the gap exists.



getNumbersAxisBetweenLabelsAndTicksGapThicknessModel
final public int getNumbersAxisBetweenLabelsAndTicksGapThicknessModel()(Code)
Gets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size. int The model thickness of the gap.



getNumbersAxisBetweenLabelsOrTicksGapExistence
final public boolean getNumbersAxisBetweenLabelsOrTicksGapExistence()(Code)
Gets whether a gap between the labels or ticks exists, vertically. The gap will be applied to whichever are naturally closer. boolean If true, the gap exists.



getNumbersAxisBetweenLabelsOrTicksGapThicknessModel
final public int getNumbersAxisBetweenLabelsOrTicksGapThicknessModel()(Code)
Gets the thickness of the gap between the labels or ticks, vertically, for the chart's model size. The gap will be applied to whichever are naturally closer. int The model thickness of the gap.



getNumbersAxisLabelsFontColor
final public Color getNumbersAxisLabelsFontColor()(Code)
Gets the color of the font of the labels of the numbers axis. Color The color of the font.



getNumbersAxisLabelsFontName
final public String getNumbersAxisLabelsFontName()(Code)
Gets the name of the font of the labels of the numbers axis. Accepts standard font names. String The name of the font.



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



getNumbersAxisLabelsFontStyle
final public int getNumbersAxisLabelsFontStyle()(Code)
Gets the style of the font of the numbers axis labels. Accepts standard font styles. int The style of the font.



getNumbersAxisNumLabels
final public int getNumbersAxisNumLabels()(Code)
Gets the number of labels in the numbers axis. int The number of labels in the numbers axis.



getNumbersAxisTicksColor
final public Color getNumbersAxisTicksColor()(Code)
Gets the color of the numbers axis ticks. Color The color of the numbers axis ticks.



getNumbersAxisTicksExistence
final public boolean getNumbersAxisTicksExistence()(Code)
Gets whether there exists ticks along the numbers axis. If true, then they exist.



getNumbersAxisTicksOutlineColor
final public Color getNumbersAxisTicksOutlineColor()(Code)
Gets the color of the thin line that outlines the numbers axis ticks. Color The color of the thin line that outliens the numbers axisticks.



getNumbersAxisTicksOutlineExistence
final public boolean getNumbersAxisTicksOutlineExistence()(Code)
Gets whether a thin line outlines the numbers axis ticks. boolean If true, then a thin outline exists.



getNumbersAxisTicksSizeModel
final public Dimension getNumbersAxisTicksSizeModel()(Code)
Gets the size of the numbers axis ticks for the chart's model size. Dimension The model size of the numbers axis ticks.



getNumbersAxisTitleBetweenRestGapExistence
final public boolean getNumbersAxisTitleBetweenRestGapExistence()(Code)
Gets whether the gap right of the numbers axis title exists. boolean If true, the gap exists.



getNumbersAxisTitleBetweenRestGapThicknessModel
final public int getNumbersAxisTitleBetweenRestGapThicknessModel()(Code)
Gets the thickness of the gap right of the numbers axis title for the chart's model size. int The model thickness of the gap.



getNumbersAxisTitleExistence
final public boolean getNumbersAxisTitleExistence()(Code)
Gets whether the title of the numbers axis exists. boolean If true, the title exists.



getNumbersAxisTitleFontColor
final public Color getNumbersAxisTitleFontColor()(Code)
Gets the color of the font of the numbers axis title. Color The color of the font of the numbers axis title.



getNumbersAxisTitleFontName
final public String getNumbersAxisTitleFontName()(Code)
Gets the name of the font of the numbers axis title. Accepts standard font names. String The name of the font of the numbers axis title.



getNumbersAxisTitleFontPointModel
final public int getNumbersAxisTitleFontPointModel()(Code)
Gets the font point of the numbers axis title for the chart's model size. int The model font point of the numbers axis title.



getNumbersAxisTitleFontStyle
final public int getNumbersAxisTitleFontStyle()(Code)
Gets the style of teh font of the numbers axis title. Accepts standard values for font styles. int The style of the font of the numbers axis title.



getNumbersAxisTitleText
final public String getNumbersAxisTitleText()(Code)
Gets the text of the title of the numbers axis. String The title of the numbers axis.



removeGraphChart2D
final void removeGraphChart2D(GraphChart2D graphChart2D)(Code)
Removes a GraphChart2D from the set of objects using these properties.
Parameters:
  graphChart2D - The object to remove.



setChartDatasetCustomGreatestValue
final public void setChartDatasetCustomGreatestValue(float value)(Code)
Sets the custom greatest value of the data sets. This value must be greater than or equal to the true greatest value of the data sets for it to be used. This effects the scale of the labels of the numbers axis.
Parameters:
  value - The custom greatest value of the data sets.



setChartDatasetCustomLeastValue
final public void setChartDatasetCustomLeastValue(float value)(Code)
Sets the custom least value of the data sets. This value must be less than or equal to the true least value of the data sets for it to be used. This effects the scale of the labels of the numbers axis.
Parameters:
  value - The custom least value of the data sets.



setChartDatasetCustomizeGreatestValue
final public void setChartDatasetCustomizeGreatestValue(boolean customize)(Code)
Sets whether the true greatest value in the data sets will be substituted by the custom value. This effects the range of the labels of the numbers axis.
Parameters:
  customize - If true, the greatest value of the data will becustomized.



setChartDatasetCustomizeLeastValue
final public void setChartDatasetCustomizeLeastValue(boolean customize)(Code)
Sets whether the true least value in the data sets will be substituted by the custom value. This effects the range of the labels of the numbers axis.
Parameters:
  customize - If true, the least value of the data will becustomized.



setChartGraphableToAvailableRatio
final public void setChartGraphableToAvailableRatio(float ratio)(Code)
Sets how much of the chart's graph is used by the graph's components. This value must be: 0f <= value <= 1f. This effects the scale of the labels of the numbers axis.
Parameters:
  ratio - The ratio of usable to available of the graph.



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



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



setGraphComponentsColoringByCat
final public void setGraphComponentsColoringByCat(boolean b)(Code)
Sets whether the graph components have different colors across sets (or across cats).
Parameters:
  b - If true, then colors across sets.



setGraphComponentsColorsByCat
final public void setGraphComponentsColorsByCat(MultiColorsProperties props)(Code)
Sets the color properties for the colors by cat coloring.
Parameters:
  props - The properties of the colors by cat coloring.



setLabelsAxisBetweenLabelsAndTicksGapExistence
final public void setLabelsAxisBetweenLabelsAndTicksGapExistence(boolean existence)(Code)
Sets whether a gap between the labels and ticks exists, between.
Parameters:
  existence - If true, the gap exists.



setLabelsAxisBetweenLabelsAndTicksGapThicknessModel
final public void setLabelsAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap between the labels and ticks, between, for the chart's model size.
Parameters:
  thickness - The model thickness of the gap.



setLabelsAxisBetweenLabelsOrTicksGapExistence
final public void setLabelsAxisBetweenLabelsOrTicksGapExistence(boolean existence)(Code)
Sets whether a gap between the labels or ticks exists, across. The gap will be applied to whichever are naturally closer.
Parameters:
  existence - If true, the gap exists.



setLabelsAxisBetweenLabelsOrTicksGapThicknessModel
final public void setLabelsAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap between the labels or ticks, across, for the chart's model size. The gap will be applied to whichever are naturally closer.
Parameters:
  thicknss - The model thickness of the gap.



setLabelsAxisExistence
final public void setLabelsAxisExistence(boolean existence)(Code)
Sets the existence of the labels axis. If existence is false, then the labels axis won't be painted and the axis' texts won't need to be set.
Parameters:
  existence - If true, then exists.



setLabelsAxisLabelsFontColor
final public void setLabelsAxisLabelsFontColor(Color color)(Code)
Sets the color of the font of the labels of the labels axis.
Parameters:
  color - The color of the font.



setLabelsAxisLabelsFontName
final public void setLabelsAxisLabelsFontName(String name)(Code)
Sets the name of the font of the labels of the labels axis. Accepts standard font names.
Parameters:
  name - The name of the font.



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



setLabelsAxisLabelsFontStyle
final public void setLabelsAxisLabelsFontStyle(int style)(Code)
Sets the style of the font of the labels axis labels. Accepts standard font styles.
Parameters:
  style - The style of the font.



setLabelsAxisLabelsTexts
final public void setLabelsAxisLabelsTexts(String[] texts)(Code)
Sets the text of each labels axis label. This determines how many categories the data in the data sets are split into.
Parameters:
  texts - The texts of the labels axis labels.



setLabelsAxisTicksAlignment
final public void setLabelsAxisTicksAlignment(int alignment)(Code)
Sets the placement of the ticks on the labels axis. The ticks may be either between the labels axis labels (ie for bar charts) or centered on each labels axis label (ie for other charts). The possible values are BETWEEN and CENTERED.
Parameters:
  alignment - The alignment of the labels axis ticks.



setLabelsAxisTicksColor
final public void setLabelsAxisTicksColor(Color color)(Code)
Sets the color of the labels axis ticks.
Parameters:
  color - The color of the labels axis ticks.



setLabelsAxisTicksExistence
final public void setLabelsAxisTicksExistence(boolean existence)(Code)
Sets whether there exists ticks along the labels axis.
Parameters:
  existence - If true, then they exist.



setLabelsAxisTicksOutlineColor
final public void setLabelsAxisTicksOutlineColor(Color color)(Code)
Sets the color of the thin line that outlines the labels axis ticks.
Parameters:
  color - The color of the line that outlines the labels axis ticks.



setLabelsAxisTicksOutlineExistence
final public void setLabelsAxisTicksOutlineExistence(boolean existence)(Code)
Sets whether a thin line outlines the labels axis ticks.
Parameters:
  existence - If true, then a thin outline exists.



setLabelsAxisTicksSizeModel
final public void setLabelsAxisTicksSizeModel(Dimension size)(Code)
Sets the size of the labels axis ticks for the chart's model size.
Parameters:
  size - The model size of the labels axis ticks.



setLabelsAxisTitleBetweenRestGapExistence
final public void setLabelsAxisTitleBetweenRestGapExistence(boolean existence)(Code)
Sets whether the gap above the labels axis title exists.
Parameters:
  existence - If true, the gap exists.



setLabelsAxisTitleBetweenRestGapThicknessModel
final public void setLabelsAxisTitleBetweenRestGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap above the labels axis title for the chart's model size.
Parameters:
  thickness - The model thickness of the gap.



setLabelsAxisTitleExistence
final public void setLabelsAxisTitleExistence(boolean existence)(Code)
Sets whether the title of the labels axis exists.
Parameters:
  existence - If true, the title exists.



setLabelsAxisTitleFontColor
final public void setLabelsAxisTitleFontColor(Color color)(Code)
Sets the color of the font of the labels axis title.
Parameters:
  color - The color of the font of the labels axis title.



setLabelsAxisTitleFontName
final public void setLabelsAxisTitleFontName(String name)(Code)
Sets the name of the font of the labels axis title. Accepts standard font names.
Parameters:
  name - The name of the font of the labels axis title.



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



setLabelsAxisTitleFontStyle
final public void setLabelsAxisTitleFontStyle(int style)(Code)
Sets the style of teh font of the labels axis title. Accepts standard values for font styles.
Parameters:
  style - The style of the font of the labels axis title.



setLabelsAxisTitleText
final public void setLabelsAxisTitleText(String text)(Code)
Sets the text of the title of the labels axis.
Parameters:
  text - The title of the labels axis.



setNumbersAxisBetweenLabelsAndTicksGapExistence
final public void setNumbersAxisBetweenLabelsAndTicksGapExistence(boolean existence)(Code)
Sets whether a gap between the labels and ticks exists, horizontally.
Parameters:
  existence - If true, the gap exists.



setNumbersAxisBetweenLabelsAndTicksGapThicknessModel
final public void setNumbersAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size.
Parameters:
  thickness - The model thickness of the gap.



setNumbersAxisBetweenLabelsOrTicksGapExistence
final public void setNumbersAxisBetweenLabelsOrTicksGapExistence(boolean existence)(Code)
Sets whether a gap between the labels or ticks exists, vertically. The gap will be applied to whichever are naturally closer.
Parameters:
  existence - If true, the gap exists.



setNumbersAxisBetweenLabelsOrTicksGapThicknessModel
final public void setNumbersAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap between the labels or ticks, vertically, for the chart's model size. The gap will be applied to whichever are naturally closer.
Parameters:
  thicknss - The model thickness of the gap.



setNumbersAxisLabelsFontColor
final public void setNumbersAxisLabelsFontColor(Color color)(Code)
Sets the color of the font of the labels of the numbers axis.
Parameters:
  color - The color of the font.



setNumbersAxisLabelsFontName
final public void setNumbersAxisLabelsFontName(String name)(Code)
Sets the name of the font of the labels of the numbers axis. Accepts standard font names.
Parameters:
  name - The name of the font.



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



setNumbersAxisLabelsFontStyle
final public void setNumbersAxisLabelsFontStyle(int style)(Code)
Sets the style of the font of the numbers axis labels. Accepts standard font styles.
Parameters:
  style - The style of the font.



setNumbersAxisNumLabels
final public void setNumbersAxisNumLabels(int num)(Code)
Sets the number of labels in the numbers axis.
Parameters:
  num - The number of labels in the numbers axis.



setNumbersAxisTicksColor
final public void setNumbersAxisTicksColor(Color color)(Code)
Sets the color of the numbers axis ticks.
Parameters:
  color - The color of the numbers axis ticks.



setNumbersAxisTicksExistence
final public void setNumbersAxisTicksExistence(boolean existence)(Code)
Sets whether there exists ticks along the numbers axis.
Parameters:
  existence - If true, then they exist.



setNumbersAxisTicksOutlineColor
final public void setNumbersAxisTicksOutlineColor(Color color)(Code)
Sets the color of the thin line that outlines the numbers axis ticks.
Parameters:
  color - The color of the line that outliens the numbers axis ticks.



setNumbersAxisTicksOutlineExistence
final public void setNumbersAxisTicksOutlineExistence(boolean existence)(Code)
Sets whether a thin line outlines the numbers axis ticks.
Parameters:
  existence - If true, then a thin outline exists.



setNumbersAxisTicksSizeModel
final public void setNumbersAxisTicksSizeModel(Dimension size)(Code)
Sets the size of the numbers axis ticks for the chart's model size.
Parameters:
  size - The model size of the numbers axis ticks.



setNumbersAxisTitleBetweenRestGapExistence
final public void setNumbersAxisTitleBetweenRestGapExistence(boolean existence)(Code)
Sets whether the gap right of the numbers axis title exists.
Parameters:
  existence - If true, the gap exists.



setNumbersAxisTitleBetweenRestGapThicknessModel
final public void setNumbersAxisTitleBetweenRestGapThicknessModel(int thickness)(Code)
Sets the thickness of the gap right of the numbers axis title for the chart's model size.
Parameters:
  thickness - The model thickness of the gap.



setNumbersAxisTitleExistence
final public void setNumbersAxisTitleExistence(boolean existence)(Code)
Sets whether the title of the numbers axis exists.
Parameters:
  existence - If true, the title exists.



setNumbersAxisTitleFontColor
final public void setNumbersAxisTitleFontColor(Color color)(Code)
Sets the color of the font of the numbers axis title.
Parameters:
  color - The color of the font of the numbers axis title.



setNumbersAxisTitleFontName
final public void setNumbersAxisTitleFontName(String name)(Code)
Sets the name of the font of the numbers axis title. Accepts standard font names.
Parameters:
  name - The name of the font of the numbers axis title.



setNumbersAxisTitleFontPointModel
final public void setNumbersAxisTitleFontPointModel(int point)(Code)
Sets the font point of the numbers axis title for the chart's model size.
Parameters:
  point - The model font point of the numbers axis title.



setNumbersAxisTitleFontStyle
final public void setNumbersAxisTitleFontStyle(int style)(Code)
Sets the style of teh font of the numbers axis title. Accepts standard values for font styles.
Parameters:
  style - The style of the font of the numbers axis title.



setNumbersAxisTitleText
final public void setNumbersAxisTitleText(String text)(Code)
Sets the text of the title of the numbers axis.
Parameters:
  text - The title of the numbers axis.



updateGraphChart2D
final void updateGraphChart2D(GraphChart2D graphChart2D)(Code)
Updates the properties of this GraphChart2D.
Parameters:
  graphChart2D - The GraphChart2D 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.