Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Class CustomStyle

java.lang.Object
  |
  +--oracle.dss.util.CustomStyle
All Implemented Interfaces:
Persistable, StringXMLizable

public class CustomStyle
extends java.lang.Object
implements Persistable
See Also:
oracle.dss.graph.Graph#getStyle, oracle.dss.graph.Graph#setStyle

Method Summary
 CustomStyle getBaseStyle()
          Retrieves the style upon which this style is based.
 java.lang.String getPersistableObjectType()
          Retrieves the Persistable object type for this CustomStyle.
 java.lang.String getTitle()
          Retrieves the title of this CustomStyle.
 void setBaseStyle(CustomStyle baseStyle)
          Specifies the CustomStyle that this CustomStyle is based on.
 void setPersistableObjectType(java.lang.String persistableObjectType)
          Specifies the Persistable object type for this CustomStyle.
 void setTitle(java.lang.String title)
          Specifies the title for this CustomStyle.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.dss.util.persistence.Persistable
getPersistableAttributes, getPersistableComponents, initialize, setPersistableAttributes, setPersistableComponents

 

Methods inherited from interface oracle.dss.util.persistence.StringXMLizable
getXMLAsString, setXMLAsString

 

Method Detail

getBaseStyle

public CustomStyle getBaseStyle()
Retrieves the style upon which this style is based. Style property settings in this CustomStyle are added to the CustomStyle that this method returns. If this CustomStyle sets the same properties as the base style, then the settings in this CustomStyle take precedence.
Returns:
The CustomStyle upon which this CustomStyle is based.

setBaseStyle

public void setBaseStyle(CustomStyle baseStyle)
Specifies the CustomStyle that this CustomStyle is based on. Style property settings in this CustomStyle are added to the CustomStyle that you pass in this method. If this CustomStyle sets the same properties as the base style, then the settings in this CustomStyle take precedence.
Parameters:
baseStyle - The CustomStyle upon which to base this CustomStyle.

getTitle

public java.lang.String getTitle()
Retrieves the title of this CustomStyle.
Returns:
The title of this CustomStyle.

setTitle

public void setTitle(java.lang.String title)
Specifies the title for this CustomStyle. The title is the name that appears in the BI Beans Catalog.
Parameters:
title - The title for this CustomStyle.

getPersistableObjectType

public java.lang.String getPersistableObjectType()
Retrieves the Persistable object type for this CustomStyle.
Returns:
A constant that identifies the object type for this CustomStyle in the BI Beans Catalog.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE, PersistableConstants.GRAPHSTYLE

setPersistableObjectType

public void setPersistableObjectType(java.lang.String persistableObjectType)
Specifies the Persistable object type for this CustomStyle.
Parameters:
persistableObjectType - A constant that identifies the object type for this CustomStyle in the BI Beans Catalog.
See Also:
PersistableConstants.Attributes.OBJECT_TYPE, PersistableConstants.GRAPHSTYLE

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.