public class Dimensions extends Object
Modifier and Type | Field and Description |
---|---|
Map<Object,Integer> |
columnIndex |
Object[] |
path |
Constructor and Description |
---|
Dimensions(Object... path) |
Modifier and Type | Method and Description |
---|---|
static Dimensions |
create(Object... path) |
Group |
createOrderedGroup(Group group) |
Dimensions |
drillDown(Object... columns) |
Dimensions |
drillUp() |
boolean |
equals(Object o) |
Integer |
getIndex(Object column) |
Object |
getLast() |
int |
hashCode() |
String |
toString() |
public final Object[] path
public Dimensions(Object... path)
public static Dimensions create(Object... path)
public Dimensions drillDown(Object... columns)
public Dimensions drillUp()
public Object getLast()
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.