org.icefaces.ace.model.chart.ChartSeries Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icefaces-ace Show documentation
Show all versions of icefaces-ace Show documentation
The advanced component library for ICEfaces.
package org.icefaces.ace.model.chart;
import org.icefaces.ace.util.JSONBuilder;
import javax.faces.component.UIComponent;
import java.util.ArrayList;
import java.util.List;
/**
* 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: 1:02 PM
*/
public abstract class ChartSeries {
public interface ChartType {}
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy