org.kahina.core.visual.chart
Class KahinaChartViewOptions

java.lang.Object
  extended by org.kahina.core.visual.chart.KahinaChartViewOptions

public class KahinaChartViewOptions
extends Object


Field Summary
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 Summary
KahinaChartViewOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIXED_WIDTH

public static final int FIXED_WIDTH
See Also:
Constant Field Values

MINIMAL_NECESSARY_WIDTH

public static final int MINIMAL_NECESSARY_WIDTH
See Also:
Constant Field Values

MAXIMAL_NECESSARY_WIDTH

public static final int MAXIMAL_NECESSARY_WIDTH
See Also:
Constant Field Values

STACK_EDGES_FILL_SPACE

public static final int STACK_EDGES_FILL_SPACE
See Also:
Constant Field Values

STACK_EDGES_BY_ID

public static final int STACK_EDGES_BY_ID
See Also:
Constant Field Values

BOTTOM_UP_DISPLAY

public static final int BOTTOM_UP_DISPLAY
See Also:
Constant Field Values

TOP_DOWN_DISPLAY

public static final int TOP_DOWN_DISPLAY
See Also:
Constant Field Values

RANGE_USED_OR_CAPTION_DEFINED

public static final int RANGE_USED_OR_CAPTION_DEFINED
See Also:
Constant Field Values

RANGE_USED_ONLY

public static final int RANGE_USED_ONLY
See Also:
Constant Field Values

RANGE_COMPLETE

public static final int RANGE_COMPLETE
See Also:
Constant Field Values

BOTH_ANCESTORS_AND_DESCENDANTS

public static final int BOTH_ANCESTORS_AND_DESCENDANTS
See Also:
Constant Field Values

ANCESTORS_ONLY

public static final int ANCESTORS_ONLY
See Also:
Constant Field Values

DESCENDANTS_ONLY

public static final int DESCENDANTS_ONLY
See Also:
Constant Field Values

NO_DEPENDENCIES

public static final int NO_DEPENDENCIES
See Also:
Constant Field Values

ANTIALIASING

public static final int ANTIALIASING
See Also:
Constant Field Values

NO_ANTIALIASING

public static final int NO_ANTIALIASING
See Also:
Constant Field Values
Constructor Detail

KahinaChartViewOptions

public KahinaChartViewOptions()