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 GraphSubtitle

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

public class GraphSubtitle
extends java.lang.Object

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

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

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

GraphSubtitle

public GraphSubtitle()
Method Detail

setText

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

Parameters:
text - the text of the subtitle of the graph

getText

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

Returns:
the text of the subtitle of the graph

setRendered

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

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

isRendered

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

Returns:
true if the subtitle is visible, false otherwise

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.