| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.CustomStyle
public class CustomStyle
| Constructor Summary | |
|---|---|
| CustomStyle() | |
| CustomStyle(java.lang.Class object,
            java.lang.String stylePath) | |
| CustomStyle(java.io.InputStream stream) | |
| CustomStyle(java.lang.String xml) | |
| Method Summary | |
|---|---|
|  CustomStyle | getBaseStyle()Retrieves the style upon which this style is based. | 
|  oracle.dss.util.persistence.PersistableAttributes | getPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs) | 
|  oracle.dss.util.persistence.AggregateInfo[] | getPersistableComponents() | 
|  java.lang.String | getPersistableObjectType()Retrieves the Persistableobject type for thisCustomStyle. | 
|  java.lang.String | getTitle()Retrieves the title of this CustomStyle. | 
|  java.lang.String | getXMLAsString() | 
|  void | initialize(java.util.Hashtable env) | 
|  void | setBaseStyle(CustomStyle baseStyle)Specifies the CustomStylethat thisCustomStyleis based on. | 
|  void | setPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs) | 
|  void | setPersistableComponents(oracle.dss.util.persistence.AggregateInfo[] persistables) | 
|  void | setPersistableObjectType(java.lang.String persistableObjectType)Specifies the Persistableobject type for thisCustomStyle. | 
|  void | setTitle(java.lang.String title)Specifies the title for this CustomStyle. | 
|  boolean | setXMLAsString(java.lang.String xml) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CustomStyle()
public CustomStyle(java.lang.String xml)
public CustomStyle(java.lang.Class object,
                   java.lang.String stylePath)
            throws java.io.IOException
java.io.IOException
public CustomStyle(java.io.InputStream stream)
            throws java.io.IOException
java.io.IOException| Method Detail | 
|---|
public CustomStyle getBaseStyle()
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.
CustomStyle upon which this CustomStyle
          is based.public void setBaseStyle(CustomStyle baseStyle)
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.
baseStyle - The CustomStyle upon which to base this
                  CustomStyle.public java.lang.String getTitle()
CustomStyle.
CustomStyle.public void setTitle(java.lang.String title)
CustomStyle.
 The title is the name that appears in the BI Beans Catalog.
title - The title for this CustomStyle.public java.lang.String getPersistableObjectType()
Persistable object type for this
 CustomStyle.
CustomStyle in the BI Beans
         Catalog.PersistableConstants.Attributes.OBJECT_TYPE, 
PersistableConstants.GRAPHSTYLEpublic void setPersistableObjectType(java.lang.String persistableObjectType)
Persistable object type for this
 CustomStyle.
persistableObjectType - A constant that identifies the object
         type for this CustomStyle in the BI Beans Catalog.PersistableConstants.Attributes.OBJECT_TYPE, 
PersistableConstants.GRAPHSTYLEpublic void initialize(java.util.Hashtable env)
initialize in interface oracle.dss.util.persistence.SimplePersistablepublic oracle.dss.util.persistence.AggregateInfo[] getPersistableComponents()
getPersistableComponents in interface oracle.dss.util.persistence.contract.AggregableContractpublic void setPersistableComponents(oracle.dss.util.persistence.AggregateInfo[] persistables)
setPersistableComponents in interface oracle.dss.util.persistence.contract.AggregableContractpublic oracle.dss.util.persistence.PersistableAttributes getPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
getPersistableAttributes in interface oracle.dss.util.persistence.SimplePersistablepublic void setPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
setPersistableAttributes in interface oracle.dss.util.persistence.SimplePersistablepublic java.lang.String getXMLAsString()
getXMLAsString in interface oracle.dss.util.persistence.StringXMLizablepublic boolean setXMLAsString(java.lang.String xml)
setXMLAsString in interface oracle.dss.util.persistence.StringXMLizable| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||