Skip navigation links 
 
oracle.dss.dataView
Class BaseTitleXML
java.lang.Object
  
oracle.dss.dataView.BaseTitleXML
- Direct Known Subclasses:
 
- FootnoteXML, SubtitleXML, TitleXML
 
- 
public class BaseTitleXML
 
- extends java.lang.Object
 
- For internal use only. Application developers should not use this
 
- This class contains get/set XML methods that are shared by thin and thick beans.
 
 
  
 
  
 
| Method Summary | 
 oracle.dss.util.xml.ObjectNode | 
getStyleXML(boolean allProperties) 
            | 
 oracle.dss.util.xml.ObjectNode | 
getXML(boolean allProperties) 
            | 
 void | 
resetStyle() 
            | 
 void | 
resetToDefault(int reset) 
            | 
protected  void | 
resetToDefault(int reset, java.lang.String version) 
            | 
 void | 
setStyleXML(oracle.dss.util.xml.ObjectNode node) 
            | 
 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 class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
a_visible
public static java.lang.String a_visible
- 
- For internal use only. Application developers should not use this
 
 
a_text
public static java.lang.String a_text
- 
- For internal use only. Application developers should not use this
 
 
a_horzAlign
public static java.lang.String a_horzAlign
- 
- For internal use only. Application developers should not use this
 
 
d_visible
protected boolean d_visible
d_text
protected java.lang.String d_text
d_underline
protected boolean d_underline
d_fontBold
protected boolean d_fontBold
d_fontItalic
protected boolean d_fontItalic
d_fontName
protected java.lang.String d_fontName
d_fontSize
protected int d_fontSize
d_horzAlign
protected int d_horzAlign
d_background
protected java.awt.Color d_background
d_foreground
protected java.awt.Color d_foreground
_baseTitle
protected BaseTitleAttributes _baseTitle
_version
protected java.lang.String _version
BaseTitleXML
public BaseTitleXML(BaseTitleAttributes baseTitle,
                    java.lang.String version)
- 
- For internal use only. Application developers should not use this
 
 
setXML
public void setXML(oracle.dss.util.xml.ObjectNode node,
                   java.lang.String version,
                   int reset,
                   java.util.HashMap map)
- 
- For internal use only. Application developers should not use this
 
 
setXML
public void setXML(oracle.dss.util.xml.ObjectNode node,
                   java.lang.String version,
                   int reset)
- 
- For internal use only. Application developers should not use this
 
 
setStyleXML
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
- 
- For internal use only. Application developers should not use this
 
- Sets XML on this component
 
 
getXML
public oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
- 
- For internal use only. Application developers should not use this
 
 
getStyleXML
public oracle.dss.util.xml.ObjectNode getStyleXML(boolean allProperties)
- 
- For internal use only. Application developers should not use this
 
 
resetToDefault
public void resetToDefault(int reset)
- 
- For internal use only. Application developers should not use this
 
 
resetToDefault
protected void resetToDefault(int reset,
                              java.lang.String version)
- 
- For internal use only. Application developers should not use this
 
 
resetStyle
public void resetStyle()
- 
- For internal use only. Application developers should not use this
 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.