Package | Description |
---|---|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
Modifier and Type | Field and Description |
---|---|
static IlvTreemapPacking |
IlvTreemapChartRenderer.ALTERNATING_PACKING
The default type of packing: The rectangles are arranged according
to the sort order given by the model, and in alternating directions
at the different levels.
|
static IlvTreemapPacking |
IlvTreemapChartRenderer.BAR_PACKING
Type of packing: The rectangles are arranged to have all the same width
but different heights.
|
static IlvTreemapPacking |
IlvTreemapChartRenderer.DEFAULT_PACKING
The default packing.
|
static IlvTreemapPacking |
IlvTreemapChartRenderer.SQUARIFIED_CORNER_PACKING
Type of packing: The rectangles are arranged to be near-squares.
|
Modifier and Type | Method and Description |
---|---|
IlvTreemapPacking |
IlvTreemapChartRenderer.getPacking()
Returns the rectangle packing.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreemapChartRenderer.setPacking(IlvTreemapPacking packing)
Sets the rectangle packing.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.