Skip navigation links

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

E17492-04


oracle.dss.dataView
Class DataviewViewStyleUtils

java.lang.Object
  extended by oracle.dss.dataView.DataviewUtils
      extended by oracle.dss.dataView.DataviewViewStyleUtils


public class DataviewViewStyleUtils
extends DataviewUtils

Dataview utils dvt-jclient-gui version, includes the functions refer to ViewStyle


Constructor Summary
DataviewViewStyleUtils()
           

 

Method Summary
static void copyStyleProperties(Styleable toStyleable, Styleable fromStyleable)
           
static boolean hasBorder(int s)
           

 

Methods inherited from class oracle.dss.dataView.DataviewUtils
adjustForEnhancedFont, compareXMLVersions, convertHorizAlignToEWT, convertHorizAlignToJava, convertVertAlignToEWT, convertVertAlignToJava, fontStyle, getSharedStringBuilder, getSharedStringBuilder, getSharedStringBuilder, getSharedStringBuilder, getSharedStringBuilder2, getSharedStringBuilder2, hexStringToColor, hexStringToInt, scaleByZoom, scaleDownByZoom, selectPageItem, setCursor, toDouble, toHexString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataviewViewStyleUtils

public DataviewViewStyleUtils()

Method Detail

hasBorder

public static boolean hasBorder(int s)
Parameters:
s - style to check
Returns:
true if a border
For internal use only. Application developers should not use this
For internal use only. Application developers should not use this
Do we have any border given this style?

copyStyleProperties

public static void copyStyleProperties(Styleable toStyleable,
                                       Styleable fromStyleable)
Parameters:
toStyleable - object to copy to
fromStyleable - object to copy from
For internal use only. Application developers should not use this
For internal use only. Application developers should not use this
Copies style properties from one object to another. Do not use this without Oralce JEWT imported.

Skip navigation links

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

E17492-04


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