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 protectedNumericCounterStyle(int base, String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCounterValue(int index)StringgetSuffix()voidsetReplacementChar(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:
getCounterValuein interfaceCounterStyle
-
getSuffix
public String getSuffix()
- Specified by:
getSuffixin interfaceCounterStyle
-
-