public interface AxisOrdinal
AxisOrdinal describes the allowable values for an axis code.| Modifier and Type | Interface and Description |
|---|---|
static class |
AxisOrdinal.StandardAxisOrdinal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilter()
Returns whether this is the filter (slicer) axis.
|
int |
logicalOrdinal()
Returns the ordinal of this axis.
|
String |
name()
Returns the name of this axis, e.g.
|
String name()
int logicalOrdinal()
AxisOrdinal.StandardAxisOrdinal.COLUMNS = 0,
AxisOrdinal.StandardAxisOrdinal.ROWS = 1, etc.boolean isFilter()
Copyright © 2021 Hitachi Vantara. All rights reserved.