|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.DataviewDefaultValues
public abstract class DataviewDefaultValues
Field Summary | |
---|---|
protected static int |
d_animationIndicators
|
protected static int |
d_animationOnDataChange
|
protected static int |
d_animationOnDisplay
|
protected static java.awt.Color |
d_baseTitleBackground
|
protected static java.awt.Color |
d_baseTitleForeground
|
protected static boolean |
d_baseTitleSelected
|
protected static java.lang.String |
d_baseTitleText
|
protected static boolean |
d_baseTitleUnderline
|
protected static boolean |
d_baseTitleVisible
|
protected static java.lang.String |
d_description
|
protected static boolean |
d_fontBold
|
protected static boolean |
d_fontItalic
|
protected static java.lang.String |
d_fontName
|
protected static boolean |
d_footnoteFontBold
|
protected static int |
d_footnoteFontSize
|
protected static java.awt.Color |
d_footnoteForeground
|
protected static int |
d_footnoteHorzAlign
|
protected static int |
d_horzAlign
|
protected static boolean |
d_htmlPagingControlAutosubmit
|
protected static int |
d_htmlPagingControlWidth
|
protected static java.lang.String |
d_layerMetadataLabelType
|
protected static java.lang.String |
d_localName
|
protected static java.lang.String |
d_memberMetadataLabelType
|
protected static java.lang.String |
d_name
|
protected static boolean |
d_pagingControlEnabled
|
protected static int |
d_pagingControlPosition
|
protected static boolean |
d_pagingControlVisible
|
protected static int |
d_subtitleFontSize
|
protected static int |
d_titleFontSize
|
protected static int |
d_visualEffects
|
Constructor Summary | |
---|---|
DataviewDefaultValues()
|
Method Summary | |
---|---|
static int |
getAnimationIndicators()
|
static int |
getAnimationOnDataChange()
|
static int |
getAnimationOnDisplay()
|
static java.awt.Color |
getBaseTitleBackground()
Get the default value of BaseTitle's Visible property. |
static java.lang.String |
getBaseTitleFontName()
Get the default value of BaseTitle's FontName property. |
static java.awt.Color |
getBaseTitleForeground()
Get the default value of BaseTitle's Foreground property. |
static int |
getBaseTitleHorizontalAlignment()
Get the default value of BaseTitle's Visible property. |
static int |
getBaseTitleHorzAlign()
Get the default value of BaseTitle's Horiz Align property. |
static java.lang.String |
getBaseTitleText()
Get the default value of BaseTitle's Text property. |
static java.lang.String |
getDescription()
Get the default value of Description. |
static int |
getFootnoteFontSize()
Get the default value of Footnote's FontName property. |
static java.awt.Color |
getFootnoteForeground()
Get the default value of Footnote's Foreground property. |
static int |
getFootnoteHorizontalAlignment()
Get the default value of Footnote's Horiz Align property. |
static int |
getHTMLPagingControlWidth()
Get the default value of HTMLPagingControlWidth. |
static java.lang.String |
getLayerMetadataLabelType(int edge)
|
static java.lang.String |
getLocalName()
Get the default value of LocalName. |
static java.lang.String |
getMemberMetadataLabelType(int edge)
|
static java.lang.String |
getName()
Get the default value of Name. |
static int |
getPagingControlPosition()
Get the default value of PagingControlPosition. |
static int |
getSubtitleFontSize()
Get the default value of Subtitle's FontName property. |
static int |
getTitleFontSize()
Get the default value of Title's FontName property. |
static int |
getVisualEffects()
|
static boolean |
isBaseTitleFontBold()
Get the default value of BaseTitle's Bold property. |
static boolean |
isBaseTitleFontItalic()
Get the default value of BaseTitle's Italic property. |
static boolean |
isBaseTitleSelected()
Get the default value of BaseTitle's Selected property. |
static boolean |
isBaseTitleUnderline()
Get the default value of BaseTitle's Visible property. |
static boolean |
isBaseTitleVisible()
Get the default value of BaseTitle's Visible property. |
abstract boolean |
isDrillingEnabled()
Get the default value of DrillingEnabled. |
static boolean |
isFootnoteFontBold()
Get the default value of Footnote's Bold property. |
static boolean |
isHTMLPagingControlAutosubmit()
Get the default value of HTMLPagingControlAutosubmit. |
static boolean |
isPagingControlEnabled()
Get the default value of PagingControlVisible. |
static boolean |
isPagingControlVisible()
Get the default value of PagingControlVisible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String d_name
protected static final java.lang.String d_localName
protected static final java.lang.String d_description
protected static final boolean d_pagingControlVisible
protected static final boolean d_pagingControlEnabled
protected static final int d_pagingControlPosition
protected static final int d_htmlPagingControlWidth
protected static final boolean d_htmlPagingControlAutosubmit
protected static final java.lang.String d_memberMetadataLabelType
protected static final java.lang.String d_layerMetadataLabelType
protected static final java.awt.Color d_baseTitleBackground
protected static final java.awt.Color d_baseTitleForeground
protected static final boolean d_baseTitleSelected
protected static final java.lang.String d_baseTitleText
protected static final boolean d_baseTitleVisible
protected static final boolean d_baseTitleUnderline
protected static final boolean d_fontBold
protected static final boolean d_fontItalic
protected static final java.lang.String d_fontName
protected static final int d_titleFontSize
protected static final int d_subtitleFontSize
protected static final int d_footnoteFontSize
protected static final int d_horzAlign
protected static final java.awt.Color d_footnoteForeground
protected static final int d_footnoteHorzAlign
protected static final boolean d_footnoteFontBold
protected static final int d_visualEffects
protected static final int d_animationOnDataChange
protected static final int d_animationIndicators
protected static final int d_animationOnDisplay
Constructor Detail |
---|
public DataviewDefaultValues()
Method Detail |
---|
public static java.lang.String getName()
public static java.lang.String getLocalName()
public static java.lang.String getDescription()
public static boolean isPagingControlVisible()
public static boolean isPagingControlEnabled()
public static int getPagingControlPosition()
public static boolean isHTMLPagingControlAutosubmit()
public static int getHTMLPagingControlWidth()
public static java.lang.String getMemberMetadataLabelType(int edge)
edge
- the edge for which to get the default metadata label
type: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE
(defined in oracle.dss.util.DataDirector)
public static java.lang.String getLayerMetadataLabelType(int edge)
edge
- the edge for which to get the default metadata label
type: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE
(defined in oracle.dss.util.DataDirector)
public abstract boolean isDrillingEnabled()
public static boolean isBaseTitleSelected()
public static java.lang.String getBaseTitleText()
public static boolean isBaseTitleVisible()
public static boolean isBaseTitleUnderline()
public static int getBaseTitleHorizontalAlignment()
public static java.awt.Color getBaseTitleBackground()
public static java.awt.Color getBaseTitleForeground()
public static boolean isBaseTitleFontBold()
public static boolean isBaseTitleFontItalic()
public static java.lang.String getBaseTitleFontName()
public static int getTitleFontSize()
public static int getSubtitleFontSize()
public static int getFootnoteFontSize()
public static int getBaseTitleHorzAlign()
public static java.awt.Color getFootnoteForeground()
public static int getFootnoteHorizontalAlignment()
public static boolean isFootnoteFontBold()
public static int getVisualEffects()
public static int getAnimationOnDataChange()
public static int getAnimationIndicators()
public static int getAnimationOnDisplay()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |