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.graph
Class DataStyleContext

java.lang.Object
  extended by oracle.dss.graph.DataStyleContext


public class DataStyleContext
extends java.lang.Object

Constructor Summary
DataStyleContext(java.lang.String attributeName, java.lang.Object attributeValue, java.lang.Object style)
          Deprecated.  
DataStyleContext(java.lang.String attributeName, java.lang.Object attributeValue, java.lang.Object style, DataStyleType type, java.util.ArrayList<java.lang.Integer> series, int id)
          Represents a data style that was derived from an attribute name/value pair

 

Method Summary
 java.lang.String getAttributeName()
          The attribute name is generally mapped to a column in a table or a data layer
 java.lang.Object getAttributeValue()
          The value of the attribute in getAttributeName
 java.lang.Object getDataStyle()
          Deprecated. replaced with getStyle() This style value is automatically assigned by the graph based on the specified attribute name/value pair and can be overwritten by a DataStyleCallback Object type depends on getType. For shape-based type, a MarkerTemplate object is returned and for a color-based type, a Color object
 java.lang.Object getDefaultValue()
          Deprecated.  
 int getID()
           
 java.util.ArrayList<java.lang.Integer> getSeries()
          Returns the index of all the series that is formatted with this style
 java.lang.Object getStyle()
          This style value is automatically assigned by the graph based on the specified attribute name/value pair and can be overwritten by a DataStyleCallback Object type depends on getType.
 java.lang.Object getStyleKey()
          Deprecated.  
 DataStyleType getType()
          The type of style formatting as defined in DataStyleType

 

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

 

Constructor Detail

DataStyleContext

public DataStyleContext(java.lang.String attributeName,
                        java.lang.Object attributeValue,
                        java.lang.Object style,
                        DataStyleType type,
                        java.util.ArrayList<java.lang.Integer> series,
                        int id)
Represents a data style that was derived from an attribute name/value pair
Parameters:
attributeName - Name of the data layer
attributeValue - Value of the attribute
style - The style object. See getStyle()
type - The type of style formatting as defined in DataStyleType
series - List of series index which are formatted by this style

DataStyleContext

public DataStyleContext(java.lang.String attributeName,
                        java.lang.Object attributeValue,
                        java.lang.Object style)
Deprecated. 
Please use DataStyleContext(String, Object, Object, DataStyleType, ArrayList<Integer>, int) instead. This constructor should not be called directly by application developers.

Method Detail

getAttributeName

public java.lang.String getAttributeName()
The attribute name is generally mapped to a column in a table or a data layer
Returns:
name of the data layer.

getAttributeValue

public java.lang.Object getAttributeValue()
The value of the attribute in getAttributeName
Returns:
value of the attribute

getDataStyle

public java.lang.Object getDataStyle()
Deprecated. replaced with getStyle() This style value is automatically assigned by the graph based on the specified attribute name/value pair and can be overwritten by a DataStyleCallback Object type depends on getType. For shape-based type, a MarkerTemplate object is returned and for a color-based type, a Color object
Returns:
the style value that is used

getStyle

public java.lang.Object getStyle()
This style value is automatically assigned by the graph based on the specified attribute name/value pair and can be overwritten by a DataStyleCallback Object type depends on getType. For shape-based type, a DataStyleType.Shape object is returned and for a color-based type, a Color object
Returns:
the style value that is used

getType

public DataStyleType getType()
The type of style formatting as defined in DataStyleType
Returns:
a DataStyleType

getSeries

public java.util.ArrayList<java.lang.Integer> getSeries()
Returns the index of all the series that is formatted with this style
Returns:
a list of series index

getID

public int getID()
For internal use only. Application developers should not use this
This is a unique id for this style context. For internal use only.

getStyleKey

public java.lang.Object getStyleKey()
Deprecated. 
Please use getAttributeValue() instead.
Returns:
See getAttributeValue()

getDefaultValue

public java.lang.Object getDefaultValue()
Deprecated. 
Please use getDataStyle() instead.
Returns:
See getDataStyle()

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.