Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

oracle.adfdt.view.dvt.binding.pattern.graph
Class Y1Title

java.lang.Object
  extended by oracle.adfdt.view.dvt.binding.pattern.graph.Y1Title

public class Y1Title
extends java.lang.Object

Specifies the characteristics and text of the title on the y1-axis.

Since:
release specific (what release of product did this appear in)

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

Y1Title

public Y1Title()
Method Detail

setText

public void setText(java.lang.String text)
Specifies the text of the title.

Parameters:
text - the text of the title

getText

public java.lang.String getText()
Retrieves the text of the title.

Returns:
the text of the title

setRendered

public void setRendered(boolean rendered)
Specifies whether the title text is visible.

Parameters:
rendered - true if the title text is visible, false otherwise

isRendered

public boolean isRendered()
Retrieves whether the title text is visible.

Returns:
true if the title text is visible, false otherwise

setHorizontalAlignment

public void setHorizontalAlignment(java.lang.String horizontalAlignment)
Specifies the horizontal positioning of the title for the axis. Valid values are:

Parameters:
horizontalAlignment - the horizontal positioning of the title for the axis

getHorizontalAlignment

public java.lang.String getHorizontalAlignment()
Retrieves the horizontal positioning of the title for the axis. Valid values are:

Returns:
the horizontal positioning of the title for the axis

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

Copyright © 1997, 2011, Oracle. All rights reserved.