|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by the 3D chart's legend class. Any subclass of JCLegend
that correctly implements this interface can be used. The default
implementation is the JCChart3dLegend
class.
Field Summary | |
static int |
CONTINUOUS
Legend Style -- Continuous. |
static int |
RANGE_ALL
Distribution Range -- all ranges. |
static int |
RANGE_DATA
Distribution Range -- constrain to data. |
static int |
STEPPED
Legend Style -- Stepped. |
Method Summary | |
int |
getDistributionRange()
Gets the type of distribution range being used to display data in the legend. |
int |
getItemGap()
Gets the gap between the legend items depending on the orientation. |
com.klg.jclass.chart3d.JCChart3dLegendLabelGenerator |
getLabelGenerator()
Gets the class specifying custom labels to be used in the legend. |
List |
getLabels()
Gets the list of user specified label lists used to override default label generation. |
int |
getLayoutStyle()
Gets the style being used for displaying data ranges in the legend. |
boolean |
isContinuousLayout()
Returns true if layout is truly continuous. |
void |
setContinuousLayout(boolean continuous)
Called by legend manager to notify legend that CONTINUOUS layout is actually continuous. |
Field Detail |
public static final int CONTINUOUS
public static final int STEPPED
public static final int RANGE_ALL
public static final int RANGE_DATA
Method Detail |
public List getLabels()
JCMultiFieldString
objects) to be used for the data view.;
public com.klg.jclass.chart3d.JCChart3dLegendLabelGenerator getLabelGenerator()
JCChart3dLegendLabelGenerator
interface that is being used to specify legend labelspublic int getLayoutStyle()
CONTINUOUS
or STEPPED
.
public int getDistributionRange()
RANGE_DATA
or RANGE_ALL
.
RANGE_DATA
constrains the legend data
ranges to the min and max of the data in the chart.
RANGE_ALL
ensures that all data ranges are included.
public int getItemGap()
public void setContinuousLayout(boolean continuous)
continuous
- public boolean isContinuousLayout()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |