Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1.3.0)
E80083-01
-
-
Constructor Summary
Constructors
Constructor and Description |
LayerSortInfo(int edge,
int layer,
int direction,
boolean nullsFirst,
boolean grouped) |
-
Method Summary
-
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 sort
direction
- sort ascending or descending
nullsFirst
- 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.2.1.3.0)
E80083-01
Copyright © 1997, 2017, Oracle. All rights reserved.