com.linksoft.chart
Class Title

java.lang.Object
  extended bycom.linksoft.chart.ChartComponent
      extended bycom.linksoft.chart.Title

public class Title
extends ChartComponent

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
 ChartColor color
           
 ChartFont font
           
 java.lang.String text
           
 
Fields inherited from class com.linksoft.chart.ChartComponent
chart, height, width, x, y
 
Constructor Summary
Title(java.lang.String t)
           
 
Method Summary
 void draw(ChartGraphics g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public java.lang.String text

font

public ChartFont font

color

public ChartColor color
Constructor Detail

Title

public Title(java.lang.String t)
Method Detail

draw

public void draw(ChartGraphics g)