|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFBaseClass
netcharts.pro.charts.multipie.NFPieTitle
public class NFPieTitle
The NFPieTitle class describes the appearance of a pie title. Includes title text, style and background region attributes.
Constructor Summary | |
---|---|
NFPieTitle()
Constructs a pie title object with defaults |
|
NFPieTitle(java.lang.String text)
Constructs a pie title object with the specified text |
|
NFPieTitle(java.lang.String text,
NFModalLabel label)
Constructs a pie title object with the specified text and text style |
|
NFPieTitle(java.lang.String text,
NFModalLabel label,
NFRegion region)
Constructs a pie title object with the specified text, style and background region |
Method Summary | |
---|---|
java.lang.Object |
clone()
Does a deep copy of this title object |
NFModalLabel |
getLabel()
Get the pie title text style. |
NFRegion |
getRegion()
Get the pie title background region |
java.lang.String |
getText()
Get the pie title text. |
boolean |
getTextModified()
Returns whether the text has been modified. |
void |
setLabel(NFModalLabel label)
Set the pie title text style. |
void |
setRegion(NFRegion region)
Set the pie title background region |
void |
setText(java.lang.String text)
Set the pie title text. |
void |
setTextModified(boolean modified)
Sets whether the text has been modified. |
Methods inherited from class netcharts.pro.common.NFBaseClass |
---|
getModified, getUserObject, setModified, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NFPieTitle()
public NFPieTitle(java.lang.String text)
text
- title textpublic NFPieTitle(java.lang.String text, NFModalLabel label)
text
- title textlabel
- title text stylepublic NFPieTitle(java.lang.String text, NFModalLabel label, NFRegion region)
text
- title textlabel
- title text styleregion
- title background regionMethod Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String text)
text
- pie title textpublic boolean getTextModified()
true
if the text has been modified, false
otherwise.public void setTextModified(boolean modified)
modified
- true
if the text has been modified, false
otherwise.public void setLabel(NFModalLabel label)
label
- title text stylepublic NFModalLabel getLabel()
public void setRegion(NFRegion region)
region
- pie title background regionpublic NFRegion getRegion()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class NFBaseClass
java.lang.CloneNotSupportedException
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |