public final class StackedSeriesLookup
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static StackedSeriesLookup |
create(ChartWithAxes cwa,
RunTimeContext rtc) |
int |
getSeriesCount(Axis ax) |
StackGroup |
getStackGroup(Series se) |
java.util.List<StackGroup> |
getStackGroups(Axis ax) |
AxisSubUnit |
getSubUnit(StackGroup sg,
int iUnitIndex) |
AxisSubUnit |
getUnit(Series se,
int iUnitIndex)
Returns an AxisUnit needed to 'remember' the position of the next stacked
bar to be rendered.
|
int |
getUnitCount() |
void |
resetSubUnits() |
public final java.util.List<StackGroup> getStackGroups(Axis ax)
public final int getSeriesCount(Axis ax)
public final StackGroup getStackGroup(Series se)
se
- public final AxisSubUnit getSubUnit(StackGroup sg, int iUnitIndex)
sg
- iUnitIndex
- public final AxisSubUnit getUnit(Series se, int iUnitIndex)
ax
- se
- iUnitIndex
- public final void resetSubUnits()
public static final StackedSeriesLookup create(ChartWithAxes cwa, RunTimeContext rtc) throws ChartException, java.lang.IllegalArgumentException
cwa
- ChartException
java.lang.IllegalArgumentException
public final int getUnitCount()
Copyright © 2005-2008 Actuate Corp. All rights reserved.