com::cosylab::gui::components::r2::chart::ChartProperties Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::ChartProperties:
Collaboration graph
[legend]

List of all members.

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

Constructor & Destructor Documentation

com::cosylab::gui::components::r2::chart::ChartProperties::ChartProperties (  )  [inline, private]

ChartProperties constructor comment.

References CHART_RESOURCES, and loadProperties().

Referenced by createChartProperties().


Member Function Documentation

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)

Returns:
com.cosylab.gui.chart.ChartProperties

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)

Returns:
com.cosylab.gui.chart.ChartProperties

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)

Returns:
boolean

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)

Returns:
boolean

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)

Returns:
boolean

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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
newDebugPerformance boolean

References debugPerformance.


Member Data Documentation

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().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2