org.jcoderz.phoenix.chart2d
Interface Chart2DHandler

All Known Implementing Classes:
Chart2DHandlerImpl

public interface Chart2DHandler

Handler interface for the chart2d.dtd.

Author:
Netbeans code generator, Andreas Mandel

Method Summary
 void endCategory()
          A container element end event handling method.
 void endChart2D()
          A container element end event handling method.
 void endDataset()
          A container element end event handling method.
 void endGraphChart2DProperties()
          A container element end event handling method.
 void endGraphProperties()
          A container element end event handling method.
 void endLBChart2D()
          A container element end event handling method.
 void endLegendProperties()
          A container element end event handling method.
 void endLLChart2D()
          A container element end event handling method.
 void endMultiColorsProperties()
          A container element end event handling method.
 void endPieChart2D()
          A container element end event handling method.
 void endSet()
          A container element end event handling method.
 void handleAxisLabelText(String data, Attributes meta)
          A data element event handling method.
 void handleChart2DProperties(Attributes meta)
          An empty element event handling method.
 void handleColorsCustom(String data, Attributes meta)
          A data element event handling method.
 void handleData(String data, Attributes meta)
          A data element event handling method.
 void handleGraphLabelsLinesStyle(Attributes meta)
          An empty element event handling method.
 void handleGraphNumbersLinesStyle(Attributes meta)
          An empty element event handling method.
 void handleLegendLabelsTexts(String data, Attributes meta)
          A data element event handling method.
 void handleObject2DProperties(Attributes meta)
          An empty element event handling method.
 void handlePieChart2DProperties(Attributes meta)
          A container element start event handling method.
 void handleWarningRegionProperties(Attributes meta)
          An empty element event handling method.
 void startCategory(Attributes meta)
          A container element start event handling method.
 void startChart2D(Attributes meta)
          A container element start event handling method.
 void startDataset(Attributes meta)
          A container element start event handling method.
 void startGraphChart2DProperties(Attributes meta)
          A container element start event handling method.
 void startGraphProperties(Attributes meta)
          A container element start event handling method.
 void startLBChart2D(Attributes meta)
          A container element start event handling method.
 void startLegendProperties(Attributes meta)
          A container element start event handling method.
 void startLLChart2D(Attributes meta)
          A container element start event handling method.
 void startMultiColorsProperties(Attributes meta)
          A container element start event handling method.
 void startPieChart2D(Attributes meta)
          A container element start event handling method.
 void startSet(Attributes meta)
          A container element start event handling method.
 

Method Detail

handleGraphLabelsLinesStyle

void handleGraphLabelsLinesStyle(Attributes meta)
                                 throws SAXException
An empty element event handling method.

Parameters:
meta - value or null
Throws:
SAXException - in case of a parsing error.

startCategory

void startCategory(Attributes meta)
                   throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endCategory

void endCategory()
                 throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

startMultiColorsProperties

void startMultiColorsProperties(Attributes meta)
                                throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endMultiColorsProperties

void endMultiColorsProperties()
                              throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

startLBChart2D

void startLBChart2D(Attributes meta)
                    throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endLBChart2D

void endLBChart2D()
                  throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

handleLegendLabelsTexts

void handleLegendLabelsTexts(String data,
                             Attributes meta)
                             throws SAXException
A data element event handling method.

Parameters:
data - value or null
meta - attributes
Throws:
SAXException - in case of a parsing error.

startDataset

void startDataset(Attributes meta)
                  throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endDataset

void endDataset()
                throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

handlePieChart2DProperties

void handlePieChart2DProperties(Attributes meta)
                                throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

startGraphChart2DProperties

void startGraphChart2DProperties(Attributes meta)
                                 throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endGraphChart2DProperties

void endGraphChart2DProperties()
                               throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

handleAxisLabelText

void handleAxisLabelText(String data,
                         Attributes meta)
                         throws SAXException
A data element event handling method.

Parameters:
data - value or null
meta - attributes
Throws:
SAXException - in case of a parsing error.

startChart2D

void startChart2D(Attributes meta)
                  throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endChart2D

void endChart2D()
                throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

startLLChart2D

void startLLChart2D(Attributes meta)
                    throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endLLChart2D

void endLLChart2D()
                  throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

handleGraphNumbersLinesStyle

void handleGraphNumbersLinesStyle(Attributes meta)
                                  throws SAXException
An empty element event handling method.

Parameters:
meta - value or null
Throws:
SAXException - in case of a parsing error.

handleData

void handleData(String data,
                Attributes meta)
                throws SAXException
A data element event handling method.

Parameters:
data - value or null
meta - attributes
Throws:
SAXException - in case of a parsing error.

startPieChart2D

void startPieChart2D(Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endPieChart2D

void endPieChart2D()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

handleObject2DProperties

void handleObject2DProperties(Attributes meta)
                              throws SAXException
An empty element event handling method.

Parameters:
meta - value or null
Throws:
SAXException - in case of a parsing error.

handleWarningRegionProperties

void handleWarningRegionProperties(Attributes meta)
                                   throws SAXException
An empty element event handling method.

Parameters:
meta - value or null
Throws:
SAXException - in case of a parsing error.

handleChart2DProperties

void handleChart2DProperties(Attributes meta)
                             throws SAXException
An empty element event handling method.

Parameters:
meta - value or null
Throws:
SAXException - in case of a parsing error.

startSet

void startSet(Attributes meta)
              throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endSet

void endSet()
            throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

startGraphProperties

void startGraphProperties(Attributes meta)
                          throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endGraphProperties

void endGraphProperties()
                        throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.

handleColorsCustom

void handleColorsCustom(String data,
                        Attributes meta)
                        throws SAXException
A data element event handling method.

Parameters:
data - value or null
meta - attributes
Throws:
SAXException - in case of a parsing error.

startLegendProperties

void startLegendProperties(Attributes meta)
                           throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException - in case of a parsing error.

endLegendProperties

void endLegendProperties()
                         throws SAXException
A container element end event handling method.

Throws:
SAXException - in case of a parsing error.


Copyright 2007 The jCoderZ Project.