Package org.xhtmlrenderer.layout
Class CounterFunction
java.lang.Object
org.xhtmlrenderer.layout.CounterFunction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCounterFunction
(int counterValue, IdentValue listStyleType) CounterFunction
(List<Integer> counterValues, String separator, IdentValue listStyleType) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createCounterText
(IdentValue listStyle, int listCounter) evaluate()
private static String
toLatin
(int index) private static String
toRoman
(int val)
-
Field Details
-
_listStyleType
-
_counterValue
private int _counterValue -
_counterValues
-
_separator
-
-
Constructor Details
-
CounterFunction
-
CounterFunction
-
-
Method Details
-
evaluate
-
createCounterText
-
toLatin
-
toRoman
-