Class NumericCounterStyle
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.counter.numeric.NumericCounterStyle
-
- All Implemented Interfaces:
CounterStyle
- Direct Known Subclasses:
ArabicIndicCounterStyle
,BengaliCounterStyle
,CambodianCounterStyle
,DevanagariCounterStyle
public abstract class NumericCounterStyle extends Object implements CounterStyle
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NumericCounterStyle(int base, String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCounterValue(int index)
String
getSuffix()
void
setReplacementChar(char org, char other)
-
-
-
Constructor Detail
-
NumericCounterStyle
protected NumericCounterStyle(int base, String suffix)
-
-
Method Detail
-
setReplacementChar
public final void setReplacementChar(char org, char other)
-
getCounterValue
public final String getCounterValue(int index)
- Specified by:
getCounterValue
in interfaceCounterStyle
-
getSuffix
public String getSuffix()
- Specified by:
getSuffix
in interfaceCounterStyle
-
-