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 LegendTitle

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

public class LegendTitle
extends java.lang.Object

Specifies the characteristics and text of the title used in the graph's legend.

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

Constructor Summary
LegendTitle()
           
 
Method Summary
 java.lang.String getHorizontalAlignment()
          Retrieves where to position the legend title.
 java.lang.String getText()
          Retrieves text for the legend title.
 boolean isRendered()
          Retrieves whether text is to be visible.
 void setHorizontalAlignment(java.lang.String horizontalAlignment)
          Specifies where to position the legend title.
 void setRendered(boolean rendered)
          Specifies whether text is to be visible.
 void setText(java.lang.String text)
          Specifies text for the legend title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendTitle

public LegendTitle()
Method Detail

setText

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

Parameters:
text - the text for the legend title

getText

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

Returns:
the text for the legend title

setRendered

public void setRendered(boolean rendered)

Specifies whether text is to be visible.

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

isRendered

public boolean isRendered()

Retrieves whether text is to be visible. Valid values are "true" (Default) and "false"

Returns:
true if the text is visible, false otherwise

setHorizontalAlignment

public void setHorizontalAlignment(java.lang.String horizontalAlignment)
Specifies where to position the legend title. Valid values are:

Parameters:
horizontalAlignment - the position of the legendTitle

getHorizontalAlignment

public java.lang.String getHorizontalAlignment()
Retrieves where to position the legend title. Valid values are:

Returns:
the position of the legendTitle

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.