Style Intelligence v12.0

inetsoft.graph
Class TitleSpec

java.lang.Object
  extended by inetsoft.graph.TitleSpec
All Implemented Interfaces:
Serializable, Cloneable

public class TitleSpec
extends Object
implements Cloneable, Serializable

This class contains the title text and formatting attributes.

See Also:
Serialized Form

Constructor Summary
TitleSpec()
          Create a title spec.
 
Method Summary
 String getLabel()
          Get the title label text.
 TextSpec getTextSpec()
          Get the title text attributes.
 void setLabel(String label)
          Set the title label text.
 void setTextSpec(TextSpec spec)
          Set the title text attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleSpec

public TitleSpec()
Create a title spec.

Method Detail

getLabel

public String getLabel()
Get the title label text.


setLabel

public void setLabel(String label)
Set the title label text.


getTextSpec

public TextSpec getTextSpec()
Get the title text attributes.


setTextSpec

public void setTextSpec(TextSpec spec)
Set the title text attributes.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.