
Public Member Functions | |
| boolean | isDebugData () |
| boolean | isDebugGraphics () |
| boolean | isDebugPerformance () |
| void | loadProperties (java.util.Properties properties) |
| void | saveProperties (java.util.Properties properties) |
| void | setDebugData (boolean newDebugData) |
| void | setDebugGraphics (boolean newDebugGraphics) |
| void | setDebugPerformance (boolean newDebugPerformance) |
Static Public Member Functions | |
| static ChartProperties | getChartProperties () |
Static Public Attributes | |
| static final java.lang.String | DEBUG_PERFORMANCE = "cosylab.chart.debug.performance" |
| static final java.lang.String | DEBUG_DATA = "cosylab.chart.debug.data" |
| static final java.lang.String | DEBUG_GRAPHICS = "cosylab.chart.debug.graphics" |
| static final java.lang.String | CHART_RESOURCES = "chart_properties.data" |
Private Member Functions | |
| ChartProperties () | |
Static Private Member Functions | |
| static synchronized void | createChartProperties () |
Private Attributes | |
| boolean | debugData = false |
| boolean | debugGraphics = false |
| boolean | debugPerformance = false |
Static Private Attributes | |
| static ChartProperties | prop |
| com::cosylab::gui::components::r2::chart::ChartProperties::ChartProperties | ( | ) | [inline, private] |
ChartProperties constructor comment.
References CHART_RESOURCES, and loadProperties().
Referenced by createChartProperties().
| static synchronized void com::cosylab::gui::components::r2::chart::ChartProperties::createChartProperties | ( | ) | [inline, static, private] |
Insert the method's description here. Creation date: (24/12/01 16:49:35)
References ChartProperties(), and prop.
Referenced by getChartProperties().
| static ChartProperties com::cosylab::gui::components::r2::chart::ChartProperties::getChartProperties | ( | ) | [inline, static] |
Insert the method's description here. Creation date: (24/12/01 16:49:35)
References createChartProperties(), and prop.
| boolean com::cosylab::gui::components::r2::chart::ChartProperties::isDebugData | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 21:09:57)
References debugData.
| boolean com::cosylab::gui::components::r2::chart::ChartProperties::isDebugGraphics | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 21:10:49)
References debugGraphics.
| boolean com::cosylab::gui::components::r2::chart::ChartProperties::isDebugPerformance | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 21:11:09)
References debugPerformance.
| void com::cosylab::gui::components::r2::chart::ChartProperties::loadProperties | ( | java.util.Properties | properties | ) | [inline] |
Insert the method's description here. Creation date: (9.8.2002 21:01:23)
| properties | java.util.Properties |
References DEBUG_DATA, DEBUG_GRAPHICS, DEBUG_PERFORMANCE, debugData, debugGraphics, and debugPerformance.
Referenced by ChartProperties().
| void com::cosylab::gui::components::r2::chart::ChartProperties::saveProperties | ( | java.util.Properties | properties | ) | [inline] |
Insert the method's description here. Creation date: (9.8.2002 21:01:23)
| properties | java.util.Properties |
References DEBUG_DATA, DEBUG_GRAPHICS, DEBUG_PERFORMANCE, debugData, debugGraphics, and debugPerformance.
| void com::cosylab::gui::components::r2::chart::ChartProperties::setDebugData | ( | boolean | newDebugData | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 21:09:57)
| newDebugData | boolean |
References debugData.
| void com::cosylab::gui::components::r2::chart::ChartProperties::setDebugGraphics | ( | boolean | newDebugGraphics | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 21:10:49)
| newDebugGraphics | boolean |
References debugGraphics.
| void com::cosylab::gui::components::r2::chart::ChartProperties::setDebugPerformance | ( | boolean | newDebugPerformance | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 21:11:09)
| newDebugPerformance | boolean |
References debugPerformance.
final java.lang.String com::cosylab::gui::components::r2::chart::ChartProperties::CHART_RESOURCES = "chart_properties.data" [static] |
Referenced by ChartProperties().
final java.lang.String com::cosylab::gui::components::r2::chart::ChartProperties::DEBUG_DATA = "cosylab.chart.debug.data" [static] |
Referenced by loadProperties(), and saveProperties().
final java.lang.String com::cosylab::gui::components::r2::chart::ChartProperties::DEBUG_GRAPHICS = "cosylab.chart.debug.graphics" [static] |
Referenced by loadProperties(), and saveProperties().
final java.lang.String com::cosylab::gui::components::r2::chart::ChartProperties::DEBUG_PERFORMANCE = "cosylab.chart.debug.performance" [static] |
Referenced by loadProperties(), and saveProperties().
boolean com::cosylab::gui::components::r2::chart::ChartProperties::debugData = false [private] |
Referenced by isDebugData(), loadProperties(), saveProperties(), and setDebugData().
boolean com::cosylab::gui::components::r2::chart::ChartProperties::debugGraphics = false [private] |
Referenced by isDebugGraphics(), loadProperties(), saveProperties(), and setDebugGraphics().
boolean com::cosylab::gui::components::r2::chart::ChartProperties::debugPerformance = false [private] |
Referenced by isDebugPerformance(), loadProperties(), saveProperties(), and setDebugPerformance().
Referenced by createChartProperties(), and getChartProperties().
1.6.2