public class PieGraphOptions extends GraphOptions
Modifier and Type | Method and Description |
---|---|
static PieGraphOptions |
cloneFrom(GraphOptions options)
Creates an options class from the specified options class, transferring any common properties
|
int |
getAnimationOnDataChange()
Retrieves the type of data change animation to apply.
|
int |
getAnimationOnDisplay()
Retrieves the type of initial rendering effect to apply.
|
GraphBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
PieGraphExtendedProperties |
getExtendedProperties()
Returns the
BarGraphExtendedProperties of this pattern if present. |
GraphFootnote |
getGraphFootnote()
Deprecated.
use getGraphFootnote in PieGraphExtendedProperties class.
|
GraphSubtitle |
getGraphSubtitle()
Deprecated.
use getGraphSubtitle in PieGraphExtendedProperties class.
|
java.lang.String |
getGraphSubType()
Retrieves the type of graph (PIE by default).
|
GraphTitle |
getGraphTitle()
Deprecated.
use getGraphTitle in PieGraphExtendedProperties class.
|
java.lang.String |
getGraphType()
Retrieves the primary graph type
|
java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> |
getGroupsEdge()
Retrieves the layers for the groups edge
|
int |
getImageFormat()
Retrieves the format of graph image.
|
java.lang.String |
getInlineStyle()
Deprecated.
use getInlineStyle in PieGraphExtendedProperties class.
|
LegendArea |
getLegendArea()
Deprecated.
use getLegendArea in PieGraphExtendedProperties class.
|
LegendTitle |
getLegendTitle()
Deprecated.
use getLegendTitle in PieGraphExtendedProperties class.
|
PieLabel |
getPieLabel()
Deprecated.
use getPieLabel in PieGraphExtendedProperties class.
|
java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> |
getSeriesEdge()
Retrieves the layers for the series edge
|
boolean |
isRowSelection()
Retrieves whether iterator currency should be set in response to graph selection
|
boolean |
isThreeDEffect()
Retrieves whether a graph appears to have depth.
|
void |
setAnimationOnDataChange(int animationOnDataChange)
Specifies the type of data change animation to apply.
|
void |
setAnimationOnDisplay(int animationOnDisplay)
Specifies the type of initial rendering effect to apply.
|
void |
setGraphFootnote(GraphFootnote graphFootnote)
Deprecated.
use setGraphFootnote in PieGraphExtendedProperties class.
|
void |
setGraphSubtitle(GraphSubtitle graphSubtitle)
Deprecated.
use setGraphSubtitle in PieGraphExtendedProperties class.
|
void |
setGraphSubType(java.lang.String graphSubType)
Specifies the type of graph (PIE by default).
|
void |
setGraphTitle(GraphTitle graphTitle)
Deprecated.
use setGraphTitle in PieGraphExtendedProperties class.
|
void |
setGroupsEdge(java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> groupsEdge)
Specifies the layers for the groups edge
|
void |
setImageFormat(int imageFormat)
Specifies the format of graph image.
|
void |
setInlineStyle(java.lang.String inlineStyle)
Deprecated.
use setInlineStyle in PieGraphExtendedProperties class.
|
void |
setLegendArea(LegendArea legendArea)
Deprecated.
use setLegendArea in PieGraphExtendedProperties class.
|
void |
setLegendTitle(LegendTitle legendTitle)
Deprecated.
use setLegendTitle in PieGraphExtendedProperties class.
|
void |
setPieLabel(PieLabel pieLabel)
Deprecated.
use setPieLabel in PieGraphExtendedProperties class.
|
void |
setRowSelection(boolean rowSelection)
Specifies whether iterator currency should be set in response to graph selection
|
void |
setSeriesEdge(java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> seriesEdge)
Specifies the layers for the series edge
|
void |
setThreeDEffect(boolean threeDEffect)
Specifies whether a graph appears to have depth.
|
getProperty, setProperty
merge
public PieGraphExtendedProperties getExtendedProperties()
BarGraphExtendedProperties
of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties
in class ExtendedPatternOptions
public GraphBindingOptions getBindingOptions()
DvtExtendedPatternOptions
BindingOptions
of this pattern if present.
Binding related properties may be set on the BindingOptions class until the component is
bound.getBindingOptions
in class DvtExtendedPatternOptions
BindingOptions
that contains component specific options used by the binding task.
Check the component's options class for the specific implementation of BindingOptions used by that component.
For instance: charts are using ChartBindingOptionspublic final java.lang.String getGraphType()
public void setGraphSubType(java.lang.String graphSubType)
Specifies the type of graph (PIE by default). Valid values are:
graphSubType
- the type of graphpublic java.lang.String getGraphSubType()
Retrieves the type of graph (PIE by default). Valid values are:
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the inline stylepublic java.lang.String getInlineStyle()
public void setThreeDEffect(boolean threeDEffect)
Specifies whether a graph appears to have depth.
threeDEffect
- true
if the graph should have depth, false
otherwisepublic boolean isThreeDEffect()
Retrieves whether a graph appears to have depth.
true
if the graph should have depth, false
otherwisepublic void setGroupsEdge(java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> groupsEdge)
groupsEdge
- the list of groups edge layerspublic java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> getGroupsEdge()
public void setSeriesEdge(java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> seriesEdge)
seriesEdge
- the list of series edge layerspublic java.util.List<oracle.adf.model.dvt.binding.common.LayerDefinition> getSeriesEdge()
public void setRowSelection(boolean rowSelection)
rowSelection
- true
if iterator currency should be set, false
otherwisepublic boolean isRowSelection()
true
if iterator currency should be set, false
otherwisepublic void setAnimationOnDataChange(int animationOnDataChange)
animationOnDataChange
- the type of data change animation to applypublic int getAnimationOnDataChange()
public void setAnimationOnDisplay(int animationOnDisplay)
animationOnDisplay
- the type of initial rendering effect to applypublic int getAnimationOnDisplay()
public void setImageFormat(int imageFormat)
Specifies the format of graph image. Valid values are:
imageFormat
- the format of graph image.public int getImageFormat()
Retrieves the format of graph image. Valid values are:
public void setGraphFootnote(GraphFootnote graphFootnote)
graphFootnote
- the characteristics and text of the footnote for the graphpublic GraphFootnote getGraphFootnote()
public void setGraphSubtitle(GraphSubtitle graphSubtitle)
graphSubtitle
- the characteristics and text of the subtitle for the graphpublic GraphSubtitle getGraphSubtitle()
public void setGraphTitle(GraphTitle graphTitle)
graphTitle
- the characteristics and text of the title for the graphpublic GraphTitle getGraphTitle()
public void setLegendArea(LegendArea legendArea)
legendArea
- the characteristics and display properties of the graph legend area.public LegendArea getLegendArea()
public void setLegendTitle(LegendTitle legendTitle)
legendTitle
- the characteristics and text of the title used in the graph's legendpublic LegendTitle getLegendTitle()
public void setPieLabel(PieLabel pieLabel)
pieLabel
- the characteristics of the label that describes a pie or ring graphpublic PieLabel getPieLabel()
public static PieGraphOptions cloneFrom(GraphOptions options)
options
- the options class that properties will be transferred fromPieGraphOptions
cloned from a given PieGraphOptions
instance.