com.davisor.graphics.chart
Class ChartAttributesFactory

java.lang.Object
  extended bycom.davisor.graphics.chart.ChartAttributesFactory

public class ChartAttributesFactory
extends java.lang.Object

ChartAttributesFactory is used to create objects that implement ChartAttributes interface.

See Also:
ChartAttributes, ChartObjectAttributes

Field Summary
protected static ChartAttributesFactory singletonInstance
          Only instance of this class
 
Constructor Summary
protected ChartAttributesFactory()
          Protected constructor, instances can be created only by createInstance method.
 
Method Summary
 ChartObjectAttributes createChartObjectAttributes()
          Returns a new instance of ChartObjectAttributes.
static ChartAttributesFactory getInstance()
          Returns instance of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singletonInstance

protected static ChartAttributesFactory singletonInstance
Only instance of this class

Constructor Detail

ChartAttributesFactory

protected ChartAttributesFactory()
Protected constructor, instances can be created only by createInstance method.

Method Detail

createChartObjectAttributes

public ChartObjectAttributes createChartObjectAttributes()
Returns a new instance of ChartObjectAttributes.


getInstance

public static ChartAttributesFactory getInstance()
Returns instance of this object. There is only one instance per VM.



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.