Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.dataView
Class DataviewDefaultValues

java.lang.Object
  extended by oracle.dss.dataView.DataviewDefaultValues

Direct Known Subclasses:
GaugeDefaultValues, GraphDefaultValues

public abstract class DataviewDefaultValues
extends java.lang.Object

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

d_name

protected static final java.lang.String d_name
See Also:
Constant Field Values

d_localName

protected static final java.lang.String d_localName
See Also:
Constant Field Values

d_description

protected static final java.lang.String d_description
See Also:
Constant Field Values

d_pagingControlVisible

protected static final boolean d_pagingControlVisible
See Also:
Constant Field Values

d_pagingControlEnabled

protected static final boolean d_pagingControlEnabled
See Also:
Constant Field Values

d_pagingControlPosition

protected static final int d_pagingControlPosition
See Also:
Constant Field Values

d_htmlPagingControlWidth

protected static final int d_htmlPagingControlWidth
See Also:
Constant Field Values

d_htmlPagingControlAutosubmit

protected static final boolean d_htmlPagingControlAutosubmit
See Also:
Constant Field Values

d_memberMetadataLabelType

protected static final java.lang.String d_memberMetadataLabelType
See Also:
Constant Field Values

d_layerMetadataLabelType

protected static final java.lang.String d_layerMetadataLabelType
See Also:
Constant Field Values

d_baseTitleBackground

protected static final java.awt.Color d_baseTitleBackground

d_baseTitleForeground

protected static final java.awt.Color d_baseTitleForeground

d_baseTitleSelected

protected static final boolean d_baseTitleSelected
See Also:
Constant Field Values

d_baseTitleText

protected static final java.lang.String d_baseTitleText
See Also:
Constant Field Values

d_baseTitleVisible

protected static final boolean d_baseTitleVisible
See Also:
Constant Field Values

d_baseTitleUnderline

protected static final boolean d_baseTitleUnderline
See Also:
Constant Field Values

d_fontBold

protected static final boolean d_fontBold
See Also:
Constant Field Values

d_fontItalic

protected static final boolean d_fontItalic
See Also:
Constant Field Values

d_fontName

protected static final java.lang.String d_fontName
See Also:
Constant Field Values

d_titleFontSize

protected static final int d_titleFontSize
See Also:
Constant Field Values

d_subtitleFontSize

protected static final int d_subtitleFontSize
See Also:
Constant Field Values

d_footnoteFontSize

protected static final int d_footnoteFontSize
See Also:
Constant Field Values

d_horzAlign

protected static final int d_horzAlign
See Also:
Constant Field Values

d_footnoteForeground

protected static final java.awt.Color d_footnoteForeground

d_footnoteHorzAlign

protected static final int d_footnoteHorzAlign
See Also:
Constant Field Values

d_footnoteFontBold

protected static final boolean d_footnoteFontBold
See Also:
Constant Field Values

d_visualEffects

protected static final int d_visualEffects
See Also:
Constant Field Values

d_animationOnDataChange

protected static final int d_animationOnDataChange
See Also:
Constant Field Values

d_animationIndicators

protected static final int d_animationIndicators
See Also:
Constant Field Values

d_animationOnDisplay

protected static final int d_animationOnDisplay
See Also:
Constant Field Values

Constructor Detail

DataviewDefaultValues

public DataviewDefaultValues()

Method Detail

getName

public static java.lang.String getName()
Get the default value of Name.

getLocalName

public static java.lang.String getLocalName()
Get the default value of LocalName.

getDescription

public static java.lang.String getDescription()
Get the default value of Description.

isPagingControlVisible

public static boolean isPagingControlVisible()
Get the default value of PagingControlVisible.

isPagingControlEnabled

public static boolean isPagingControlEnabled()
Get the default value of PagingControlVisible.

getPagingControlPosition

public static int getPagingControlPosition()
Get the default value of PagingControlPosition.

isHTMLPagingControlAutosubmit

public static boolean isHTMLPagingControlAutosubmit()
Get the default value of HTMLPagingControlAutosubmit.

getHTMLPagingControlWidth

public static int getHTMLPagingControlWidth()
Get the default value of HTMLPagingControlWidth.

getMemberMetadataLabelType

public static java.lang.String getMemberMetadataLabelType(int edge)
Parameters:
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)
Returns:
the default type of metadata label to show: METADATA_LONGLABEL, METADATA_MEDIUMLABEL, or METADATA_SHORTLABEL (defined in oracle.dss.util.MetadataMap)

getLayerMetadataLabelType

public static java.lang.String getLayerMetadataLabelType(int edge)
Parameters:
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)
Returns:
the default type of layer metadata label to show: LAYER_METADATA_LONGLABEL, LAYER_METADATA_MEDIUMLABEL, or LAYER_METADATA_SHORTLABEL (defined in oracle.dss.util.LayerMetadataMap)

isDrillingEnabled

public abstract boolean isDrillingEnabled()
Get the default value of DrillingEnabled. This method is abstract and dynamic (not static) because the default value in Graph is different from the default value in GridView. This method is overridden in the subclasses of this class in order to return the correct default value for the specific view.

isBaseTitleSelected

public static boolean isBaseTitleSelected()
Get the default value of BaseTitle's Selected property.

getBaseTitleText

public static java.lang.String getBaseTitleText()
Get the default value of BaseTitle's Text property.

isBaseTitleVisible

public static boolean isBaseTitleVisible()
Get the default value of BaseTitle's Visible property.

isBaseTitleUnderline

public static boolean isBaseTitleUnderline()
Get the default value of BaseTitle's Visible property.

getBaseTitleHorizontalAlignment

public static int getBaseTitleHorizontalAlignment()
Get the default value of BaseTitle's Visible property.

getBaseTitleBackground

public static java.awt.Color getBaseTitleBackground()
Get the default value of BaseTitle's Visible property.

getBaseTitleForeground

public static java.awt.Color getBaseTitleForeground()
Get the default value of BaseTitle's Foreground property.

isBaseTitleFontBold

public static boolean isBaseTitleFontBold()
Get the default value of BaseTitle's Bold property.

isBaseTitleFontItalic

public static boolean isBaseTitleFontItalic()
Get the default value of BaseTitle's Italic property.

getBaseTitleFontName

public static java.lang.String getBaseTitleFontName()
Get the default value of BaseTitle's FontName property.

getTitleFontSize

public static int getTitleFontSize()
Get the default value of Title's FontName property.

getSubtitleFontSize

public static int getSubtitleFontSize()
Get the default value of Subtitle's FontName property.

getFootnoteFontSize

public static int getFootnoteFontSize()
Get the default value of Footnote's FontName property.

getBaseTitleHorzAlign

public static int getBaseTitleHorzAlign()
Get the default value of BaseTitle's Horiz Align property.

getFootnoteForeground

public static java.awt.Color getFootnoteForeground()
Get the default value of Footnote's Foreground property.

getFootnoteHorizontalAlignment

public static int getFootnoteHorizontalAlignment()
Get the default value of Footnote's Horiz Align property.

isFootnoteFontBold

public static boolean isFootnoteFontBold()
Get the default value of Footnote's Bold property.

getVisualEffects

public static int getVisualEffects()

getAnimationOnDataChange

public static int getAnimationOnDataChange()

getAnimationIndicators

public static int getAnimationIndicators()

getAnimationOnDisplay

public static int getAnimationOnDisplay()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


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