org.icefaces.ace.model.chart
Class BubbleSeries
java.lang.Object
org.icefaces.ace.model.chart.ChartSeries
org.icefaces.ace.model.chart.BubbleSeries
public class BubbleSeries
- extends ChartSeries
Copyright 2010-2011 ICEsoft Technologies Canada Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
User: Nils
Date: 12-05-03
Time: 12:58 PM
| Methods inherited from class org.icefaces.ace.model.chart.ChartSeries |
clear, getData, getFill, getFillToZero, getLabel, getLineCap, getLineJoin, getLineWidth, getShadow, getShadowAlpha, getShadowAngle, getShadowDepth, getShadowOffset, getShow, getShowMarker, getType, getUseNegativeColors, getXAxis, getYAxis, setData, setFill, setFillToZero, setLabel, setLineCap, setLineJoin, setLineWidth, setShadow, setShadowAlpha, setShadowAngle, setShadowDepth, setShadowOffset, setShow, setShowMarker, setType, setUseNegativeColors, setXAxis, setYAxis |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BubbleSeries
public BubbleSeries()
add
public void add(java.lang.String x,
java.lang.String y,
java.lang.String magnitude)
getDataJSON
public JSONBuilder getDataJSON(javax.faces.component.UIComponent chart)
- Overrides:
getDataJSON in class ChartSeries
getConfigJSON
public JSONBuilder getConfigJSON(javax.faces.component.UIComponent component)
- Used by the ChartRenderer to produce a JSON representation of the data of this series.
- Overrides:
getConfigJSON in class ChartSeries
- Parameters:
component -
- Returns:
- the JSON object
getDefaultType
public ChartSeries.ChartType getDefaultType()
- Specified by:
getDefaultType in class ChartSeries
Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.