|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.util.CustomStyle
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 |
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.GRAPHSTYLE
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||