first commit
This commit is contained in:
16
com/yahoo/astra/fl/charts/axes/IRadialAxisRenderer.as
Executable file
16
com/yahoo/astra/fl/charts/axes/IRadialAxisRenderer.as
Executable file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
Copyright (c) 2009 Yahoo! Inc. All rights reserved.
|
||||
The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license
|
||||
*/
|
||||
package com.yahoo.astra.fl.charts.axes
|
||||
{
|
||||
/**
|
||||
* Interface for a chart's axis renderers.
|
||||
*
|
||||
* @author Josh Tynjala
|
||||
*/
|
||||
public interface IRadialAxisRenderer extends IAxisRenderer
|
||||
{
|
||||
//nothing yet!
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user