Skip navigation links

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


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

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


public class Y2Title
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
Y2Title()
           

 

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

Y2Title

public Y2Title()

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

Skip navigation links

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


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