Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

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.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

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