AceAddon:
- ElkBuffBars

AceOO classes:
- EBB_Bar
- EBB_BarGroup

EBB_Bar:
- frames
	- container			frame
	- bar				statusbar
	- bgbar				statusbar
	- icon				texture
	- iconborder		texture
	- iconcount			fontstring
	- textTL			fontstring
	- textTR			fontstring
	- textBL			fontstring
	- textBR			fontstring
- functions
	- SetData(data:table)
	- SetLayout(layout:table)			sets the bar to the given layout; creates frames if needed
	- GetContainer()
	- Update()
	- Reset()
- data
	- icon
	- name
	- rank
	- count
	- type
	- debufftype
	- timemax
	- timeleft
	- id
	- untilCancelled
- layout
	- icon					"LEFT", "RIGHT", false
	- iconcount				true, false
	- iconcountfont			<font>
	- iconcountfontsize		<font size>
	- bar					<texture path>, false
	- textXX				false, "NAME", "NAMERANK", "NAMECOUNT", "NAMERANKCOUNT", "RANK", "COUNT", "TIMELEFT", "DEBUFFTYPE"
	- textXXfont			<font>
	- textXXfontsize		<font size>
	- textXXcolor			<color set>
	- textTLalign			left, center, right
	- textBLalign			left, center, right
	- BUFFcolor				<color set>
	- BUFFbgcolor			<color set>
	- DEBUFFcolor			<color set>
	- DEBUFFbgcolor			<color set>
	- TENCHcolor			<color set>
	- TENCHbgcolor			<color set>
	- debufftypecolor		true, false
	- width
	- height

EBB_BarGroup:
- frames
	- container
	- anchor
- bars
- layout
	- growup
	- barspacing
	- anchortext
	- anchorcolor
- functions
	- GetContainer()

ElkBuffBars:
- functions
	- GetBar()
	- RecycleBar(bar:EBB_Bar)
