|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.2.0) E18581-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adfdt.view.dvt.binding.pattern.graph.GraphSubtitle
public class GraphSubtitle
Specifies the characteristics and text of the subtitle for the graph.
| Constructor Summary | |
|---|---|
GraphSubtitle() |
|
| Method Summary | |
|---|---|
java.lang.String |
getHorizontalAlignment()Retrieves the horizontal positioning of the graph's subtitle. |
java.lang.String |
getText()Retrieves the text of the subtitle of the graph. |
boolean |
isRendered()Retrieves whether the subtitle is visible. |
void |
setHorizontalAlignment(java.lang.String horizontalAlignment)Specifies the horizontal positioning of the graph's subtitle. |
void |
setRendered(boolean rendered)Specifies whether the subtitle is visible. |
void |
setText(java.lang.String text)Specifies the text of the subtitle of the graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphSubtitle()
| Method Detail |
|---|
public void setText(java.lang.String text)
text - the text of the subtitle of the graphpublic java.lang.String getText()
public void setRendered(boolean rendered)
rendered - true if the subtitle is visible, false otherwisepublic boolean isRendered()
true if the subtitle is visible, false otherwisepublic void setHorizontalAlignment(java.lang.String horizontalAlignment)
horizontalAlignment - the horizontal positioning of the graph's subtitlepublic java.lang.String getHorizontalAlignment()
|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.2.0) E18581-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||