Uses of Interface
net.sourceforge.plantuml.style.AutomaticCounter
Packages that use AutomaticCounter
-
Uses of AutomaticCounter in net.sourceforge.plantuml.style
Classes in net.sourceforge.plantuml.style that implement AutomaticCounterMethods in net.sourceforge.plantuml.style with parameters of type AutomaticCounterModifier and TypeMethodDescriptionvoid
FromSkinparamToStyle.convertNow
(String value, AutomaticCounter counter) static ValueImpl
ValueImpl.dark
(String value, AutomaticCounter counter) static ValueImpl
ValueImpl.regular
(String value, AutomaticCounter counter) -
Uses of AutomaticCounter in net.sourceforge.plantuml.style.parser
Methods in net.sourceforge.plantuml.style.parser with parameters of type AutomaticCounterModifier and TypeMethodDescriptionstatic Collection<Style>
StyleParser.parse
(BlocLines lines, AutomaticCounter counter) static Collection<Style>
StyleParserLegacy.parse
(BlocLines lines, AutomaticCounter counter)