Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.dataView
Interface BaseTitleAttributes

All Superinterfaces:
DataviewTitles, FontAttribute, HorizontalAlignment, Titles
All Known Implementing Classes:
BaseTitle, CommonBaseTitle, Footnote, Subtitle, Title

public interface BaseTitleAttributes
extends DataviewTitles

For internal use only. Application developers should not use this
This interface describes the methods for getter/setter of XML properties

Field Summary
static int ATTR_BACKGROUND
           
static int ATTR_FONTBOLD
           
static int ATTR_FONTITALIC
           
static int ATTR_FONTNAME
           
static int ATTR_FONTSIZE
           
static int ATTR_FOREGROUND
           
static int ATTR_HORIZONTALALIGNMENT
           
static int ATTR_STYLE_MAXID
           
static int ATTR_UNDERLINE
           
 
Method Summary
 java.lang.String getComponentName()
          Retrieves the name of the BaseTitle.
 oracle.dss.util.xml.ObjectNode getStyleXML(boolean allProperties)
           
 oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
           
 boolean isBackgroundUsed()
           
 boolean isForegroundUsed()
           
 boolean isStyleOverrideFlag(int attrID)
           
 boolean isUserOverrideFlag(int attrID)
           
 void setStyleProperty(int attrID, java.lang.String value)
           
 void setStyleXML(oracle.dss.util.xml.ObjectNode node, java.lang.String version, int reset)
           
 void setXML(oracle.dss.util.xml.ObjectNode node, java.lang.String version, int reset)
           
 void setXML(oracle.dss.util.xml.ObjectNode node, java.lang.String version, int reset, java.util.HashMap map)
           
 
Methods inherited from interface oracle.dss.dataView.DataviewTitles
getBackground, getForeground, isUnderline, setBackground, setForeground, setUnderline
 
Methods inherited from interface oracle.dss.dataView.Titles
getText, getUnParseText, isVisible, setText, setVisible
 
Methods inherited from interface oracle.dss.dataView.FontAttribute
getFont, setFont
 
Methods inherited from interface oracle.dss.dataView.HorizontalAlignment
getHorizontalAlignment, setHorizontalAlignment
 

Field Detail

ATTR_FONTNAME

static final int ATTR_FONTNAME
See Also:
Constant Field Values
For internal use only. Application developers should not use this
property attribute IDs

ATTR_FONTSIZE

static final int ATTR_FONTSIZE
See Also:
Constant Field Values

ATTR_FONTBOLD

static final int ATTR_FONTBOLD
See Also:
Constant Field Values

ATTR_FONTITALIC

static final int ATTR_FONTITALIC
See Also:
Constant Field Values

ATTR_FOREGROUND

static final int ATTR_FOREGROUND
See Also:
Constant Field Values

ATTR_BACKGROUND

static final int ATTR_BACKGROUND
See Also:
Constant Field Values

ATTR_UNDERLINE

static final int ATTR_UNDERLINE
See Also:
Constant Field Values

ATTR_HORIZONTALALIGNMENT

static final int ATTR_HORIZONTALALIGNMENT
See Also:
Constant Field Values

ATTR_STYLE_MAXID

static final int ATTR_STYLE_MAXID
See Also:
Constant Field Values
Method Detail

isUserOverrideFlag

boolean isUserOverrideFlag(int attrID)
For internal use only. Application developers should not use this
check to see if a property is overridden by user?

isStyleOverrideFlag

boolean isStyleOverrideFlag(int attrID)
For internal use only. Application developers should not use this
check to see if a property is overridden by style?

setStyleProperty

void setStyleProperty(int attrID,
                      java.lang.String value)
For internal use only. Application developers should not use this
set font attributes to a specified value

getComponentName

java.lang.String getComponentName()
Retrieves the name of the BaseTitle.

Returns:
The name of the BaseTitle.

isForegroundUsed

boolean isForegroundUsed()

isBackgroundUsed

boolean isBackgroundUsed()

setXML

void setXML(oracle.dss.util.xml.ObjectNode node,
            java.lang.String version,
            int reset)

setXML

void setXML(oracle.dss.util.xml.ObjectNode node,
            java.lang.String version,
            int reset,
            java.util.HashMap map)

getXML

oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)

setStyleXML

void setStyleXML(oracle.dss.util.xml.ObjectNode node,
                 java.lang.String version,
                 int reset)

getStyleXML

oracle.dss.util.xml.ObjectNode getStyleXML(boolean allProperties)

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

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