org.ascape.ant
Class ChartSeriesElement

java.lang.Object
  extended by org.ascape.ant.ChartSeriesElement
All Implemented Interfaces:
java.io.Serializable

public class ChartSeriesElement
extends java.lang.Object
implements java.io.Serializable

The Class ChartSeriesElement.

See Also:
Serialized Form

Constructor Summary
ChartSeriesElement()
           
 
Method Summary
 java.awt.Color getColor()
          Gets the color.
 java.lang.String getValueName()
          Gets the value name.
 void setColorHex(java.lang.String colorHexCode)
          Sets the color hex.
 void setColorName(java.lang.String colorName)
          Sets the color name.
 void setValueName(java.lang.String name)
          Sets the value name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartSeriesElement

public ChartSeriesElement()
Method Detail

getColor

public java.awt.Color getColor()
Gets the color.

Returns:
the color

setColorName

public void setColorName(java.lang.String colorName)
Sets the color name.

Parameters:
colorName - the new color name

setColorHex

public void setColorHex(java.lang.String colorHexCode)
Sets the color hex.

Parameters:
colorHexCode - the new color hex

getValueName

public java.lang.String getValueName()
Gets the value name.

Returns:
the value name

setValueName

public void setValueName(java.lang.String name)
Sets the value name.

Parameters:
name - the new value name


Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.