org.eclipse.birt.chart.computation
Class LegendItemHints
java.lang.Object
org.eclipse.birt.chart.computation.LegendItemHints
- All Implemented Interfaces:
- IConstants
- public class LegendItemHints
- extends java.lang.Object
- implements IConstants
LegendItemHints
Fields inherited from interface org.eclipse.birt.chart.computation.IConstants |
ABOVE, ANCILLARY_AXIS, ANCILLARY_BASE, AUTO, AVERAGE, AXIS, BACKWARD, BASE, BASE_AXIS, BELOW, BOTTOM, CENTER, COLLECTION, DATE_TIME, DESIGN_TIME, EMPTY_STRING, EQUAL, FORWARD, HORIZONTAL, INSIDE, LABELS, LEFT, LEGEND_ENTRY, LEGEND_MINSLICE_ENTRY, LEGEND_SEPERATOR, LESS, LINE_EXPAND_DOUBLE_SIZE, LINE_EXPAND_SIZE, LINEAR, LOG_10, LOGARITHMIC, MAJOR, MAX, MIN, MINOR, MORE, NON_PRIMITIVE_ARRAY, NULL_STRING, NUMERICAL, ONE_SPACE, ORTHOGONAL, ORTHOGONAL_AXIS, OTHER, OUTSIDE, PERCENT, PRIMITIVE_ARRAY, RIGHT, RUN_TIME, SOME_NULL, TEXT, THREE_D, TICK_ABOVE, TICK_ACROSS, TICK_BELOW, TICK_LEFT, TICK_NONE, TICK_RIGHT, TICK_SIDE1, TICK_SIDE2, TICK_SIZE, TOP, TWO_5_D, TWO_D, UNDEFINED, UNDEFINED_STRING, USER_INTERFACE, VALUE, VERTICAL |
Constructor Summary |
LegendItemHints(int type,
Point loc,
double width,
double height,
java.lang.String text,
double extraHeight,
java.lang.String extraText)
|
LegendItemHints(int type,
Point loc,
double width,
double height,
java.lang.String text,
double extraHeight,
java.lang.String extraText,
int categoryIndex)
|
LegendItemHints(int type,
Point loc,
double width,
double height,
java.lang.String text,
int categoryIndex)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegendItemHints
public LegendItemHints(int type,
Point loc,
double width,
double height,
java.lang.String text,
int categoryIndex)
LegendItemHints
public LegendItemHints(int type,
Point loc,
double width,
double height,
java.lang.String text,
double extraHeight,
java.lang.String extraText)
LegendItemHints
public LegendItemHints(int type,
Point loc,
double width,
double height,
java.lang.String text,
double extraHeight,
java.lang.String extraText,
int categoryIndex)
getType
public int getType()
getLocation
public Point getLocation()
- This location is relative to the legend bound area (not include the
legend title).
- Returns:
getWidth
public double getWidth()
getHeight
public double getHeight()
getLeft
public double getLeft()
getTop
public double getTop()
getText
public java.lang.String getText()
getExtraText
public java.lang.String getExtraText()
getExtraHeight
public double getExtraHeight()
getCategoryIndex
public int getCategoryIndex()
Copyright © 2005-2007 Actuate Corp. All rights reserved.