public class KahinaChartViewOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ANCESTORS_ONLY |
static int |
ANTIALIASING |
static int |
BOTH_ANCESTORS_AND_DESCENDANTS |
static int |
BOTTOM_UP_DISPLAY |
static int |
DESCENDANTS_ONLY |
static int |
FIXED_WIDTH |
static int |
MAXIMAL_NECESSARY_WIDTH |
static int |
MINIMAL_NECESSARY_WIDTH |
static int |
NO_ANTIALIASING |
static int |
NO_DEPENDENCIES |
static int |
RANGE_COMPLETE |
static int |
RANGE_USED_ONLY |
static int |
RANGE_USED_OR_CAPTION_DEFINED |
static int |
STACK_EDGES_BY_ID |
static int |
STACK_EDGES_FILL_SPACE |
static int |
TOP_DOWN_DISPLAY |
Constructor and Description |
---|
KahinaChartViewOptions() |
public static final int FIXED_WIDTH
public static final int MINIMAL_NECESSARY_WIDTH
public static final int MAXIMAL_NECESSARY_WIDTH
public static final int STACK_EDGES_FILL_SPACE
public static final int STACK_EDGES_BY_ID
public static final int BOTTOM_UP_DISPLAY
public static final int TOP_DOWN_DISPLAY
public static final int RANGE_USED_OR_CAPTION_DEFINED
public static final int RANGE_USED_ONLY
public static final int RANGE_COMPLETE
public static final int BOTH_ANCESTORS_AND_DESCENDANTS
public static final int ANCESTORS_ONLY
public static final int DESCENDANTS_ONLY
public static final int NO_DEPENDENCIES
public static final int ANTIALIASING
public static final int NO_ANTIALIASING