org.eclipse.birt.chart.computation.withaxes
Class IntersectionValue

java.lang.Object
  extended byorg.eclipse.birt.chart.computation.Methods
      extended byorg.eclipse.birt.chart.computation.withaxes.IntersectionValue
All Implemented Interfaces:
IConstants

public final class IntersectionValue
extends Methods
implements IConstants

IntersectionValue


Field Summary
 
Fields inherited from interface org.eclipse.birt.chart.computation.IConstants
ABOVE, ANCILLARY_AXIS, ANCILLARY_BASE, AVERAGE, AXIS, BACKWARD, BASE, BASE_AXIS, BELOW, BOTTOM, CENTER, COLLECTION, DATE_TIME, DESIGN_TIME, EMPTY_STRING, EQUAL, FORWARD, HORIZONTAL, INSIDE, LABELS, LEFT, LESS, 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
IntersectionValue(int _iType, double _dValue)
           
IntersectionValue(int _iType, java.lang.Object _oValue)
           
 
Method Summary
 int getType()
           
 java.lang.Object getValue()
           
 double getValueAsDouble()
           
 double getValueAsDouble(AutoScale sc)
           
 
Methods inherited from class org.eclipse.birt.chart.computation.Methods
asDateTime, asDouble, asInteger, computeBox, computePolygon, computeRotatedTopPoint, getLabelPosition, getLocation, getLocation, getLocation, getNormalizedLocation, getNormalizedLocation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectionValue

public IntersectionValue(int _iType,
                         double _dValue)
Parameters:
_iType -
_dValue -

IntersectionValue

public IntersectionValue(int _iType,
                         java.lang.Object _oValue)
Parameters:
_iType -
_oValue -
Method Detail

getType

public final int getType()
Returns:

getValue

public final java.lang.Object getValue()
Returns:

getValueAsDouble

public final double getValueAsDouble()
Returns:

getValueAsDouble

public final double getValueAsDouble(AutoScale sc)
Parameters:
sc -
Returns:


Copyright © 2005 Actuate Corp. All rights reserved.