Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1.1)
E67027-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.Objectclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Constructor Detail
- 
LayerSortInfopublic 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
- 
getLayerpublic int getLayer() 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.2.1.1)
E67027-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.