org.eclipse.birt.chart.script.api.series.data
Interface IBubbleData

All Superinterfaces:
ISeriesData

public interface IBubbleData
extends ISeriesData

Represents the data contained in the Bubble Series


Method Summary
 java.lang.String getBubbleSizeExpr()
          Gets the query expression of Bubble size.
 java.lang.String getOrthogonalValueExpr()
          Gets the query expression of Orthogonal value.
 void setBubbleSizeExpr(java.lang.String expr)
          Sets the query expression of Bubble Size.
 void setOrthogonalValueExpr(java.lang.String expr)
          Sets the query expression of Orthogonal value.
 

Method Detail

getBubbleSizeExpr

public java.lang.String getBubbleSizeExpr()
Gets the query expression of Bubble size.

Returns:
Bubble size expression

getOrthogonalValueExpr

public java.lang.String getOrthogonalValueExpr()
Gets the query expression of Orthogonal value.

Returns:
Orthogonal value expression

setBubbleSizeExpr

public void setBubbleSizeExpr(java.lang.String expr)
Sets the query expression of Bubble Size.

Parameters:
expr -

setOrthogonalValueExpr

public void setOrthogonalValueExpr(java.lang.String expr)
Sets the query expression of Orthogonal value.

Parameters:
expr - Orthogonal value expression


Copyright © 2005-2007 Actuate Corp. All rights reserved.