public interface Style
Graph| Modifier and Type | Method and Description |
|---|---|
CustomStyle |
createStyle()
Retrieves a style from the style property settings in this view.
|
void |
editStyle(CustomStyle style)
Opens an existing style for editing.
|
CustomStyle |
getStyle()
Retrieves the current style for this view.
|
void |
setStyle(CustomStyle style)
Applies a style to this view.
|
void |
updateStyle(CustomStyle style)
Updates an existing style.
|
CustomStyle getStyle()
createStyle()void setStyle(CustomStyle style) throws oracle.dss.util.xml.BIIOException, oracle.dss.util.xml.BISAXException, oracle.dss.util.xml.BIParseException
style - The style to set on this view.BIIOException - If an error occurs in reading xmlString.BISAXException - If a general SAX exception occurs in parsing the
XML.BIParseException - If the XML syntax is not correct, or if the
XML is not valid according to the DTD that is
specified in the XML.oracle.dss.util.xml.BIIOExceptionoracle.dss.util.xml.BISAXExceptionoracle.dss.util.xml.BIParseExceptionCustomStyle createStyle()
void editStyle(CustomStyle style) throws oracle.dss.util.xml.BIIOException, oracle.dss.util.xml.BISAXException, oracle.dss.util.xml.BIParseException
updateStyle
method.style - The style to edit.BIIOException - If an error occurs in reading xmlString.BISAXException - If a general SAX exception occurs in parsing the
XML.BIParseException - If the XML syntax is not correct, or if the
XML is not valid according to the DTD that is
specified in the XML.oracle.dss.util.xml.BIIOExceptionoracle.dss.util.xml.BISAXExceptionoracle.dss.util.xml.BIParseExceptionupdateStyle(oracle.dss.util.CustomStyle)void updateStyle(CustomStyle style)
editStyle method.style - The style to update.editStyle(oracle.dss.util.CustomStyle)