Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.dataView.managers
Interface Styleable

All Known Implementing Classes:
ViewStyleHandle

public interface Styleable

Mthods that allow you to apply a ViewStyle to an object. ViewStyle objects allow you to affect background color, text, and borders.


Method Summary
 ViewStyle getViewStyle()
          Retrieves a ViewStyle for this object.
 void setViewStyle(ViewStyle vs)
          Specifies a ViewStyle for this object.

 

Method Detail

getViewStyle

ViewStyle getViewStyle()
Retrieves a ViewStyle for this object.
Returns:
A ViewStyle for this object, or null if no ViewStyle has been explicitly set for this object.

setViewStyle

void setViewStyle(ViewStyle vs)
Specifies a ViewStyle for this object.
Parameters:
vs - A ViewStyle for this object, or null if no ViewStyle has been explicitly set for this object.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.