Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.1.3)
E41656-01
-
-
Constructor Summary
Constructors
| Constructor and Description |
LayerSortInfo(int edge,
int layer,
int direction,
boolean nullsFirst,
boolean grouped) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
int |
getLayer() |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LayerSortInfo
public LayerSortInfo(int edge,
int layer,
int direction,
boolean nullsFirst,
boolean grouped)
- Parameters:
edge - cubic edge to sort (row or column).layer - layer column within the edge to sortdirection - sort ascending or descendingnullsFirst - should all null values be sorted first or last?grouped - should values be sorted within their outer layer values, or should the entire edge
be sorted as sets of tuples?
-
Method Detail
-
getLayer
public int getLayer()
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.1.3)
E41656-01
Copyright © 1997, 2014, Oracle. All rights reserved.