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 LegendArea

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

public class LegendArea
extends java.lang.Object

Determines characteristics and display properties of the graph legend area.

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

Constructor Summary
LegendArea()
           
 
Method Summary
 java.lang.String getPosition()
          Retrieves a constant that indicates the position of this legend area on the graph.
 boolean isRendered()
          Retrieves whether the legend area of the graph is to be rendered.
 void setPosition(java.lang.String position)
          Specifies a constant that indicates the position of this legend area on the graph.
 void setRendered(boolean rendered)
          Specifies whether the legend area of the graph is to be rendered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendArea

public LegendArea()
Method Detail

setPosition

public void setPosition(java.lang.String position)
Specifies a constant that indicates the position of this legend area on the graph. Valid values are:

Parameters:
position - the position of this legend area on the graph

getPosition

public java.lang.String getPosition()
Retrieves a constant that indicates the position of this legend area on the graph. Valid values are:

Returns:
the position of this legend area on the graph

setRendered

public void setRendered(boolean rendered)
Specifies whether the legend area of the graph is to be rendered.

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

isRendered

public boolean isRendered()
Retrieves whether the legend area of the graph is to be rendered.

Returns:
true if the legend area is visible, false otherwise

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.