package at.grabner.circleprogress;
/**
* Created by jzeferino on 07.11.2016.
*/
public enum BarStartEndLine {
/**
* No lines
*/
NONE, /**
* Show Start line in Bar
*/
START,
/**
* Show End line in Bar
*/
END,
/**
* Show both lines, start and end
*/
BOTH
}