|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfdt.view.dvt.binding.pattern.graph.Y1Title
public class Y1Title
Specifies the characteristics and text of the title on the y1-axis.
| Constructor Summary | |
|---|---|
Y1Title()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHorizontalAlignment()
Retrieves the horizontal positioning of the title for the axis. |
java.lang.String |
getText()
Retrieves the text of the title. |
boolean |
isRendered()
Retrieves whether the title text is visible. |
void |
setHorizontalAlignment(java.lang.String horizontalAlignment)
Specifies the horizontal positioning of the title for the axis. |
void |
setRendered(boolean rendered)
Specifies whether the title text is visible. |
void |
setText(java.lang.String text)
Specifies the text of the title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Y1Title()
| Method Detail |
|---|
public void setText(java.lang.String text)
text - the text of the titlepublic java.lang.String getText()
public void setRendered(boolean rendered)
rendered - true if the title text is visible, false otherwisepublic boolean isRendered()
true if the title text is visible, false otherwisepublic void setHorizontalAlignment(java.lang.String horizontalAlignment)
horizontalAlignment - the horizontal positioning of the title for the axispublic 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.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||