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

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

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

public class GraphFootnote
extends java.lang.Object

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

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

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

Constructor Detail

GraphFootnote

public GraphFootnote()
Method Detail

setText

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

Parameters:
text - the text of the footnote of the graph

getText

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

Returns:
the text of the footnote of the graph

setRendered

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

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

isRendered

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

Returns:
true if the footnote is visible, false otherwise

setHorizontalAlignment

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

Parameters:
horizontalAlignment - the horizontal positioning of the footnote for the graph

getHorizontalAlignment

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

Returns:
the horizontal positioning of the footnote for the graph

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

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