scaffold.libs_as.feathers.layout.ISpinnerLayout.as Maven / Gradle / Ivy
/*
Feathers
Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.layout
{
/**
* A layout for the SpinnerList
component.
*
* @see feathers.controls.SpinnerList
*/
public interface ISpinnerLayout extends ILayout
{
/**
* The interval, in pixels, between snapping points.
*/
function get snapInterval():Number;
}
}