blob: f93b7a85237b9884f8a12f5f6bb0c4f3108b53cb [file] [log] [blame]
/******************************************************************************
* Copyright � 2010-2011 Austin Riddle
* All Rights Reserved.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Austin Riddle - initial API and implementation
*
*****************************************************************************/
package org.eclipse.rap.rwt.visualization.jit;
import org.eclipse.swt.widgets.Composite;
public class BarChart extends JITVisualizationWidget
{
public BarChart( final Composite parent, final int style )
{
super( parent, style );
}
}