lt.monarch.chart.engine
Class SimpleChartObjectsMap.TaggedChartObjectImpl

java.lang.Object
  extended by lt.monarch.chart.engine.SimpleChartObjectsMap.TaggedChartObjectImpl
All Implemented Interfaces:
ChartObjectsMap.TaggedChartObject
Enclosing class:
SimpleChartObjectsMap

protected class SimpleChartObjectsMap.TaggedChartObjectImpl
extends java.lang.Object
implements ChartObjectsMap.TaggedChartObject

structure for chart object & paint tag


Constructor Summary
Constructor and Description
SimpleChartObjectsMap.TaggedChartObjectImpl(StyleEditorEntity chartObject, AbstractPaintTags paintTag)
          Simple constructor
 
Method Summary
Modifier and Type Method and Description
 StyleEditorEntity getChartObject()
           
 java.lang.String getDescription()
           
 java.lang.String getDescription(int index)
           
 AbstractPaintTags getPaintTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleChartObjectsMap.TaggedChartObjectImpl

public SimpleChartObjectsMap.TaggedChartObjectImpl(StyleEditorEntity chartObject,
                                                   AbstractPaintTags paintTag)
Simple constructor

Parameters:
chartObject -
paintTag -
Method Detail

getChartObject

public StyleEditorEntity getChartObject()
Specified by:
getChartObject in interface ChartObjectsMap.TaggedChartObject

getPaintTag

public AbstractPaintTags getPaintTag()
Specified by:
getPaintTag in interface ChartObjectsMap.TaggedChartObject

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ChartObjectsMap.TaggedChartObject
Returns:
information about chart object class, paint tag class ant tag itself

getDescription

public java.lang.String getDescription(int index)
Specified by:
getDescription in interface ChartObjectsMap.TaggedChartObject
Returns:
information about chart object class, paint tag class ant tag itself