org.eclipse.birt.chart.script.api.attribute
Interface IText


public interface IText

Represents Text object in a Chart in the scripting environment


Method Summary
 IColor getColor()
          Gets the Color of Text
 IFont getFont()
          Gets the Font of Text
 java.lang.String getValue()
          Gets the string value of Text
 void setColor(IColor color)
          Sets the Color of Text
 void setFont(IFont font)
          Sets the Font of Text
 void setValue(java.lang.String value)
          Sets the string value of Text
 

Method Detail

getValue

public java.lang.String getValue()
Gets the string value of Text

Returns:
string value

setValue

public void setValue(java.lang.String value)
Sets the string value of Text

Parameters:
value - string value

getFont

public IFont getFont()
Gets the Font of Text

Returns:
Font

setFont

public void setFont(IFont font)
Sets the Font of Text

Parameters:
font - Font

getColor

public IColor getColor()
Gets the Color of Text

Returns:
Color of Text

setColor

public void setColor(IColor color)
Sets the Color of Text

Parameters:
color - Color of Text


Copyright © 2005-2007 Actuate Corp. All rights reserved.