/** * @class Ext.draw.sprite.Tick * @extend Ext.draw.sprite.Line * @alias sprite.tick * * A vertical line sprite. The x and y configs set the center of the line with the size * value determining the height of the line (the line will be twice the height of 'size' * since 'size' is added to above and below 'y' to set the line endpoints). */ /** * @cfg {Object} x * The position of the center of the sprite on the x-axis. */ /** * @cfg {Object} y * The position of the center of the sprite on the y-axis. */ /** * @cfg {Number} [size=4] * The size of the sprite. * Meant to be comparable to the size of a circle sprite with the same radius. */