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 GraphTitle

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

public class GraphTitle
extends java.lang.Object

Specifies the characteristics and text of the title for the graph.

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

Constructor Summary
GraphTitle()
           
 
Method Summary
 java.lang.String getHorizontalAlignment()
          Retrieves the horizontal positioning of the graph's subtitle.
 java.lang.String getText()
          Retrieves the text of the title of the graph.
 boolean isRendered()
          Retrieves whether the title is visible.
 void setHorizontalAlignment(java.lang.String horizontalAlignment)
          Specifies the horizontal positioning of the graph's subtitle.
 void setRendered(boolean rendered)
          Specifies whether the title is visible.
 void setText(java.lang.String text)
          Specifies the text of the title of the graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTitle

public GraphTitle()
Method Detail

setText

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

Parameters:
text - the text of the title of the graph

getText

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

Returns:
the text of the title of the graph

setRendered

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

Parameters:
rendered - true if the title is visible, falseotherwise

isRendered

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

Returns:
true if the title is visible, falseotherwise

setHorizontalAlignment

public void setHorizontalAlignment(java.lang.String horizontalAlignment)
Specifies the horizontal positioning of the graph's subtitle. Valid values are:

Parameters:
horizontalAlignment - the horizontal positioning of the graph's subtitle

getHorizontalAlignment

public java.lang.String getHorizontalAlignment()
Retrieves the horizontal positioning of the graph's subtitle. Valid values are:

Returns:
the horizontal positioning of the graph's subtitle

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.